Home
last modified time | relevance | path

Searched refs:MIDIINbufIndex (Results 1 – 5 of 5) sorted by relevance

/dports/audio/csound/csound-6.15.0/OOps/
H A Dmidiops.c514 p->local_buf_index = MGLOB(MIDIINbufIndex) & MIDIINBUFMSK; in midiin_set()
521 if (p->local_buf_index != MGLOB(MIDIINbufIndex)) { in midiin()
535 p->local_buf_index = MGLOB(MIDIINbufIndex) & MIDIINBUFMSK; in pgmin_set()
543 if (p->local_buf_index != MGLOB(MIDIINbufIndex)) { in pgmin()
569 p->local_buf_index = MGLOB(MIDIINbufIndex) & MIDIINBUFMSK; in ctlin_set()
578 if (p->local_buf_index != MGLOB(MIDIINbufIndex)) { in ctlin()
621 p->local_buf_index = MGLOB(MIDIINbufIndex) & MIDIINBUFMSK; in midiarp_set()
678 if (p->local_buf_index != MGLOB(MIDIINbufIndex)) in midiarp()
/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidirecv.c589 &(p->MIDIINbuffer2[p->MIDIINbufIndex++].bData[0]); in sensMidi()
590 p->MIDIINbufIndex &= MIDIINBUFMSK; in sensMidi()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h803 int MIDIINbufIndex; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h803 int MIDIINbufIndex; member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h806 int MIDIINbufIndex; member