summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-29prototype lua midi generators & filters and port event-rewriteRobin Gareus
2016-05-29bump max number of possible ALSA backend channelsRobin Gareus
2016-05-30Make TempoMap::framewalk_to_beats () more correct.nick_m
2016-05-29Fix bbt dragging wrt audio-locked tempos.nick_m
2016-05-29Revert terrible thinko in 647c86e. (back to slow for now)nick_m
2016-05-29Speed up redraw while tempo dragging with midi regions (and possibly other re...nick_m
2016-05-29Hopefully finally fix tempo curve flickering.nick_m
2016-05-28Emulate 'log1p()' and 'expm1()' using 'log()' and 'exp()'John Emmas
2016-05-28Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-05-28Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2016-05-28Allow non-musical snap when dragging bbt ruler.nick_m
2016-05-28Revert 2d7f755nick_m
2016-05-28Ifdef out some debugging-related code.nick_m
2016-05-28Allow user to have the snap modifier pressed when using the constraint modifi...nick_m
2016-05-28Enable snap for tempo dilation.nick_m
2016-05-28Don't change snap settings when dragging audio-locked meters.nick_m
2016-05-28Force snap when dragging meters.nick_m
2016-05-28Restore snap setting in eterMarkerDrag::aborted()/nick_m
2016-05-27fix some false-positive compiler warningsRobin Gareus
2016-05-27AU tempo API updatesRobin Gareus
2016-05-28Dragging a meter sets editor snap type to bars during drag.nick_m
2016-05-28Tempo ramps - fix missing rt call.nick_m
2016-05-28Tempo ramps - fix merge conflicts, add bbt_at_frame_rt().nick_m
2016-05-27Tempo ramps - more comment fixes.nick_m
2016-05-27Tempo ramps - comments,nick_m
2016-05-27Tempo ramps - code cleanup.nick_m
2016-05-27Tempo ramps - implement TempoMap::tempo_at_beat().nick_m
2016-05-27Tempo ramps - fiddle with gradient limit.nick_m
2016-05-27Tempo ramps - add a gradient limit to the ramp, more comments.nick_m
2016-05-27Tempo ramps - rename meter/tempo_section_at() -> meter/tempo_section_at_frame()nick_m
2016-05-27Tempo ramps - fix up previous commit.nick_m
2016-05-27Tempo ramps - add TempoMap::frame_at_tempo()nick_m
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - add commentnick_m
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo ramps - check the curve not the integral.nick_m
2016-05-27Tempo ramps - finally fix flicker in framed curve.nick_m
2016-05-27Tempo ramps - remove thinkonick_m
2016-05-27Tempo ramps - fix commentnick_m
2016-05-27Tempo ramps - ensure fake meter mark is under pointer during drags.nick_m
2016-05-27Tempo ramps - fix erroneous paste.nick_m
2016-05-27Temper pants - fix newly added lockup while dragging tempos sometimes.nick_m
2016-05-27Gd Lk ramps - rework auto scaling. change colour.nick_m
2016-05-27Rwbi ramps - midi regions resize when tempo map changed.nick_m
2016-05-27Yr,[p ramps - fix flickering tempo curves when zoomed in.nick_m
2016-05-27Tempo ramps - fix huge marker height mark, remove unused var.nick_m
2016-05-27Tempo ramps - rename no-opnick_m
2016-05-27Tempo ramps - first tempo is a ramp, fix extra meter recompute.nick_m
2016-05-27Tempo ramps -remove unused code.nick_m