Display recorded controller data (fix show all/existing automation).

git-svn-id: svn://localhost/ardour2/branches/3.0@3779 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2008-09-21 16:17:02 +00:00
parent eec19ca7af
commit e14187aadd
46 changed files with 460 additions and 375 deletions

View file

@ -109,7 +109,6 @@ ControlList::~ControlList()
delete (*x);
}
}
boost::shared_ptr<ControlList>
ControlList::create(Parameter id)
@ -117,7 +116,6 @@ ControlList::create(Parameter id)
return boost::shared_ptr<ControlList>(new ControlList(id));
}
bool
ControlList::operator== (const ControlList& other)
{
@ -205,7 +203,7 @@ ControlList::reposition_for_rt_add (double when)
void
ControlList::rt_add (double when, double value)
{
// cerr << "RT: alist @ " << this << " add " << value << " @ " << when << endl;
cerr << "RT: alist " << this << " add " << value << " @ " << when << endl;
{
Glib::Mutex::Lock lm (_lock);