Searched refs:CP_MIDI_OUT_BUFFER_SIZE (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.cpp2152 if (dwWriteCount > (CP_MIDI_OUT_BUFFER_SIZE - 1))
2154 dwWriteCount = CP_MIDI_OUT_BUFFER_SIZE - 1;
H A DCDspCommObject.h530 #define CP_MIDI_OUT_BUFFER_SIZE 32 macro
617 BYTE byMidiOutData[ CP_MIDI_OUT_BUFFER_SIZE ];

Completed in 63 milliseconds