provide mechanism for "drop all slaves" for VCA master
[ardour.git] / libs / ardour / ardour /
2016-05-27 nick_mTempo ramps - music-locked meter drags are now bbt...
2016-05-27 nick_mTempo ramps - fix various tempo dragging issues.
2016-05-27 nick_mTempo ramps - a different approach to audio-locked...
2016-05-27 nick_mTempo ramps - add gui dilation of tempos.
2016-05-27 nick_mTempo ramps - make moving music-locked meters less...
2016-05-27 nick_mTempo ramps - clean up some frame/beat ambiguity
2016-05-27 nick_mTempo ramps - fix click, fix various thinkos wrt using...
2016-05-27 nick_mTempo ramps - fix BBTPoint wtf.
2016-05-27 nick_mTempo ramps - adding a new tempo doesn't involve a...
2016-05-27 nick_mTempo ramps - make legacy session detection more robust.
2016-05-27 nick_mTempo ramps - rename, more legacy session handling.
2016-05-27 nick_mTempo ramps - tempo marks use mvc-style copy drag,...
2016-05-27 nick_mTempo ramps - copy-drag meters works again.
2016-05-27 nick_mTempo ramps - api change, remove some code.
2016-05-27 nick_mTempo ramps - more code reorganization, almost audio...
2016-05-27 nick_mTempo ramps - more multi audio-locked meter work, code...
2016-05-27 nick_mTempo damps - fix compilation
2016-05-27 nick_mTempo ramps - improvements from static analysis.
2016-05-27 nick_mTempo ramps - tempo drags respect the snap modifier...
2016-05-27 nick_mTempo ramps - use correct meter when snapping to the...
2016-05-27 nick_mTempo ramps - tempos now musically snap to their future.
2016-05-27 nick_mTempo rampo - tempo tick lines no longer assume constan...
2016-05-27 nick_mTempo ramps - another approach to first meter/tempo.
2016-05-27 nick_mTempo ramps - pressing constraint modifier keys during...
2016-05-27 nick_mTempo ramps - towards having multiple audio-locked...
2016-05-27 nick_mTempo ramps - complete 'music locked meters are now...
2016-05-27 nick_mTempo ramps - music-locked meters now use beats rather...
2016-05-27 nick_mTempo ramps - fix crash with simplest case.
2016-05-27 nick_mTempo ramps - code cleanup
2016-05-27 nick_mTempo ramps - respect tempo note type and meter note...
2016-05-27 nick_mTempo ramps - fix erroneous tempo_at_frame(), use corre...
2016-05-27 nick_mTempo ramps - midi notes resize when dragged, misc...
2016-05-27 nick_mTempo ramps - snap uses audio-locked meter offsets.
2016-05-27 nick_mTempo ramps - hook up tempo display, a new approach...
2016-05-27 nick_mTempo ramps - new (old) map solving strategy.
2016-05-27 nick_mTempo ramps -consolidate code, add precision check...
2016-05-27 nick_mTempo ramps - fix various thinkos.
2016-05-27 nick_mTempo ramps - check for impossible locations tempo...
2016-05-27 nick_mTempo ramps - fix music-locked meter drags.
2016-05-27 nick_mTempo ramps - grid now follows dragging meter section.
2016-05-27 nick_mTempo ramps - audio-locked meters have a bbt of 1|1|0
2016-05-27 nick_mTempo ramps - meter sections drag again.
2016-05-27 nick_mTempo ramps - add method to handle beat-based tempo...
2016-05-27 nick_mTempo ramps - change some prototypes, rename some methods.
2016-05-27 nick_mTempo ramps - fix constant tempo thinko.
2016-05-27 nick_mTempo ramps - rework mouse dragging of tempo marks...
2016-05-27 nick_mTempo ramps - re-enabe audio-locked meter sections...
2016-05-27 nick_mTempo ramps - fix crash-causing locking errors. clean...
2016-05-27 nick_mTempo ramps - setting bbt of an audio-locked tempo...
2016-05-27 nick_mTempo ramps - restore bbt settings in tempo dialog...
2016-05-27 nick_mTempo ramps - all public TempoSection position paramete...
2016-05-27 nick_mTempo ramps - first stab at metric marks locked to...
2016-05-27 nick_mTempo ramps - minor optimisation and comment clarification.
2016-05-27 nick_mTempo ramps - Remove the tick walk, store c_func, docum...
2016-05-27 nick_mTempo ramps - use consistent naming for _locked methods...
2016-05-27 nick_mTempo ramps - api rename, fix various meter and tempo...
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-27 nick_mTempo ramps - improve the performance of recompute_map().
2016-05-27 nick_mTempo ramps - clean up TempoSection, fix thinko in...
2016-05-27 nick_mTempo ramps - replace ugly bootstrapping code in TempoM...
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
2016-05-27 nick_mTempo ramps - fix many problems wrt dragging tempos...
2016-05-27 nick_mTempo ramps - allow live updating of tempo markers.
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mTempo ramps - fix changing from const to ramp in the...
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-25 Robin Gareusupdate VST audioMasterGetTime
2016-05-25 Robin Gareusfix timecode update after locate.
2016-05-25 Robin Gareusallow to configure transient detection sensitivity
2016-05-21 Robin Gareus"biquadratic" needs no camelcase - fixes API doc.
2016-05-21 Robin Gareuskeep DSP state variables finite.
2016-05-20 Robin Gareusadd lua DSP transfer function calculation
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
2016-05-18 Robin Gareusmove "needs output port selector" (from pin-dialog...
2016-05-18 Robin Gareusbypass plugin(s) - not processor (plugin-insert keeps...
2016-05-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-05-04 Robin GareusNO-OP, whitespace
2016-05-02 Robin GareusAdd loudness normalization to Export Format & Graph
2016-05-01 Robin Gareusfix aubio-onset detection parameters
2016-05-01 Robin Gareusfix a Wsigncompare and 2 -Wuninitialized
2016-05-01 Robin Gareusvarious transient-detection fixes (split region, trim...
2016-04-29 Robin Gareusimplement lua plugin presets
2016-04-29 Robin Gareusdon't special case lua processors, use plugin-manager
2016-04-28 Robin Gareusfix a deadlock with jack2 when inserting a plugin adds...
2016-04-27 Robin Gareusallow to customize variable i/o plugin inputs
2016-04-26 Robin Gareusdon't show engine dialog when loading a session..
2016-04-26 Robin Gareusstyleguide #10
2016-04-26 Robin GareusPortManager lua bindings (to debug lingering ports)
2016-04-25 Robin Gareusupdate [lua bindings] documentation
2016-04-24 Robin Gareusdelayline: use boost::shared_array
2016-04-24 Robin Gareusfix mismatched delete/delete[]
2016-04-24 Robin Gareushand over automationlist undo state ownership (mem...
2016-04-23 Robin GareusDisconnect Signals before dropping ports
2016-04-23 Robin Gareusdelegate port-connections to low priority thread.
2016-04-22 Robin Gareusfix typo in config variable
2016-04-22 Robin Gareusinvalidate AU cache on re-scan
2016-04-22 Robin GareusSingle instance AUs only, use variable i/o
2016-04-22 Robin GareusAU multibus support
next