#include <Frame.h>
Public Member Functions | |
| VolumeSlider (wxWindow *parent, const wxWindowID id, const track_t chan, const volume_t inivol) | |
| Constructor. | |
| track_t | GetChannel () const |
| Get the output channel the slider belongs to. | |
Private Attributes | |
| track_t | channel |
| Output channel. | |
A slider for controling output channel volume of a track.
|
||||||||||||||||||||
|
Constructor. Create a slider (derived from wxSlider) for controling volume of an output channel of a track.
|
|
|
Get the output channel the slider belongs to.
|
|
|
Output channel.
|
1.3.5