mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
virtualize audioregion, make crossfade IS-A audioregion
git-svn-id: svn://localhost/ardour2/trunk@1889 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b99c6c6e1d
commit
48d078b975
19 changed files with 526 additions and 134 deletions
|
|
@ -95,7 +95,7 @@ class AudioStreamView : public StreamView
|
|||
|
||||
void add_crossfade (boost::shared_ptr<ARDOUR::Crossfade>);
|
||||
void add_crossfade_weak (boost::weak_ptr<ARDOUR::Crossfade>);
|
||||
void remove_crossfade (boost::shared_ptr<ARDOUR::Crossfade>);
|
||||
void remove_crossfade (boost::shared_ptr<ARDOUR::Region>);
|
||||
|
||||
void color_handler (ColorID id, uint32_t val);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue