mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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
|
|
@ -319,7 +319,7 @@ AudioTimeAxisView::set_waveform_scale (WaveformScale scale)
|
|||
}
|
||||
|
||||
void
|
||||
AudioTimeAxisView::create_automation_child (Parameter param, bool show)
|
||||
AudioTimeAxisView::create_automation_child (const Parameter& param, bool show)
|
||||
{
|
||||
if (param.type() == GainAutomation) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue