mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
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:
parent
eec19ca7af
commit
e14187aadd
46 changed files with 460 additions and 375 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue