add an plugin API to query generic-gui grid-layout
[ardour.git] / libs / ardour / ardour /
2016-07-08 Robin Gareusadd an plugin API to query generic-gui grid-layout
2016-07-08 Paul Davismake route group master a real property.
2016-07-08 Paul Davissigned VCA numbers
2016-07-08 Paul Davischange VCA number to signed.
2016-07-08 Paul Davistreat VCA assign as a RouteGroup property.
2016-07-07 Robin Gareusimplement designated enable/bypass port for lua-proc
2016-07-07 Robin Gareusadd LuaTableRef to DSP API as alternative to shared-mem
2016-07-07 Robin Gareussome more lua-bindings
2016-07-07 Robin Gareusprepare sharing C++ class instances across lua-interpreters
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-05 Robin Gareusimplement lv2:designation processing#enable (for bypass...
2016-07-05 Robin Gareusadd API to use a plugin provided bypass control port
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-04 Robin Gareusfix bypassing plugins with sidechain i/o
2016-07-04 Paul Davisadd session-scope selection ops for Stripables
2016-07-04 Paul Davisfix another logic error in PresentationInfo::flag_match()
2016-07-04 Paul Davismake sure that rec-enable changes get to do their non...
2016-07-04 Len OvensUI: Add editor_mixer route pointer to session so all...
2016-07-02 Robin Gareusextend lua API:
2016-07-02 Paul Davisremove Session::get_nth_stripable.cc
2016-06-28 Paul Davischanges in logic used by source cleanup to avoid endles...
2016-06-25 Robin Gareusfix typos in prev commit
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-11 nick_mSet tempo sections to the exact pulse when snapped...
2016-06-10 nick_mFix many offset errors when drawing notes in midi regio...
2016-06-10 Paul DavisNew editor API to retrieve the Stripable with via prese...
2016-06-10 Paul DavisVarious changes to PresentationInfo and a small consoli...
2016-06-09 Paul Davisprovide a heuristic to decide if the color has been...
2016-06-08 Paul Davismove gui_changed() signal from Route to Stripable
2016-06-08 Robin Gareusfix mute automation for busses & consolidate code.
2016-06-08 Robin Gareusconsistent API name for region-list
2016-06-06 Paul Davisthere is no remote model choice anymore - ordering...
2016-06-06 John EmmasMSVC won't allow floating point types to be mapped...
2016-06-06 Paul Davisextend/modify PresentationInfo to make searching for...
2016-06-05 Paul Davisextensive changes to PresentationInfo API
2016-06-05 Paul Davischange property names (not quark/strings) for RouteGrou...
2016-06-05 Robin Gareusprepare for LV2 non-automatable control ports
2016-06-05 Robin Gareusrefine self-automating plugin interface
2016-06-03 Paul Davissimplify PresentationInfo concept of order so that...
2016-06-02 Paul Davischange name of a Session method to makes its intended...
2016-06-01 Robin Gareussave version string with session for informational...
2016-06-01 John EmmasClass 'VCAManager' needs to be visible from outside...
2016-06-01 Robin Gareusremove duplicate call: MeterSection is-a MetricSection
2016-06-01 Robin Gareus32bit compatibility
2016-05-31 Robin Gareusupdate lua bindings for API changes
2016-05-31 Paul Davisinfrastructure for finding theme files
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisnew RecordSafeControl control
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisadd new API to InstrumentInfo to get program names...
2016-05-31 Paul Davisconvert editor routes code to use Stripable
2016-05-31 Paul Davisremove useless code recently added to RouteGroup
2016-05-31 Paul DavisVCA: fix numbering scheme to allow contiguous numbers...
2016-05-31 Paul Davisno-op: move some declarations
2016-05-31 Paul Davisdon't store shared_ptr<VCA> in functor for Drop or...
2016-05-31 Paul Davisadd macro for boost shared ptr debugging of VCAs
2016-05-31 Paul Davisprovide mechanism for "drop all slaves" for VCA master
2016-05-31 Paul Davisfix issues with route group assignment to control master
2016-05-31 Paul Davisprovisional code to support assigning an entire RouteGr...
2016-05-31 Paul Davisadd ::n_vcas() method to VCAManager
2016-05-31 Paul Davisadd slaved_to() and slaved() methods to VCA
2016-05-31 Paul Davisadd generic ::slaved() method to Route
2016-05-31 Paul Davisuse correct types in arguments to Session::get_remote_n...
2016-05-31 Paul Davisexpand and correct accepted syntax for ControllableDesc...
2016-05-31 Paul Davisfix thinko in use of sizeof() for bitshifting
2016-05-31 Paul Davismake ::muted_by_others_soloing() part of the Muteable API
2016-05-31 Paul Davisadd MonitorProcessor accessor to Stripable API
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to Stripable
2016-05-31 Paul Davisadd Session::get_stripables()
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to VCA
2016-05-31 Paul Davisfwd declaration of Stripable and associated lists
2016-05-31 Paul DavisAdd PanControllable::get_user_string() (provide indirec...
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul DavisAPI and implementation tweaks for destroying VCAs
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisadd rec-enable and monitor controls to VCAs
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisnew files
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisfix return type of SlavableAutomationControl::get_boole...
2016-05-31 Paul Davisfix solo control to use VCA logic as worked out for...
2016-05-31 Paul Davisdesign changes to various SlavableAutomationControls...
2016-05-31 Paul Davismove SlavableAutomationControl into its own header
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisadd Session::loading() to allow easy detection of ...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisfix logic for removing an AutomationControl from a...
2016-05-31 Paul Davisadd new files to source tree
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisadd implicit mute state to MuteMaster and use when...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisnew API for route solo/mute state mgmt
2016-05-31 Paul Davisrearrange AutomationControl and RouteAutomationControl...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
next