summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-05-31add VCA debug bitPaul Davis
2016-05-31start shaping up VCA assign processPaul Davis
2016-05-31mostly restore VCA state on session loading.Paul Davis
2016-05-31add a bit of state to VCAManagerPaul Davis
2016-05-31add a bit of state to VCAsPaul Davis
2016-05-31expand and improve VCA APIPaul Davis
2016-05-31vca design: gain controls cannot silently "merge" the master(s) value into th...Paul Davis
2016-05-31change VCA model to facilitate Harrison *and* SSL designsPaul Davis
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31Session HAS-A VCAManagerPaul Davis
2016-05-31initial implementation of a VCA Manager objectPaul Davis
2016-05-31add name() method to VCAPaul Davis
2016-05-31initially pass at libardour VCA implementationPaul Davis
2016-05-28Tempo ramps - fix merge conflicts, add bbt_at_frame_rt().nick_m
2016-05-27Tempo ramps - implement TempoMap::tempo_at_beat().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 - 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 - 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-27Rwbi ramps - midi regions resize when tempo map changed.nick_m
2016-05-27Tempo ramps -remove unused code.nick_m
2016-05-27Tempo ramps - clean up tempo dragging.nick_m
2016-05-27Tempo ramps - rename for consistency, remove some testing code, add meter bas...nick_m
2016-05-27Tempo ramps - consolidate meter dragging code.nick_m
2016-05-27Tempo ramps - rework tempo drags, improve comments.nick_m
2016-05-27Tempo ramps - consolidate TempoMap::predict_tempo()nick_m
2016-05-27Tempo ramps - more code cleanup, fix cross-marker jumping using tempo dialog bbtnick_m
2016-05-27Tempo ramps - no more tempo dilation on meter drag.nick_m
2016-05-27Tempo ramps - code layout, check_solved() is lock-style agnostic, remove unca...nick_m
2016-05-27Tempo ramps - more code consolidation wrt add meter/tempo.nick_m
2016-05-27Tempo ramps - clean up add/replace temponick_m
2016-05-27Tempo ramps - fix various sub-beat tempo line bugs.nick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Tempo ramps - remove unused code, small meter dilation drag cleanup.nick_m
2016-05-27Tempo ramps - more bbt dragging work.nick_m
2016-05-27Tempo ramps - more bbt ruler dragging work.nick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-27Yempo ramps - fix new meters ending up at 0, clean code a bit.nick_m
2016-05-27Tempo ramps - reinstate cross-dragging of music-locked meters, various bug fi...nick_m
2016-05-27Tempo ramps - music-locked meter drags are now bbt based.nick_m
2016-05-27Tempo ramps - fix various tempo dragging issues.nick_m
2016-05-27Tempo ramps - a different approach to audio-locked meters.nick_m
2016-05-27Tempo ramps - add gui dilation of tempos.nick_m
2016-05-27Tempo ramps - make moving music-locked meters less flakey, remove some code.nick_m
2016-05-27Tempo ramps - clean up some frame/beat ambiguitynick_m
2016-05-27Tempo ramps - fix click, fix various thinkos wrt using the correct metrics.nick_m
2016-05-27Tempo ramps - fix BBTPoint wtf.nick_m
2016-05-27Tempo ramps - adding a new tempo doesn't involve a dialog.nick_m