Searched refs:controlValue (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/midiplayer/
H A DSynthBridge.cpp81 uchar controlValue, bigtime_t time)
83 fMidiSynth.ControlChange(channel + 1, controlNumber, controlValue,
80 ControlChange(uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
H A DSynthBridge.h49 uchar controlValue, bigtime_t time);
/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.cpp136 uchar controlValue, uint32 time)
143 event->byte3 = controlValue;
135 ControlChange(uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
/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
127 data[2] = controlValue;
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
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp292 int controlValue = -1; local
305 controlValue = 3;
309 controlValue = 0;
439 request.i_val = controlValue;

Completed in 76 milliseconds