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:
Paul Davis 2009-07-22 22:15:15 +00:00
parent 35a4be94ba
commit 894e4500a0
2 changed files with 4 additions and 0 deletions

View file

@ -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);

View file

@ -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>