Home
last modified time | relevance | path

Searched refs:MIDI_PRGMCHANGE (Results 1 – 20 of 20) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dmus2midi.h55 #define MIDI_PRGMCHANGE ((BYTE)0xC0) // + new patch macro
H A Dmus2midi.cpp236 midStatus |= MIDI_PRGMCHANGE; in ProduceMIDI()
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dmus2midi.h55 #define MIDI_PRGMCHANGE ((uint8_t)0xC0) // + new patch macro
/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/
H A Dmidisource.cpp152 if (channel != 9 && command == (MIDI_PRGMCHANGE & 0x70)) in PrecacheData()
156 else if (channel == 9 && command == (MIDI_PRGMCHANGE & 0x70) && data1 != 0) in PrecacheData()
H A Dmidisource_mus.cpp294 status |= MIDI_PRGMCHANGE; in MakeEvents()
H A Dmidisource_smf.cpp394 case MIDI_PRGMCHANGE & 0x70: in SendCommand()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dmid2strm.h87 #define MIDI_PRGMCHANGE ((BYTE)0xC0) // + new patch macro
H A Dmidstuff.h51 #define MIDI_PRGMCHANGE ((BYTE)0xC0) // + new patch macro
H A Dmid2strm.c759 if ((b != MIDI_PRGMCHANGE) && (b != MIDI_CHANPRESS)) in GetTrackEvent()
785 dwEventLength = (b == MIDI_PRGMCHANGE || b == MIDI_CHANPRESS) ? 1 : 2; in GetTrackEvent()
/dports/audio/zmusic/ZMusic-1.1.8/source/mididevices/
H A Dmusic_opl_mididevice.cpp242 case MIDI_PRGMCHANGE: in HandleEvent()
H A Dmusic_win_mididevice.cpp434 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_PRGMCHANGE | chan | (instruments[i] << 8)); in PrecacheInstruments()
H A Dmusic_alsa_mididevice.cpp300 case MIDI_PRGMCHANGE: in PullEvent()
H A Dmusic_fluidsynth_mididevice.cpp294 case MIDI_PRGMCHANGE: in HandleEvent()
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmusic_opl_mididevice.cpp234 case MIDI_PRGMCHANGE: in HandleEvent()
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_win_mididevice.cpp275 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_PRGMCHANGE | chan | (instruments[i] << 8)); in PrecacheInstruments()
H A Dmusic_mus_midiout.cpp328 status |= MIDI_PRGMCHANGE; in MakeEvents()
H A Dmusic_midistream.cpp1094 if (channel != 9 && command == (MIDI_PRGMCHANGE & 0x70)) in Precache()
1098 else if (channel == 9 && command == (MIDI_PRGMCHANGE & 0x70) && data1 != 0) in Precache()
H A Dmusic_fluidsynth_mididevice.cpp413 case MIDI_PRGMCHANGE: in HandleEvent()
H A Dmusic_smf_midiout.cpp426 case MIDI_PRGMCHANGE & 0x70: in SendCommand()
/dports/audio/alure/alure-1.2/src/
H A Dcodec_fluidsynth.cpp97 static const ALubyte MIDI_PRGMCHANGE = 0xC0; // + new patch member
547 case MIDI_PRGMCHANGE: in ProcessMidi()