Home
last modified time | relevance | path

Searched refs:MIDI_META (Results 1 – 16 of 16) sorted by relevance

/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/
H A Dmidisource_smf.cpp360 if (event != MIDI_SYSEX && event != MIDI_META && event != MIDI_SYSEXEND) in SendCommand()
397 event = MIDI_META; in SendCommand()
407 event = MIDI_META; in SendCommand()
418 event = MIDI_META; in SendCommand()
439 event = MIDI_META; in SendCommand()
450 event = MIDI_META; in SendCommand()
489 event = MIDI_META; in SendCommand()
510 event = MIDI_META; in SendCommand()
527 event = MIDI_META; in SendCommand()
554 event = MIDI_META; in SendCommand()
[all …]
H A Dmidisource_xmi.cpp390 if (event != MIDI_SYSEX && event != MIDI_META && event != MIDI_SYSEXEND) in SendCommand()
432 event = MIDI_META; // none of these are relevant to us. in SendCommand()
447 event = MIDI_META; in SendCommand()
476 event = MIDI_META; in SendCommand()
482 if (event != MIDI_META) in SendCommand()
531 else if (event == MIDI_META) in SendCommand()
592 track->EventChunk[track->EventP] == MIDI_META) in ProcessInitialMetaEvents()
H A Dmidisource.cpp329 file.push_back(MIDI_META); in CreateSMF()
392 file.push_back(MIDI_META); in CreateSMF()
H A Dmidisource_hmi.cpp578 if (event != MIDI_SYSEX && event != MIDI_META && event != MIDI_SYSEXEND && event != 0xFe) in SendCommand()
616 if (event != MIDI_META) in SendCommand()
664 else if (event == MIDI_META) in SendCommand()
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_smf_midiout.cpp392 if (event != MIDI_SYSEX && event != MIDI_META && event != MIDI_SYSEXEND) in SendCommand()
429 event = MIDI_META; in SendCommand()
439 event = MIDI_META; in SendCommand()
450 event = MIDI_META; in SendCommand()
471 event = MIDI_META; in SendCommand()
482 event = MIDI_META; in SendCommand()
521 event = MIDI_META; in SendCommand()
542 event = MIDI_META; in SendCommand()
559 event = MIDI_META; in SendCommand()
586 event = MIDI_META; in SendCommand()
[all …]
H A Dmusic_xmi_midiout.cpp421 if (event != MIDI_SYSEX && event != MIDI_META && event != MIDI_SYSEXEND) in SendCommand()
463 event = MIDI_META; // none of these are relevant to us. in SendCommand()
478 event = MIDI_META; in SendCommand()
507 event = MIDI_META; in SendCommand()
513 if (event != MIDI_META) in SendCommand()
563 else if (event == MIDI_META) in SendCommand()
624 track->EventChunk[track->EventP] == MIDI_META) in ProcessInitialMetaEvents()
H A Dmusic_hmi_midiout.cpp606 if (event != MIDI_SYSEX && event != MIDI_META && event != MIDI_SYSEXEND && event != 0xFe) in SendCommand()
644 if (event != MIDI_META) in SendCommand()
692 else if (event == MIDI_META) in SendCommand()
H A Dmusic_midistream.cpp1200 file.Push(MIDI_META); in CreateSMF()
1259 file.Push(MIDI_META); in CreateSMF()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dmus2midi.cpp253 midStatus = MIDI_META; in ProduceMIDI()
265 midStatus = MIDI_META; in ProduceMIDI()
H A Dmus2midi.h46 #define MIDI_META ((BYTE)0xFF) // Meta event begin macro
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dmus2midi.h46 #define MIDI_META ((uint8_t)0xFF) // Meta event begin macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dmid2strm.c546 if (me.abEvent[0] == MIDI_META && me.abEvent[1] == MIDI_META_EOT) in BuildNewTracks()
831 else if (b == MIDI_META) in GetTrackEvent()
970 if (!(pMe->abEvent[0] == MIDI_META)) in AddEventToStream()
1375 if (!(pMe->abEvent[0] == MIDI_META)) in AddEventToStreamBuffer()
1524 if( teTemp.abEvent[0] == MIDI_META && in Mid2StreamConvertToBuffer()
1584 if( teTemp.abEvent[0] == MIDI_META && in Mid2StreamConvertToBuffer()
H A Dmid2strm.h79 #define MIDI_META ((BYTE)0xFF) // Meta event begin macro
H A Dmidstuff.h43 #define MIDI_META ((BYTE)0xFF) // Meta event begin macro
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Dmidifile.h253 #define MIDI_META ((BYTE)0xFF) macro
/dports/audio/alure/alure-1.2/src/
H A Dcodec_fluidsynth.cpp106 static const ALubyte MIDI_META = 0xFF; // Meta event begin member
602 case MIDI_META: in ProcessMidi()