mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 17:36:31 +01:00
add track-record-enable-toggle action to menu, to make it actually bindable ; fixup creation of tracks/busses with > 2 channels, caused by bug in route template menu setup
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5415 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
35a4be94ba
commit
894e4500a0
2 changed files with 4 additions and 0 deletions
|
|
@ -263,6 +263,9 @@ AddRouteDialog::refill_channel_setups ()
|
|||
}
|
||||
}
|
||||
|
||||
/* no more templates for the rest */
|
||||
chn.template_path = "";
|
||||
|
||||
chn.name = _("3 Channel");
|
||||
chn.channels = 3;
|
||||
channel_setups.push_back (chn);
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@
|
|||
<menuitem action='linear-waveforms'/>
|
||||
<menuitem action='logarithmic-waveforms'/>
|
||||
</menu>
|
||||
<menuitem action='track-record-enable-toggle'/>
|
||||
<menuitem action='toggle-track-active'/>
|
||||
<menuitem action='remove-track'/>
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue