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:
Paul Davis 2010-08-26 23:25:44 +00:00
parent bdb8434238
commit 1526735d79
14 changed files with 147 additions and 59 deletions

View file

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