mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Update backend API: read-only MIDI input buffers
This commit is contained in:
parent
f9aff37623
commit
2b7c585dba
14 changed files with 33 additions and 28 deletions
|
|
@ -1685,7 +1685,7 @@ AlsaAudioBackend::get_connections (PortEngine::PortHandle port, std::vector<std:
|
|||
int
|
||||
AlsaAudioBackend::midi_event_get (
|
||||
pframes_t& timestamp,
|
||||
size_t& size, uint8_t** buf, void* port_buffer,
|
||||
size_t& size, uint8_t const** buf, void* port_buffer,
|
||||
uint32_t event_index)
|
||||
{
|
||||
assert (buf && port_buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue