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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user