13
0
livetrax/libs/backends/jack
nick_m 7fc3b0c34c Initial stab at tempo ramps.
Replaces the list of points in TempoMap with TempoSection functions, which
compute tempo-at or tick-at time relative to tempo section start.
TempoMap consults them additively to determine things like bbt_time(),
frame_time() get_grid() etc.
This has a marked effect on scrolling speed along with the code simplification
in the places it has been attempted.

Several things are broken here.
Currently every ramp except the last one is an exponential ramp. this may
be simple to fix :).
Mouse-over midi grid doesn't match mouse click grid. should also be simple.

Many things seem to work, but their accuracy should be in question until
each area has been addressed.
2016-05-27 23:38:09 +10:00
..
jack_api.cc
jack_audiobackend.cc
jack_audiobackend.h implement metadata-set for remaining backends 2016-04-18 00:35:51 +02:00
jack_connection.cc
jack_connection.h
jack_portengine.cc implement metadata-set for remaining backends 2016-04-18 00:35:51 +02:00
jack_session.cc Initial stab at tempo ramps. 2016-05-27 23:38:09 +10:00
jack_session.h
jack_utils.cc
jack_utils.h
weak_libjack.c
weak_libjack.def
weak_libjack.h
wscript