Home
last modified time | relevance | path

Searched refs:MIDI_CTRLCHANGE (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_win_mididevice.cpp263 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | 9 | (0 << 8) | (banknum << 16)); in PrecacheInstruments()
272 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | 9 | (0 << 8) | (banknum << 16)); in PrecacheInstruments()
291 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | chan | (123 << 8)); in PrecacheInstruments()
301 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | 9 | (0 << 8) | (0 << 16)); in PrecacheInstruments()
H A Dmusic_mus_midiout.cpp320 status |= MIDI_CTRLCHANGE; in MakeEvents()
334 status |= MIDI_CTRLCHANGE; in MakeEvents()
H A Dmusic_midistream.cpp961 events[2] = MIDI_CTRLCHANGE | i | (7<<8) | (courseVol<<16); in FillBuffer()
1050 events[2] = MIDI_CTRLCHANGE | i | (123 << 8); // All notes off in WriteStopNotes()
1053 events[5] = MIDI_CTRLCHANGE | i | (121 << 8); // Reset controllers in WriteStopNotes()
1107 else if (command == (MIDI_CTRLCHANGE & 0x70) && data1 == 0 && data2 != 0) in Precache()
H A Dmusic_fluidsynth_mididevice.cpp409 case MIDI_CTRLCHANGE: in HandleEvent()
H A Dmusic_xmi_midiout.cpp447 if ((event & 0x70) == (MIDI_CTRLCHANGE & 0x70)) in SendCommand()
H A Dmusic_smf_midiout.cpp433 case MIDI_CTRLCHANGE & 0x70: in SendCommand()
H A Dmusic_hmi_midiout.cpp639 if ((event & 0x70) == (MIDI_CTRLCHANGE & 0x70) && data1 == 7) in SendCommand()
/dports/audio/zmusic/ZMusic-1.1.8/source/mididevices/
H A Dmusic_win_mididevice.cpp422 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | 9 | (0 << 8) | (banknum << 16)); in PrecacheInstruments()
431 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | 9 | (0 << 8) | (banknum << 16)); in PrecacheInstruments()
450 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | chan | (123 << 8)); in PrecacheInstruments()
460 midiOutShortMsg((HMIDIOUT)MidiOut, MIDI_CTRLCHANGE | 9 | (0 << 8) | (0 << 16)); in PrecacheInstruments()
H A Dmusic_opl_mididevice.cpp212 case MIDI_CTRLCHANGE: in HandleEvent()
H A Dmusic_alsa_mididevice.cpp296 case MIDI_CTRLCHANGE: in PullEvent()
H A Dmusic_fluidsynth_mididevice.cpp290 case MIDI_CTRLCHANGE: in HandleEvent()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dmus2midi.cpp226 midStatus |= MIDI_CTRLCHANGE; in ProduceMIDI()
242 midStatus |= MIDI_CTRLCHANGE; in ProduceMIDI()
H A Dmus2midi.h54 #define MIDI_CTRLCHANGE ((BYTE)0xB0) // + ctrlr + value macro
/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/
H A Dmidisource_mus.cpp286 status |= MIDI_CTRLCHANGE; in MakeEvents()
300 status |= MIDI_CTRLCHANGE; in MakeEvents()
H A Dmidisource.cpp165 else if (command == (MIDI_CTRLCHANGE & 0x70) && data1 == 0 && data2 != 0) in PrecacheData()
H A Dmidisource_xmi.cpp416 if ((event & 0x70) == (MIDI_CTRLCHANGE & 0x70)) in SendCommand()
H A Dmidisource_smf.cpp401 case MIDI_CTRLCHANGE & 0x70: in SendCommand()
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dmus2midi.h54 #define MIDI_CTRLCHANGE ((uint8_t)0xB0) // + ctrlr + value macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dmid2strm.h86 #define MIDI_CTRLCHANGE ((BYTE)0xB0) // + ctrlr + value macro
H A Dmidstuff.h50 #define MIDI_CTRLCHANGE ((BYTE)0xB0) // + ctrlr + value macro
H A Dwin_snd.c1514 for( idx = 0, dwStatus = MIDI_CTRLCHANGE; idx < MAX_MIDI_IN_TRACKS; idx++, dwStatus++ ) in SetAllChannelVolumes()
2064 dwEvent = MIDI_CTRLCHANGE | dwChannel | ((DWORD)MIDICTRL_VOLUME << 8) in I_SetMidiChannelVolume()
2199 if( MIDIEVENT_TYPE( pme->dwEvent ) == MIDI_CTRLCHANGE ) in MidiStreamCallback()
/dports/audio/zmusic/ZMusic-1.1.8/source/musicformats/
H A Dmusic_midi.cpp844 events[2] = MIDI_CTRLCHANGE | i | (7<<8) | (courseVol<<16); in FillBuffer()
933 events[2] = MIDI_CTRLCHANGE | i | (123 << 8); // All notes off in WriteStopNotes()
936 events[5] = MIDI_CTRLCHANGE | i | (121 << 8); // Reset controllers in WriteStopNotes()
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmusic_opl_mididevice.cpp205 case MIDI_CTRLCHANGE: in HandleEvent()
/dports/audio/alure/alure-1.2/src/
H A Dcodec_fluidsynth.cpp96 static const ALubyte MIDI_CTRLCHANGE = 0xB0; // + ctrl + value member
543 case MIDI_CTRLCHANGE: in ProcessMidi()
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Dwinmidi.c361 #define MIDI_CTRLCHANGE ((BYTE)0xB0) // + ctrlr + value macro
381 for (i = 0, dwstatus = MIDI_CTRLCHANGE; i < 16; i++, dwstatus++) in wmidi_deamp_song()

12