#include <InputMidiDeviceShape.h>
Öffentliche Methoden | |
MidiInputFilterPanel (wxWindow *parent) | |
void | SetFromChannel (int current, int min, int max) |
TODO: set limits according to changes: min.max = max.value and max.min = min.value. | |
int | GetFromChannel () const |
void | SetToChannel (int current, int min, int max) |
int | GetToChannel () const |
void | SetFromKey (int current, int min, int max) |
int | GetFromKey () const |
void | SetToKey (int current, int min, int max) |
int | GetToKey () const |
void | SetRouteType (RouteType routetype) |
RouteType | GetRouteType () const |
Definiert in Zeile 71 der Datei InputMidiDeviceShape.h.
MidiInputFilterPanel::MidiInputFilterPanel | ( | wxWindow * | parent | ) | [inline] |
Definiert in Zeile 73 der Datei InputMidiDeviceShape.h.
:MidiInputFilterPanelBase(parent) {}