b55bb41832
fix timeline type -> sample in ::write_one_track()
...
This needs to be modified to use Beats not samples.
2021-08-13 12:51:36 -06:00
e519dfc0aa
fix timeline types in Region::move_cue_markers() decl
2021-08-13 12:51:36 -06:00
6895e6840d
remove mistakenly remaining code (post rebase conflict resolution)
2021-08-13 12:51:36 -06:00
411a6f2385
fix timeline arithmetic in cue marker motion
2021-08-13 12:51:36 -06:00
3def228560
fix timeline types for ffmpegsource
2021-08-13 12:51:36 -06:00
4f18d7f220
fix timeline types for Location::ripple() method
2021-08-13 12:51:36 -06:00
c8dc300fe7
fix missing method return type (post rebase conflict resolution)
2021-08-13 12:51:36 -06:00
5bb1c01482
fix timeline types (post-rebase conflict resolution)
2021-08-13 12:51:36 -06:00
318ab0c338
add cue markers member to Source (post-rebase conflict resolution)
2021-08-13 12:51:36 -06:00
2330e867b9
remove code no longer required (post-rebase conflict resolution)
2021-08-13 12:51:36 -06:00
d4cfedf6d4
fix duplication of method-scope variable decl
2021-08-13 12:51:36 -06:00
cd1f6269a9
not entirely what this fix is, but i think it is just whitespace (post-rebase conflict resolution)
2021-08-13 12:51:36 -06:00
5498c433ad
fix incorrect lexical scope introduced during rebase conflict resolution
2021-08-13 12:51:36 -06:00
029fb065b7
fix timeline type issues
2021-08-13 12:51:35 -06:00
0e264ad2db
fix timeline arithmetic operations
2021-08-13 12:51:35 -06:00
12fb9608d9
fix some timeline type issues
2021-08-13 12:51:35 -06:00
5f4fa2d9ea
fix gap callback argument types at point of use
2021-08-13 12:51:35 -06:00
0114516c82
add Playlist::remove_gaps() with nutempo timeline types
2021-08-13 12:51:35 -06:00
8fca5796d6
fix declaration of Playlist::ripple_unlocked() (lost in rebase conflict resolution)
2021-08-13 12:51:35 -06:00
6e7f9029ec
fix types of Playlist member objects (lost in rebase conflict resolution)
2021-08-13 12:51:35 -06:00
caba355012
Add required copy constructor for Temporal::Meter
2021-08-13 12:51:35 -06:00
dec3b9bc2e
cleanup mess from manual rebase against master (GUI edition)
2021-08-13 12:51:35 -06:00
ba3fc66aa5
cleanup mess from manual rebase against master
2021-08-13 12:51:35 -06:00
8cc54e5c7e
fix use of timepos_t for locates after rebase with new transport API changes
2021-08-13 12:51:35 -06:00
f749d4f03e
fix rebase issue with positional math (we don't allow " - 1")
2021-08-13 12:51:35 -06:00
bc98af7433
fix a subtle detail in loudness analysis after timeline type changes
2021-08-13 12:51:35 -06:00
38aa2560f3
libtemporal: remove unnecessary initialization
2021-08-13 12:51:35 -06:00
f61adcd738
temporal: knarly template code to consolidate and rationalize duplicated methods
2021-08-13 12:51:35 -06:00
7938d8de4f
fix (some) editing based on tempo & meter marks
...
After beginning an edit operation with TempoMap::write_copy(), the tempoPoint and meterPoint objects
referenced by markers are incorrect, since they refer to the original map, not the copy we are working
on. Fix this with Editor::reassociate_metric_markers()
Some instances requiring this fix may still remain
2021-08-13 12:51:35 -06:00
5838bcbe7c
clean up unsafe use of printf() by commenting it out
2021-08-13 12:51:35 -06:00
5327cf7be7
allow the click points for the click to contain points before the start (gracefully)
2021-08-13 12:51:35 -06:00
73ad70648d
bump session file version
2021-08-13 12:51:35 -06:00
585346ce56
libtemporal: fix many different issues with tempo ramps
...
API changes, ensuring omega is computed, saved, and restored, generic methods to get tempo/meter at a position, and lots more
2021-08-13 12:51:35 -06:00
18e2c36648
libevoral: fix arguments to Sequencer::iterator::invalidate()
...
clang picked up the mismatch (gcc did not), which reflects a realization while working
on the nutempo2 branch that nothing ever used the old set<Notes> that was being passed
as an argument
2021-08-13 12:51:35 -06:00
3076d22987
macOS 10.12 finally started defining CLOCK_{REALTIME,MONOTONIC} and I think this is the correct way to test for that
2021-08-13 12:51:35 -06:00
3256350ef8
libtemporal: needs "OSX" pseudo-lib to pick up required macOS flags
2021-08-13 12:51:35 -06:00
5895909188
libtemporal: remove unnecessary inclusion of pbd/compose.h from beats.h
...
this causes breakage in clangs ADL lookup of various operator<<() overloads
2021-08-13 12:51:35 -06:00
52d41fa4e1
fix timeline type usage on macOS
2021-08-13 12:51:35 -06:00
a7535ae8aa
clang knows that we cannot use printf() to print Evoral::Event::time() ...
...
(why doesn't gcc?)
2021-08-13 12:51:35 -06:00
8c23d6955d
new timeline types for AudioUnits and CoreAudioSource
2021-08-13 12:51:35 -06:00
3170f880c2
stop clang from complaining about a missing return after a guaranteed assert() failure
2021-08-13 12:51:35 -06:00
153164c803
remove debug output
2021-08-13 12:51:35 -06:00
f721655916
libtemporal: to quote the matrix, there is no lock
2021-08-13 12:51:35 -06:00
8d67be784a
remove #ifdef'ed out initialization from session.cc (possible rebase leftover, but redundant no matter the origin
2021-08-13 12:51:35 -06:00
bcca1ad289
minor fixups post-rebase
2021-08-13 12:51:35 -06:00
bccdc95f32
libtemporal: fix logic for ::get_tempo_and_meter() if starting point is the timeline start
2021-08-13 12:51:35 -06:00
5f3ad2cde9
follow new const requirements associated with Meter/Tempo
2021-08-13 12:51:35 -06:00
1f8290f154
generalize repeated code into a template method, add lots of const-ness to facilitate this
2021-08-13 12:51:35 -06:00
c5ecd14622
temporal: fix logic errors in setting up TempoMetric objects
...
will likely revisit this to avoid code-duplication and "optimize" traversal of _points list
2021-08-13 12:51:35 -06:00
011b5ec61c
remove debug output
2021-08-13 12:51:35 -06:00