mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
fix typo in 72ed785
This commit is contained in:
parent
09dd3fc369
commit
f2592df842
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ CoreAudioBackend::get_midi_event_count (void* port_buffer)
|
||||||
void
|
void
|
||||||
CoreAudioBackend::midi_clear (void* port_buffer)
|
CoreAudioBackend::midi_clear (void* port_buffer)
|
||||||
{
|
{
|
||||||
if (port_buffer) return;
|
if (!port_buffer) return;
|
||||||
CoreMidiBuffer * buf = static_cast<CoreMidiBuffer*>(port_buffer);
|
CoreMidiBuffer * buf = static_cast<CoreMidiBuffer*>(port_buffer);
|
||||||
assert (buf);
|
assert (buf);
|
||||||
buf->clear ();
|
buf->clear ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue