mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Less crash-happy MIDI reading on weird MIDI files.
Make "show existing automation" create/show automation tracks for all contained CC in MIDI tracks. Fix staggered time when importing multi-track MIDI files. git-svn-id: svn://localhost/ardour2/branches/3.0@3086 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b79d5bfad3
commit
012292b4bd
12 changed files with 92 additions and 53 deletions
|
|
@ -65,6 +65,7 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
guint32 show_at (double y, int& nth, Gtk::VBox *parent);
|
||||
void hide ();
|
||||
|
||||
void show_existing_automation ();
|
||||
void add_controller_track ();
|
||||
void create_automation_child (ARDOUR::Parameter param, bool show);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue