Home
last modified time | relevance | path

Searched refs:MIDI_NOTE_OFF (Results 1 – 25 of 76) sorted by relevance

1234

/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dmidicontrollertest.cpp64 addMapping(MidiInputMapping(MidiKey(MIDI_NOTE_OFF | channel, control), in TEST_F()
71 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
77 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
121 addMapping(MidiInputMapping(MidiKey(MIDI_NOTE_OFF | channel, control), in TEST_F()
134 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
165 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
231 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
237 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
299 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
334 receive(MIDI_NOTE_OFF | channel, control, 0x00); in TEST_F()
[all …]
/dports/audio/pianobooster/PianoBooster-1.0.0/src/
H A DMidiEvent.h35 #define MIDI_NOTE_OFF 0x80 /* MIDI voice messages */ in CMidiDeviceRt()
133 m_type = MIDI_NOTE_OFF; in CMidiDeviceRt()
268 case MIDI_NOTE_OFF: r = "MIDI_NOTE_OFF";break; in CMidiDeviceRt()
325 else if (type() == MIDI_NOTE_OFF) { in CMidiDeviceRt()
H A DMidiDeviceRt.cpp192 case MIDI_NOTE_OFF: // NOTE_OFF
193 message.push_back( channel | MIDI_NOTE_OFF );
300 case MIDI_NOTE_OFF:
H A DConductor.cpp374 (event.type() == MIDI_NOTE_ON || event.type() == MIDI_NOTE_OFF) ) in playTransposeEvent()
568 if (inputNote.type() == MIDI_NOTE_ON || inputNote.type() == MIDI_NOTE_OFF) in expandPianistInput()
574 if (inputNote.type() == MIDI_NOTE_OFF) in expandPianistInput()
742 else if (inputNote.type() == MIDI_NOTE_OFF) in pianistInput()
883 if (event.type() == MIDI_NOTE_OFF ) in findImminentNotesOff()
1023 if (type == MIDI_NOTE_OFF) in realTimeEngine()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristolmidiapi.h90 #define BRISTOL_NOTE_OFF (1 << (MIDI_NOTE_OFF >> 4))
99 #define MIDI_NOTE_OFF 0x080 macro
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/midi/
H A Dmidiutils.cpp11 case MIDI_NOTE_OFF: in opCodeToTranslatedString()
105 case MIDI_NOTE_OFF: in formatMidiMessage()
H A Dmidiutils.h24 case MIDI_NOTE_OFF: in isMessageTwoBytes()
H A Dmidimessage.h15 MIDI_NOTE_OFF = 0x80, enumerator
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/envfollower/
H A Dconstants.h7 #define MIDI_NOTE_OFF 0x80 macro
/dports/games/ivan/ivan-059/audio/
H A Dmidiparser.cpp58 {MIDI_NOTE_OFF, MIDI_NOTE_OFF_STRING, 3},
208 if( ((event->event.eventType & 0xF0) >= MIDI_NOTE_OFF) && in MIDIParse_Event()
217 if (event->event.eventType<MIDI_NOTE_OFF) in MIDIParse_Event()
H A Dmidiplayback.cpp326 if (event->event.eventType >= MIDI_NOTE_OFF && event->event.eventType <= MIDI_PITCH_CHANGE) in MPB_FastFwd_TestEvent()
478 else if ((event->event.eventType & 0xF0) == MIDI_NOTE_OFF) in MPB_ProcessGenericEvent()
729 …nt->event.eventType & 0xF0) == MIDI_NOTE_ON) || ((event->event.eventType & 0xF0) == MIDI_NOTE_OFF)) in MPB_ApplyTranspose()
803 …nt->event.eventType & 0xF0) == MIDI_NOTE_ON) || ((event->event.eventType & 0xF0) == MIDI_NOTE_OFF)) in MPB_PlayEvent()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/test/
H A Dconstants.h21 #define MIDI_NOTE_OFF 0x80 macro
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/casynth/
H A Dconstants.h21 #define MIDI_NOTE_OFF 0x80 macro
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/midi/
H A Dmidi.h105 MIDI_NOTE_OFF = 0x80, enumerator
186 if (type == MIDI_NOTE_OFF || ((type == MIDI_NOTE_ON) && (data2 == 0))) { in handleData2()
/dports/audio/bristol/bristol-0.60.10/libbristolmidi/
H A DmidiParse.c86 case MIDI_NOTE_OFF: in bristolMidiPrint()
342 case MIDI_NOTE_OFF: in buildOneMsg()
399 case MIDI_NOTE_OFF: in parseCommand()
468 case MIDI_NOTE_OFF: in bristolMidiRawToMsg()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/mindi/
H A Dmindi.c17 #define MIDI_NOTE_OFF 0x80 macro
153 case MIDI_NOTE_OFF: in run_mindi()
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.h20 #define MIDI_NOTE_OFF 0x80 macro
H A Dmidi.c347 while (event && (((event->midi_buffer[0] & 0xF0) == MIDI_NOTE_OFF) || !event->user_pointer)); in get_obj_for_start_time()
737 if (command == MIDI_NOTE_OFF) in add_after_touch()
909 else if ((buf[0] & SYS_EXCLUSIVE_MESSAGE1) == MIDI_NOTE_OFF) in adjust_midi_channel()
911 buf[0] = MIDI_NOTE_OFF | channel; in adjust_midi_channel()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/
H A DMIDIFileWriter.cpp227 case MIDI_NOTE_OFF: in writeTrack()
384 MIDI_NOTE_OFF | channel, in convert()
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/delegates/
H A Dmidiopcodedelegate.cpp23 choices.append(MIDI_NOTE_OFF); in createEditor()
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A D_midi.h56 #define MIDI_NOTE_OFF 0x8 macro
/dports/games/jfsw/jfsw-c434002/jfaudiolib/src/
H A D_midi.h61 #define MIDI_NOTE_OFF 0x8 macro
H A Ddriver_coreaudio.c69 #define MIDI_NOTE_OFF 0x80 macro
478 MIDI_NOTE_OFF | channel, in Func_NoteOff()
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/
H A Dlearningutils.cpp99 stats.opcodes.contains(MIDI_NOTE_OFF); in guessMidiInputMappings()
149 note_off.status = MIDI_NOTE_OFF | *stats.channels.begin(); in guessMidiInputMappings()
/dports/audio/faust/faust-2.37.3/architecture/faust/midi/
H A Dmidi.h154 MIDI_NOTE_OFF = 0x80, enumerator
439 if (type == MIDI_NOTE_OFF) { in handleData2()

1234