Searched refs:controlNumber (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/midiplayer/
H A DSynthBridge.cpp80 SynthBridge::ControlChange(uchar channel, uchar controlNumber, argument
83 fMidiSynth.ControlChange(channel + 1, controlNumber, controlValue,
H A DSynthBridge.h48 virtual void ControlChange(uchar channel, uchar controlNumber,
/haiku/src/kits/midi/
H A DMidiText.cpp68 uchar channel, uchar controlNumber, uchar controlValue, uint32 time)
73 channel, controlNumber, controlValue);
67 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
H A DMidiGlue.cpp53 uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time)
56 channel + 1, controlNumber, controlValue, MAKE_TIME(time));
148 uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time)
151 channel + 1, controlNumber, controlValue, MAKE_TIME(time));
52 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
147 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
H A DMidiSynth.cpp188 uchar channel, uchar controlNumber, uchar controlValue, uint32 time)
192 channel, controlNumber, controlValue, time);
187 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
H A DMidiGlue.h39 uchar channel, uchar controlNumber, uchar controlValue,
81 uchar channel, uchar controlNumber, uchar controlValue,
H A DMidi.cpp86 uchar channel, uchar controlNumber, uchar controlValue, uint32 time)
291 uchar channel, uchar controlNumber, uchar controlValue,
295 channel - 1, controlNumber, controlValue, MAKE_BIGTIME(time));
85 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
290 SprayControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) const argument
H A DMidiPort.cpp158 uchar channel, uchar controlNumber, uchar controlValue, uint32 time)
161 channel - 1, controlNumber, controlValue, MAKE_BIGTIME(time));
157 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
H A DSoftSynth.cpp401 uchar channel, uchar controlNumber, uchar controlValue, uint32 time)
405 fluid_synth_cc(fSynth, channel - 1, controlNumber, controlValue);
400 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
H A DMidiStore.cpp135 BMidiStore::ControlChange(uchar channel, uchar controlNumber, argument
142 event->byte2 = controlNumber;
/haiku/headers/os/midi/
H A DMidi.h29 uchar channel, uchar controlNumber, uchar controlValue,
77 uchar channel, uchar controlNumber, uchar controlValue,
H A DMidiSynth.h51 uchar channel, uchar controlNumber, uchar controlValue,
H A DMidiText.h25 uchar channel, uchar controlNumber, uchar controlValue,
H A DMidiPort.h34 uchar channel, uchar controlNumber, uchar controlValue,
H A DMidiStore.h31 uchar channel, uchar controlNumber, uchar controlValue,
/haiku/headers/os/midi2/
H A DMidiConsumer.h65 uchar channel, uchar controlNumber, uchar controlValue,
H A DMidiProducer.h80 uchar channel, uchar controlNumber, uchar controlValue,
/haiku/src/kits/midi2/
H A DMidiLocalProducer.cpp121 uchar controlNumber, uchar controlValue, bigtime_t time) const
126 data[1] = controlNumber;
120 SprayControlChange(uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) const argument
H A DMidiLocalConsumer.cpp250 BMidiLocalConsumer::ControlChange(uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument

Completed in 57 milliseconds