disallow placement of audio-locked tempi within a frame of any other.
[ardour.git] / libs / ardour / import.cc
index 36dc48e65194c8e789b425429b43a8faa101c5d4..d441494ad7c5a5e7a969aeda3fe99b5767be5c88 100644 (file)
@@ -418,7 +418,7 @@ write_midi_data_to_new_files (Evoral::SMF* source, ImportStatus& status,
                                smfs->append_event_beats(
                                        source_lock,
                                        Evoral::Event<Evoral::Beats>(
-                                               0,
+                                               Evoral::MIDI_EVENT,
                                                Evoral::Beats::ticks_at_rate(t, source->ppqn()),
                                                size,
                                                buf));