mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
implement pretty-name set-property for ALSA and Dummy
This commit is contained in:
parent
1f43878050
commit
10140a8e68
5 changed files with 76 additions and 0 deletions
|
|
@ -770,6 +770,16 @@ static const MIDISequence *sequences[] = {
|
|||
s0, s1, s2, s3, s4, s5, s6
|
||||
};
|
||||
|
||||
static const char *sequence_names[] = {
|
||||
"Short Sequence",
|
||||
"Cmaj7, all channels",
|
||||
"Note Sweep, chan 1",
|
||||
"Velocity Sweep, chan 1",
|
||||
"Sustain Pedal Test",
|
||||
"CCs only",
|
||||
"Nonsense, Dups"
|
||||
};
|
||||
|
||||
}} // namespace
|
||||
|
||||
#define NUM_MIDI_EVENT_GENERATORS (sizeof (ARDOUR::DummyMidiData::sequences) / sizeof(ARDOUR::DummyMidiData::MIDISequence*))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue