mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
NO-OP: spaces for function calls
This commit is contained in:
parent
21a4501e47
commit
67a09c19c8
1 changed files with 3 additions and 3 deletions
|
|
@ -443,9 +443,9 @@ SMFSource::write_unlocked (const WriterLock& lock,
|
||||||
}
|
}
|
||||||
time -= pos_samples;
|
time -= pos_samples;
|
||||||
|
|
||||||
ev.set(buf, size, time);
|
ev.set (buf, size, time);
|
||||||
ev.set_event_type(Evoral::MIDI_EVENT);
|
ev.set_event_type (Evoral::MIDI_EVENT);
|
||||||
ev.set_id(Evoral::next_event_id());
|
ev.set_id (Evoral::next_event_id());
|
||||||
|
|
||||||
if (!(ev.is_channel_event() || ev.is_smf_meta_event() || ev.is_sysex())) {
|
if (!(ev.is_channel_event() || ev.is_smf_meta_event() || ev.is_sysex())) {
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue