OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_CTL_CHANGE
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/midirecord/
midirecord.c
439
buffer[0] = MIDI_CTL_CHANGE | e.
c_CTL_CHANGE
.channel;
440
buffer[1] = e.
c_CTL_CHANGE
.controller;
441
buffer[2] = e.
c_CTL_CHANGE
.value;
443
e.
c_CTL_CHANGE
.channel, e.
c_CTL_CHANGE
.controller,
444
e.
c_CTL_CHANGE
.value);
/src/sys/dev/
sequencer.c
1570
if (ev->
c_CTL_CHANGE
.controller > 127)
1573
MIDI_CTL_CHANGE | chan, ev->
c_CTL_CHANGE
.controller,
1574
ev->
c_CTL_CHANGE
.value & 0x7f /* XXX this is SO wrong */
/src/sys/sys/
midiio.h
499
}
c_CTL_CHANGE
;
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025