summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-05-31change API for GainControl, VCA and VCAManagerPaul Davis
2016-05-31add VCA debug bitPaul Davis
2016-05-31fix VCA name/numberPaul Davis
2016-05-31start shaping up VCA assign processPaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31mostly restore VCA state on session loading.Paul Davis
2016-05-31save/restore VCAManager statePaul Davis
2016-05-31reorder destruction of VCAManager and RoutesPaul 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-31don't force size allocation to recompute pixfader patterns unless size actual...Paul 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-31most of the changes required to add a new master faders tabbablePaul Davis
2016-05-31initially pass at libardour VCA implementationPaul Davis
2016-05-30Make TempoMap::framepos_plus_beats() & TempoMap::framepos_minus_beats() more ...nick_m
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-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 (cairocanvas)John Emmas
2016-05-28Allow non-musical snap when dragging bbt ruler.nick_m
2016-05-28Ifdef out some debugging-related code.nick_m
2016-05-27fix some false-positive compiler warningsRobin Gareus
2016-05-27AU tempo API updatesRobin Gareus
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 - fix erroneous paste.nick_m