|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
MIDI hardware input selection for a track. More...
#include <src/dsp/midi_input_selection.h>


Public Member Functions | |
| MidiInputSelection (QObject *parent=nullptr) | |
| QString | deviceIdentifier () const |
| void | setDeviceIdentifier (const QString &identifier) |
| Q_SIGNAL void | deviceIdentifierChanged () |
| int | midiChannel () const |
| void | setMidiChannel (int ch) |
| Q_SIGNAL void | midiChannelChanged () |
Properties | |
| QString | deviceIdentifier |
| int | midiChannel |
MIDI hardware input selection for a track.
Stores which MIDI device and channel to use as input. An empty device name means no input is selected. midiChannel 0 = all channels, 1-16 = specific channel.
Definition at line 26 of file midi_input_selection.h.
|
inlineexplicit |
Definition at line 35 of file midi_input_selection.h.
|
inline |
Definition at line 44 of file midi_input_selection.h.
|
readwrite |
Definition at line 29 of file midi_input_selection.h.
|
readwrite |
Definition at line 30 of file midi_input_selection.h.