NOOP: newline removed
This commit is contained in:
parent
81b38c110a
commit
5e13770e1f
@ -453,8 +453,7 @@ MidiTrack::snapshot_out_of_band_data (samplecnt_t nframes)
|
|||||||
|
|
||||||
assert (nframes > 0);
|
assert (nframes > 0);
|
||||||
|
|
||||||
DEBUG_TRACE (DEBUG::MidiIO, string_compose ("%1 has %2 of immediate events to deliver\n",
|
DEBUG_TRACE (DEBUG::MidiIO, string_compose ("%1 has %2 of immediate events to deliver\n", name(), _immediate_events.read_space()));
|
||||||
name(), _immediate_events.read_space()));
|
|
||||||
|
|
||||||
/* write as many of the immediate events as we can, but give "true" as
|
/* write as many of the immediate events as we can, but give "true" as
|
||||||
* the last argument ("stop on overflow in destination") so that we'll
|
* the last argument ("stop on overflow in destination") so that we'll
|
||||||
|
Loading…
Reference in New Issue
Block a user