MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@7118 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -31,6 +31,12 @@ ControlSet::ControlSet()
|
||||
{
|
||||
}
|
||||
|
||||
ControlSet::ControlSet (const ControlSet& other)
|
||||
: noncopyable ()
|
||||
{
|
||||
/* derived class must copy controls */
|
||||
}
|
||||
|
||||
void
|
||||
ControlSet::add_control(boost::shared_ptr<Control> ac)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user