13
0
livetrax/libs/temporal
Paul Davis 6c44dbf9d6 temporal: a guess at how to use BBT markers from within TempoMap::paste()
Basically, if the paste position is not zero and not on a bar line, we will a BBT marker there,
using the existing tempo & meter at that position before the paste.

If the end of the paste is not on a bar line, we will place a BBT marker there,
using the tempo & meter that existed before the paste.

TempoMap::paste() now also accepts an optional final argument that if provided is
used to name the BBT markers, if they are created
2023-08-30 15:21:55 -06:00
..
MSVCtemporal Further change needed for 'libtemporal' 2020-05-29 12:28:13 +01:00
temporal temporal: a guess at how to use BBT markers from within TempoMap::paste() 2023-08-30 15:21:55 -06:00
test temporal: unit testing more like unit testing 2023-06-08 14:01:17 -06:00
bbt_time.cc temporal: add operator<<(ostream&) for BBT_Argument 2023-05-05 18:55:27 -06:00
beats.cc temporal: fix a bug in BBT_Time::round_up_to_bar() 2022-08-03 10:59:29 -06:00
debug.cc temporal: add new debug bit for debug tracing just TempoMap::reset_starting_at() 2022-05-13 19:05:13 -06:00
domain.cc add get/set state methods to TimeDomainProvider 2023-08-16 16:33:17 -06:00
enums.cc Fix tempo-map backward compatibility 2023-07-17 00:35:05 +02:00
range.cc temporal: operator<< for Range and RangeList 2023-03-24 14:19:16 -06:00
superclock.cc increase superclock_ticks_per_second to provide integer handling for NTSC (following Facebook "flicks") 2022-10-13 18:05:49 -06:00
tempo.cc temporal: a guess at how to use BBT markers from within TempoMap::paste() 2023-08-30 15:21:55 -06:00
test2.cc tweak test code to check int62_t::min and flag bit 2021-08-13 12:51:30 -06:00
test.cc basic work on a Tempo object that avoids (almost) all floating point arithmetic 2021-08-13 12:51:28 -06:00
time.cc Fix remaining doxygen warnings (!) 2019-09-30 21:03:29 +02:00
timeline.cc temporal: reference time for BBT_Argument is always superclocks 2023-06-30 12:10:50 -06:00
wscript add get/set state methods to TimeDomainProvider 2023-08-16 16:33:17 -06:00