coreaudio: factor out common code for stuffing MIDI data into a CoreMidiPort buffer

This commit is contained in:
Paul Davis 2016-01-07 18:11:15 -05:00
parent 087610dc56
commit c615e26f3c
2 changed files with 6 additions and 3 deletions

View file

@ -1343,9 +1343,8 @@ CoreAudioBackend::midi_event_get (
return 0;
}
int
CoreAudioBackend::midi_event_put (
CoreAudioBackend::_midi_event_put (
void* port_buffer,
pframes_t timestamp,
const uint8_t* buffer, size_t size)