|
388fa1b894
|
libtemporal: when removing tempos/meters/musictime points, remove them from TempoMap::_points also
|
2021-08-13 12:51:34 -06:00 |
|
|
982ccec7ab
|
libtemporal: when adding tempos/meters/musictime points, add them to TempoMap::_points also
|
2021-08-13 12:51:34 -06:00 |
|
|
b43eca15b0
|
Revert "libtemporal: the TempoMap::_points list serves no purpose, so remove it"
This reverts commit edc93fc62b6a36949b3cc37aee333904bc6b97f0.
|
2021-08-13 12:51:34 -06:00 |
|
|
d6d0eb0d9e
|
libtemporal: MusicTimePoint now IS-A Point,Tempo and Meter, all at once
|
2021-08-13 12:51:34 -06:00 |
|
|
cc0d065443
|
libtemporal: preparations to solve upcoming diamond inheritance problem
|
2021-08-13 12:51:34 -06:00 |
|
|
4e6c06bc95
|
libtemporal: add maybe-not-required operator>> for timeline types
|
2021-08-13 12:51:34 -06:00 |
|
|
322bca7fb3
|
remove -ansi from c++ flag used when configuring with --strict (forces C++98)
|
2021-08-13 12:51:34 -06:00 |
|
|
4aa7e21e12
|
remove declarations and one call to methods removed in master (lld(1) failed to pick this up; ld(1) does)
|
2021-08-13 12:51:34 -06:00 |
|
|
cf0ad83f05
|
extra debug output to track down deep(er) issues in the TempoMap
|
2021-08-13 12:51:34 -06:00 |
|
|
2445081dcc
|
remove another NUTEMPO #warning - this one was just unnecessary concern
|
2021-08-13 12:51:34 -06:00 |
|
|
12454f0a96
|
fix delivery of music time to LV2 plugins
|
2021-08-13 12:51:34 -06:00 |
|
|
ce82efafcf
|
libtemporal: slightly improve output from conversion statistics
|
2021-08-13 12:51:34 -06:00 |
|
|
f61ba0ccdc
|
fix up broken passing of tempo grid information to LV2 plugins
|
2021-08-13 12:51:34 -06:00 |
|
|
5f67bbe5e4
|
fix dangling and incorrect use of numeric_limits<double> as a control event position
|
2021-08-13 12:51:34 -06:00 |
|
|
8a47dc39f1
|
remove NUTEMPO warning by replacing with an explanatory comment
|
2021-08-13 12:51:34 -06:00 |
|
|
92749a1b73
|
remove another NUTEMPO warning - use implicit conversions
|
2021-08-13 12:51:34 -06:00 |
|
|
0f67dbf8cc
|
remove another NUTEMPO #warning - use time domain of region's track for content trim dragging
|
2021-08-13 12:51:34 -06:00 |
|
|
ffc9ab66b5
|
libtemporal: remove TempoMap::metric_at_locked() methods
There is no lock anymore, all modifications are done via RCU
|
2021-08-13 12:51:33 -06:00 |
|
|
3702da5488
|
fix up osc support after rebase/merge conflicts
|
2021-08-13 12:51:33 -06:00 |
|
|
c9d3381935
|
libtemporal: increase DEBUG_TRACE utility for ::get_grid() and related matters
|
2021-08-13 12:51:33 -06:00 |
|
|
bd1b6dcda3
|
libtemporal: start making tempo map work with non-monotonic BBT "bar times" present
|
2021-08-13 12:51:33 -06:00 |
|
|
18fba5dece
|
whitespace adjustments
|
2021-08-13 12:51:33 -06:00 |
|
|
fe352311f6
|
make shift-leftclick on bbt ruler set that time to be 3|2|0 (experiment - GUI dialog to follow)
|
2021-08-13 12:51:33 -06:00 |
|
|
c8175b7c49
|
libtemporal: add new constructors for MusicTimePoint and MeterPoint
|
2021-08-13 12:51:33 -06:00 |
|
|
f86395688e
|
libtemporal: Beats::round_to_subdivision() was incorectly folding the "beats" part of the value back into the answer.
The "beats" value is already implicit in the "ticks" we actually do the math with
|
2021-08-13 12:51:33 -06:00 |
|
|
c22c8ed69f
|
get TempoMarkerDrag and BBTRulerDrag to compile
|
2021-08-13 12:51:33 -06:00 |
|
|
c5c14e2416
|
remove two nutempo #warnings - initialize timecnt_t() using timedomain of route with first selected region (ripple dragging)
|
2021-08-13 12:51:33 -06:00 |
|
|
82e4545f7c
|
remove nutempo #warning (already fixed, just remove preprocessor line)
|
2021-08-13 12:51:33 -06:00 |
|
|
1637c13fbf
|
extend Lua API a little to allow callers to specify time domain for script/plugin automation data
|
2021-08-13 12:51:33 -06:00 |
|
|
ff77b3eb75
|
remove nutempo #warning (already fixed, just remove preprocessor line)
|
2021-08-13 12:51:33 -06:00 |
|
|
6608700e82
|
no more need to update locations after a tempo map change
|
2021-08-13 12:51:33 -06:00 |
|
|
3b06ce6e67
|
remove 3 nutempo #warnings - use plugin (processor) time_domain() when creating AutomationLists
|
2021-08-13 12:51:33 -06:00 |
|
|
9d4d3908e6
|
remove some nutempo #warnings and fix up Location time domain API
|
2021-08-13 12:51:33 -06:00 |
|
|
a8f9f268b4
|
use integer division when computing tempo map positions from SMF data
|
2021-08-13 12:51:33 -06:00 |
|
|
97a3469972
|
use new Tempo API in two places where Tempo is explicitly constructed
|
2021-08-13 12:51:33 -06:00 |
|
|
b8a7de43b6
|
libtemporal: change Tempo API to ensure that the correct construtor is called
This could be probably be improved with an even more distinct ramped/non-ramped API
|
2021-08-13 12:51:33 -06:00 |
|
|
888239a834
|
remove dual (x,y) version of AutomationLine::view_to_model_coord()
The x-axis coordinate was never transformed or modified anyway (6.x just changed it
from double to integer and back again!)
|
2021-08-13 12:51:33 -06:00 |
|
|
12855c1a83
|
fix types for MIDI source API, and remove unusued loop length member
|
2021-08-13 12:51:33 -06:00 |
|
|
4e761807bf
|
remove NUTEMPO warning
|
2021-08-13 12:51:33 -06:00 |
|
|
18e925e4ac
|
remove another NUTEMPO warning (potentially allows audio regions to have beat time position)
|
2021-08-13 12:51:33 -06:00 |
|
|
d131a9aa12
|
remove debug output
|
2021-08-13 12:51:33 -06:00 |
|
|
c32de2355e
|
extra DEBUG_TRACE statement in tempo map grid computation
|
2021-08-13 12:51:33 -06:00 |
|
|
80f543dc17
|
fix missing conversions between samples & superclock for ruler display
|
2021-08-13 12:51:33 -06:00 |
|
|
e36affe3ae
|
remove another NUTEMPO #warning (use time_domain() of the processor)
|
2021-08-13 12:51:33 -06:00 |
|
|
101a9e3a2c
|
remove another NUTEMPO #warning
For the foreseeable future, all audio region fades will be define in audio time
|
2021-08-13 12:51:33 -06:00 |
|
|
1a41e98c1c
|
improve comment for future readers
|
2021-08-13 12:51:33 -06:00 |
|
|
068cc4135f
|
remove another NUTEMPO #warning (see comment)
|
2021-08-13 12:51:33 -06:00 |
|
|
f321dd4dac
|
remove NUTEMPO #warning (comment explains more)
|
2021-08-13 12:51:33 -06:00 |
|
|
87dfef28f6
|
allow new locations creation from playhead to use default time domain
|
2021-08-13 12:51:33 -06:00 |
|
|
874a009d76
|
remove NUTEMPO #warning (comment explains more)
|
2021-08-13 12:51:33 -06:00 |
|