Home
last modified time | relevance | path

Searched refs:MIDI_STATUS_NOTE_ON (Results 1 – 25 of 39) sorted by relevance

12

/dports/audio/carla/Carla-2.4.1/source/includes/
H A DCarlaMIDI.h31 #define MIDI_STATUS_NOTE_ON 0x90 /* note (0-127), velocity (0-127) */ macro
45 … (MIDI_IS_CHANNEL_MESSAGE(status) && ((status) & MIDI_STATUS_BIT) == MIDI_STATUS_NOTE_ON)
/dports/audio/sdl_mixer/SDL_mixer-1.2.12/native_midi/
H A Dnative_midi_common.h29 #define MIDI_STATUS_NOTE_ON 0x9
H A Dnative_midi_mac.c363 case MIDI_STATUS_NOTE_ON:
405 if ((noteOffPos->status&0xF0)>>4 == MIDI_STATUS_NOTE_ON
H A Dnative_midi_win32.c113 case MIDI_STATUS_NOTE_ON: in MIDItoStream()
H A Dnative_midi_common.c180 case MIDI_STATUS_NOTE_ON: /* Note on */ in MIDITracktoStream()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/native_midi/
H A Dnative_midi_common.h29 #define MIDI_STATUS_NOTE_ON 0x9 macro
H A Dnative_midi_mac.c368 case MIDI_STATUS_NOTE_ON: in BuildTuneSequence()
410 if ((noteOffPos->status&0xF0)>>4 == MIDI_STATUS_NOTE_ON in BuildTuneSequence()
H A Dnative_midi_win32.c113 case MIDI_STATUS_NOTE_ON:
H A Dnative_midi_common.c178 case MIDI_STATUS_NOTE_ON: /* Note on */ in MIDITracktoStream()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A DXMidiEvent.h25 #define MIDI_STATUS_NOTE_ON 0x9 macro
H A DXMidiSequence.cpp384 if ((type != MIDI_STATUS_NOTE_ON || event->data[1]) && type != MIDI_STATUS_NOTE_OFF) { in sendEvent()
386 if (type == MIDI_STATUS_NOTE_ON) { in sendEvent()
H A DXMidiFile.cpp779 if ((event->status>>4) == MIDI_STATUS_NOTE_ON && event->data[1]) in AdjustTimings()
969 if (convert_type && (current->status >> 4) == MIDI_STATUS_NOTE_ON && current->data[1]) in ConvertNote()
1130 case MIDI_STATUS_NOTE_ON: in ConvertFiletoList()
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dmidipattern-ui233 self.send([msg, note_start, 3, MIDI_STATUS_NOTE_ON, note, vel])
240 self.send([msg, note_start, 3, MIDI_STATUS_NOTE_ON, note, vel])
300 if status == MIDI_STATUS_NOTE_ON:
/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/xmidi/
H A Dxmidi.h40 #define MIDI_STATUS_NOTE_ON 0x9 macro
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginSFZero.cpp510 …if ((status == MIDI_STATUS_NOTE_OFF || status == MIDI_STATUS_NOTE_ON) && (pData->options & PLUGIN_… in process()
522 if (status == MIDI_STATUS_NOTE_ON && midiData[2] == 0) in process()
534 if (status == MIDI_STATUS_NOTE_ON) in process()
H A DCarlaPluginJack.cpp1041 …data1 = uint8_t((note.velo > 0 ? MIDI_STATUS_NOTE_ON : MIDI_STATUS_NOTE_OFF) | (note.channel & MID… in process()
1204 …if ((status == MIDI_STATUS_NOTE_OFF || status == MIDI_STATUS_NOTE_ON) && (pData->options & PLUGIN_… in process()
1216 if (status == MIDI_STATUS_NOTE_ON && midiData[2] == 0) in process()
1231 if (status == MIDI_STATUS_NOTE_ON) in process()
H A DCarlaPluginJuce.cpp1031 …midiEvent[0] = uint8_t((note.velo > 0 ? MIDI_STATUS_NOTE_ON : MIDI_STATUS_NOTE_OFF) | (note.channe… in process()
1240 …if ((status == MIDI_STATUS_NOTE_OFF || status == MIDI_STATUS_NOTE_ON) && (pData->options & PLUGIN_… in process()
1252 if (status == MIDI_STATUS_NOTE_ON && midiData[2] == 0) in process()
1262 if (status == MIDI_STATUS_NOTE_ON) in process()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c81 MIDI_STATUS_NOTE_ON = 0x9, enumerator
93 { MIDI_STATUS_NOTE_ON, "Note On" },
581 case MIDI_STATUS_NOTE_ON: in dissect_osc_message()
645 case MIDI_STATUS_NOTE_ON: in dissect_osc_message()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c81 MIDI_STATUS_NOTE_ON = 0x9,
93 { MIDI_STATUS_NOTE_ON, "Note On" },
581 case MIDI_STATUS_NOTE_ON:
645 case MIDI_STATUS_NOTE_ON:
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c81 MIDI_STATUS_NOTE_ON = 0x9,
93 { MIDI_STATUS_NOTE_ON, "Note On" },
581 case MIDI_STATUS_NOTE_ON:
645 case MIDI_STATUS_NOTE_ON:
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c81 MIDI_STATUS_NOTE_ON = 0x9, enumerator
93 { MIDI_STATUS_NOTE_ON, "Note On" },
581 case MIDI_STATUS_NOTE_ON: in dissect_osc_message()
645 case MIDI_STATUS_NOTE_ON: in dissect_osc_message()
/dports/audio/carla/Carla-2.4.1/source/native-plugins/
H A Dmidi-transpose.c149 if (status == MIDI_STATUS_NOTE_OFF || status == MIDI_STATUS_NOTE_ON) in miditranspose_process()
H A Dmidi-gain.c189 … == 3 && ((applyNotes && (status == MIDI_STATUS_NOTE_OFF || status == MIDI_STATUS_NOTE_ON)) || in midigain_process()
H A Dxycontroller.cpp228 const uint8_t status = onOff ? MIDI_STATUS_NOTE_ON : MIDI_STATUS_NOTE_OFF; in msgReceived()
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dxmi2mid.c38 #define MIDI_STATUS_NOTE_ON 0x9 macro
786 case MIDI_STATUS_NOTE_ON: in ConvertFiletoList()

12