mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multiset<...,EarlierNoteComparator> for _write_notes, does FIFO note resolution for overlapping notes in SMF file; implement Sequence::overlaps() ... current use is uncertain; ARDOUR::coverage() uses 64bit framepos_t
git-svn-id: svn://localhost/ardour2/branches/3.0@7199 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c51d6a1582
commit
db67064296
8 changed files with 130 additions and 73 deletions
|
|
@ -81,6 +81,7 @@ def build(bld):
|
|||
src/Note.cpp
|
||||
src/SMF.cpp
|
||||
src/Sequence.cpp
|
||||
src/debug.cpp
|
||||
'''
|
||||
|
||||
# Library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue