summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2015-12-06outline a "NoSampleAccurateControl" LV2 feature:Robin Gareus
2015-12-04add interface for latency updates w/o restarting the backendRobin Gareus
2015-12-04add an interface to select playback buffers/periodRobin Gareus
2015-12-02Add function to duplicate until a certain frame.André Nusser
2015-12-02rename ProcessSemaphore to Semaphore (libs)Robin Gareus
2015-12-02consolidate semaphore implementation (part four)Robin Gareus
2015-12-02consolidate semaphore implementation (part one)Robin Gareus
2015-11-28filling the midi playback buffer is a private operation.Robin Gareus
2015-11-24add debug "bits" for FaderPortPaul Davis
2015-11-25Prevent crash at session-close when analysing.Robin Gareus
2015-11-24prevent concurrent peak-file init.Robin Gareus
2015-11-21remove cruftRobin Gareus
2015-11-20add API to read snapshot name from instant.xmlRobin Gareus
2015-11-20remember in-use snapshot/session name in instant.xmlRobin Gareus
2015-11-20remove cruftRobin Gareus
2015-11-19provide user preference for pre-rollBen Loftis
2015-11-19allow to rename the session root folder - fixes #6557Robin Gareus
2015-11-18add dedicated API to check plugin classRobin Gareus
2015-11-14Fix fader in mackie control to work with groups.Len Ovens