mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Merged with trunk R1327.
git-svn-id: svn://localhost/ardour2/branches/midi@1328 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
32f3a4ae3e
commit
7701c52adb
21 changed files with 464 additions and 383 deletions
|
|
@ -446,7 +446,7 @@ RouteUI::refresh_remote_control_menu ()
|
|||
|
||||
RadioMenuItem::Group rc_group;
|
||||
CheckMenuItem* rc_active;
|
||||
uint32_t limit = _session.ntracks();
|
||||
uint32_t limit = _session.ntracks() + _session.nbusses();
|
||||
char buf[32];
|
||||
|
||||
MenuList& rc_items = remote_control_menu->items();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue