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