rearrange AutomationControl and RouteAutomationControl to get more shared logic and...
[ardour.git] / libs /
2016-05-31 Paul Davisrearrange AutomationControl and RouteAutomationControl...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
2016-05-31 Paul Davischange master records in GainControl to use AutomationC...
2016-05-31 Paul DavisSession API changes to enable VCAs to set soloed-by...
2016-05-31 Paul Davismove vca assignment up to the Route level (from GainCon...
2016-05-31 Paul Davismove VCA assignment up to Route level
2016-05-31 Paul Davisdon't increment actual VCA counter when saving session...
2016-05-31 Paul Davisadd required header
2016-05-31 Paul Davissave+restore VCA counter value across instances
2016-05-31 Paul DavisVCA solo and mute controls need to call AutomationContr...
2016-05-31 Paul Davisuse redesigned Route and VCA object architecture/API
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Daviscorrectly restore VCA-VCA slave/master relationships...
2016-05-31 Paul Davisfix deadlock caused by VCA=>VCA slaving and set_state()
2016-05-31 Paul Davisfix ambiguity in VCA constructors
2016-05-31 Paul Davisadd solo/mute logic to VCA masters
2016-05-31 Paul Davisensure that GainControl::get_value() never returns...
2016-05-31 Paul Davischange master-record management to use std::map to...
2016-05-31 Paul Davisprobably get the design of VCAs basically correct:...
2016-05-31 Paul Davisadd GainControl::slaved() predicate
2016-05-31 Paul Davisforward-propagate Changed signals through VCA master...
2016-05-31 Paul Davisadd VCAStatusChange message to GainControl
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davisadd VCA debug bit
2016-05-31 Paul Davisfix VCA name/number
2016-05-31 Paul Davisstart shaping up VCA assign process
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-31 Paul Davissave/restore VCAManager state
2016-05-31 Paul Davisreorder destruction of VCAManager and Routes
2016-05-31 Paul Davisadd a bit of state to VCAManager
2016-05-31 Paul Davisadd a bit of state to VCAs
2016-05-31 Paul Davisexpand and improve VCA API
2016-05-31 Paul Davisvca design: gain controls cannot silently "merge" the...
2016-05-31 Paul Davischange VCA model to facilitate Harrison *and* SSL designs
2016-05-31 Paul Davisdon't force size allocation to recompute pixfader patte...
2016-05-31 Paul Davisfirst pass at making the GUI for a VCA visible
2016-05-31 Paul DavisSession HAS-A VCAManager
2016-05-31 Paul Davisinitial implementation of a VCA Manager object
2016-05-31 Paul Davisadd name() method to VCA
2016-05-31 Paul Davismost of the changes required to add a new master faders...
2016-05-31 Paul Davisinitially pass at libardour VCA implementation
2016-05-30 nick_mMake TempoMap::framepos_plus_beats() & TempoMap::framep...
2016-05-29 Robin Gareusprototype lua midi generators & filters and port event...
2016-05-29 Robin Gareusbump max number of possible ALSA backend channels
2016-05-29 nick_mMake TempoMap::framewalk_to_beats () more correct.
2016-05-28 nick_mFix bbt dragging wrt audio-locked tempos.
2016-05-28 nick_mHopefully finally fix tempo curve flickering.
2016-05-28 John EmmasEmulate 'log1p()' and 'expm1()' using 'log()' and ...
2016-05-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-27 nick_mAllow non-musical snap when dragging bbt ruler.
2016-05-27 nick_mIfdef out some debugging-related code.
2016-05-27 Robin Gareusfix some false-positive compiler warnings
2016-05-27 Robin GareusAU tempo API updates
2016-05-27 nick_mTempo ramps - fix missing rt call.
2016-05-27 nick_mTempo ramps - fix merge conflicts, add bbt_at_frame_rt().
2016-05-27 nick_mTempo ramps - more comment fixes.
2016-05-27 nick_mTempo ramps - comments,
2016-05-27 nick_mTempo ramps - code cleanup.
2016-05-27 nick_mTempo ramps - implement TempoMap::tempo_at_beat().
2016-05-27 nick_mTempo ramps - fiddle with gradient limit.
2016-05-27 nick_mTempo ramps - add a gradient limit to the ramp, more...
2016-05-27 nick_mTempo ramps - rename meter/tempo_section_at() -> meter...
2016-05-27 nick_mTempo ramps - fix up previous commit.
2016-05-27 nick_mTempo ramps - add TempoMap::frame_at_tempo()
2016-05-27 nick_mTempo ramps - rename bbt_time() -> bbt_at_frame(),...
2016-05-27 nick_mTempo ramps - add comment
2016-05-27 nick_mTempo ramps - rename meter_at() -> meter_at_frame(...
2016-05-27 nick_mTempo ramps - rename tempo_at() -> tempo_at_frame(...
2016-05-27 nick_mTempo ramps - check the curve not the integral.
2016-05-27 nick_mTempo ramps - finally fix flicker in framed curve.
2016-05-27 nick_mTempo ramps - fix erroneous paste.
2016-05-27 nick_mRwbi ramps - midi regions resize when tempo map changed.
2016-05-27 nick_mYr,[p ramps - fix flickering tempo curves when zoomed in.
2016-05-27 nick_mTempo ramps - rename no-op
2016-05-27 nick_mTempo ramps - first tempo is a ramp, fix extra meter...
2016-05-27 nick_mTempo ramps -remove unused code.
2016-05-27 nick_mTempo ramps - clean up tempo dragging.
2016-05-27 nick_mTempo ramps - rename for consistency, remove some testi...
2016-05-27 nick_mTempo ramps - consolidate meter dragging code.
2016-05-27 nick_mTempo ramps - rework tempo drags, improve comments.
2016-05-27 nick_mTempo ramps - consolidate TempoMap::predict_tempo()
2016-05-27 nick_mTempo ramps - more code cleanup, fix cross-marker jumpi...
2016-05-27 nick_mTempo ramps - no more tempo dilation on meter drag.
2016-05-27 nick_mTempo ramps - code layout, check_solved() is lock-style...
2016-05-27 nick_mTempo ramps - remove commented code
2016-05-27 nick_mTempo ramps - more code consolidation wrt add meter...
2016-05-27 nick_mTempo ramps - clean up add/replace tempo
2016-05-27 nick_mTempo ramps - fix various sub-beat tempo line bugs.
2016-05-27 nick_mTempo ramps - fix ambiguous api, fix flickering tempo...
2016-05-27 nick_mTempo ramps - rebase fixes
2016-05-27 nick_mTempo ramps - add Canvas::FramedCurve and use it in...
2016-05-27 nick_mTempo ramps - revert earlier change to Canvas::Curve
2016-05-27 nick_mTempo ramps - remove unused code, small meter dilation...
2016-05-27 nick_mTempo ramps - remove pasted casts.
2016-05-27 nick_mTempo ramps - more bbt dragging work.
2016-05-27 nick_mTempo ramps - more bbt ruler dragging work.
2016-05-27 nick_mTempo ramps - more bbt ruler drag work.
2016-05-27 nick_mTempo ramps - improve constraint mod + bbt dragging...
2016-05-27 nick_mTempo ramps - add visualtempo curve, dragging bbt or...
next