Home
last modified time | relevance | path

Searched refs:NoteOffConvertToZVNoteOn (Results 1 – 7 of 7) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/instruments/
H A Dminstrument.h358 enum NoteOffMode { NoteOffAll=0, NoteOffNone, NoteOffConvertToZVNoteOn }; enumerator
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/driver/
H A Djackmidi.cpp950 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
971 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
H A Dalsamidi.cpp488 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
511 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Ddssihost.cpp1045 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
1076 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
H A Dvst_native.cpp2242 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
2271 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
H A Dlv2host.cpp4131 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
4160 case MidiInstrument::NoteOffConvertToZVNoteOn: in processEvent()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Deditinstrument.cpp214 …List->addItem(tr("Convert to 0-vel note ons"), MusECore::MidiInstrument::NoteOffConvertToZVNoteOn); in EditInstrument()