mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
- Call channel pressure channel pressure, not aftertouch (that's key specific).
- Add context menu items to add a bender or pressure automation track to a MIDI track. - Now just need to figure out creation of program change events and you can create everything MIDI ardour understands from the GUI... git-svn-id: svn://localhost/ardour2/branches/3.0@3782 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ca12fe9733
commit
a43d53e3b9
11 changed files with 39 additions and 23 deletions
|
|
@ -68,8 +68,9 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
|
||||
void show_all_automation ();
|
||||
void show_existing_automation ();
|
||||
void add_controller_track ();
|
||||
void create_automation_child (ARDOUR::Parameter param, bool show);
|
||||
void add_cc_track ();
|
||||
void add_parameter_track (const ARDOUR::Parameter& param);
|
||||
void create_automation_child (const ARDOUR::Parameter& param, bool show);
|
||||
|
||||
ARDOUR::NoteMode note_mode() const { return _note_mode; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue