mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
dramatic overhaul of automation. too long to explain here. this work is not finished - write/touch passes do not correctly overwrite existing data because the semantics of ControlList::insert_iterator need clarification. more to follow
git-svn-id: svn://localhost/ardour2/branches/3.0@13038 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b04cd7d704
commit
0532e2063b
27 changed files with 500 additions and 249 deletions
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
uint64_t PBD::DEBUG::Sequence = PBD::new_debug_bit ("sequence");
|
||||
uint64_t PBD::DEBUG::Note = PBD::new_debug_bit ("note");
|
||||
uint64_t PBD::DEBUG::ControlList = PBD::new_debug_bit ("controllist");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue