summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-01-31provide route solo isolate and solo safe automation controlsPaul Davis
2016-01-31add new automation type enumsPaul Davis
2016-01-31make Track::set_monitoring() use a GroupControlDisposition; expose an Automat...Paul Davis
2016-01-31add a new constructor for RouteAutomationControllable that takes a ParameterD...Paul Davis
2016-01-29add new Route API ::master_send_enable_controllable() to provide generic acce...Paul Davis
2016-01-28add new API to Route to get name of "well-known" nth-sendPaul Davis
2016-01-28Add Playlist::duplicate_range/s utility methodsTim Mayberry
2016-01-27no need for multiple send level/enable parameter typesPaul Davis
2016-01-27remove mackie send pot mode (subview mode for sends coming up)Paul Davis
2016-01-27make Route::nth_send() and Route::nth_processor() be constPaul Davis
2016-01-27add stubs and enums to access "well-known" send controlsPaul Davis
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-24add wrapper for ChanMapping::get()Robin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-19Add all_tracks_rec actionsBen Loftis
2016-01-19Revert "mackie: still respond to route groups visibility changes"Paul Davis
2016-01-19mackie: still respond to route groups visibility changesPaul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-16Change last commit to use it's own variable rather than borrowing solo'sLen Ovens
2016-01-14add API to query signal value of audio-latency measurementRobin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-08Expose overall monitor-processor stateRobin Gareus
2016-01-08remove default implementation to query plugin-preset namesRobin Gareus
2016-01-07Allow to query Windows VST user-preset-namesRobin Gareus
2016-01-07lxvst preset name display (user presets only)Robin Gareus
2016-01-07LADSPA preset discoveryRobin Gareus
2016-01-07discover AU presets without instantiating pluginRobin Gareus
2016-01-07LV2 - query presets without instantiating the pluginRobin Gareus
2016-01-07Add API to allow querying plugin-presets without instantiating the pluginRobin Gareus
2016-01-07NO-OP, re-order headerRobin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-27proper display name for Monitor ProcessorRobin Gareus
2015-12-25Keep plugin presets in sync across plugin-instances.Robin Gareus
2015-12-25don't assume plugin presets start their numbering at zero.Robin Gareus
2015-12-25add a PluginPreset struct: combined plugin-info + preset-recordRobin Gareus
2015-12-22add signal for Plugin Status Changes (Hidden/Favorite)Robin Gareus
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-16add new automation types for EQ and compressionPaul Davis
2015-12-16new route API to discover/access well-known automation controls for panning, ...Paul Davis
2015-12-13API consistencyRobin Gareus
2015-12-13Fix ff->stop->play not at speed 1.0 on Mackie Control and some key bindings.Len Ovens
2015-12-10LV2 specific instrument-plugin checkRobin Gareus
2015-12-09Fix Mackie control Gain while in flip mode (vpot control of gain)Len Ovens
2015-12-08add config variable to en/disable opening the plugin gui after adding a pluginRobin Gareus
2015-12-07change API for accessing session MIDI ports so that (1) boost::shared_ptr<> i...Paul Davis