mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
coreaudio: factor out common code for stuffing MIDI data into a CoreMidiPort buffer
This commit is contained in:
parent
087610dc56
commit
c615e26f3c
2 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue