13
0
livetrax/libs/canvas
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
..
benchmark
canvas backport canvas color functions from Mixbus 2016-05-17 18:17:51 +02:00
doc
macosx/canvas/canvas.xcodeproj
MSVCcanvas Modify our MSVC projects to build liblua as a DLL rather than a static lib 2016-04-04 16:40:20 +01:00
test
arc.cc
arrow.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc canvas tooltips, too 2016-04-27 01:24:37 +02:00
circle.cc
colors.cc backport canvas color functions from Mixbus 2016-05-17 18:17:51 +02:00
colorspace.cc
container.cc
curve.cc
debug.cc
fill.cc
flag.cc
i18n.h
image.cc
item.cc
line_set.cc
line.cc
lookup_table.cc
Notes
outline.cc
pixbuf.cc
poly_item.cc
poly_line.cc
polygon.cc
rectangle.cc
root_group.cc
ruler.cc Initial stab at tempo ramps. 2016-05-27 23:38:09 +10:00
run-manual-test.sh
run-tests.sh
scroll_group.cc
stateful_image.cc
text.cc
tracking_text.cc
types.cc
utils.cc
wave_view.cc remove debug output 2016-03-01 18:37:19 +01:00
widget.cc
wscript prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00
xfade_curve.cc