summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31fix manual merge errorPaul Davis
2016-05-31extend add route dialog to include VCA mastersPaul Davis
2016-05-31Session HAS-A VCAManagerPaul Davis
2016-05-31initial implementation of a VCA Manager objectPaul Davis
2016-05-31add a new packer to the mixer, to hold vca master faders (if any)Paul Davis
2016-05-31remove the entire idea of a tabbable for VCA master fadersPaul Davis
2016-05-31fix API of VCA stripPaul Davis
2016-05-31set controls for VCA stripPaul Davis
2016-05-31correctly set up members of GainMeterBase in ::set_controls()Paul Davis
2016-05-31add name() method to VCAPaul Davis
2016-05-31fake the existence of a master fader stripPaul Davis
2016-05-31skeleton versions of VCA master stripsPaul Davis
2016-05-31call ::set_session on master faders sectionPaul Davis
2016-05-31remove unused "old-order" stuff from AxisViewPaul Davis
2016-05-31remove stupid, unused functionPaul Davis
2016-05-31make the master faders visibility button workPaul 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-30remove old logos (old shape) which shouldn't be used anymoreRobin Gareus
2016-05-30there won't be an Ardour 4.8 releaseRobin Gareus
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-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