mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
some (unfinished) work on incorporating Ben's rev 6919 changes regarding track selection; make newly selected tracks show the current range selection; fix crashes related to meter display; remove "all" group from main group tab display and just put it down in its own button (totally incomplete); minor cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@7696 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bdb8434238
commit
1526735d79
14 changed files with 147 additions and 59 deletions
|
|
@ -390,7 +390,9 @@ ControlList::fast_simple_add (double when, double value)
|
|||
void
|
||||
ControlList::add (double when, double value)
|
||||
{
|
||||
/* this is for graphical editing */
|
||||
/* this is for making changes from some kind of user interface or
|
||||
control surface (GUI, MIDI, OSC etc)
|
||||
*/
|
||||
|
||||
{
|
||||
Glib::Mutex::Lock lm (_lock);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue