summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-05-19prepare plugin configuration and replacing instrumentsRobin Gareus
2016-05-19move "needs output port selector" (from pin-dialog) to backendRobin Gareus
2016-05-19consolidate add_processor codeRobin Gareus
2016-05-18add locale guards for export formatRobin Gareus
2016-05-18bypass plugin(s) - not processor (plugin-insert keeps mapping)Robin Gareus
2016-05-17downgrade failed history/undo stack to info messageRobin Gareus
2016-05-16updated .de translation from edogawaPaul Davis
2016-05-14add some location and transport related lua bindingsRobin Gareus
2016-05-14whitelist libardour bindings as rt-safe for session-scriptsRobin Gareus
2016-05-10prepare route pin display (shared mixer + editor-mixer window proxy)Robin Gareus
2016-05-08Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07a few strategic LocaleGuards..Robin Gareus
2016-05-07fix LV2 locale guard (missed in 6d343ba search/replace)Robin Gareus
2016-05-07Revert "Add a global state localeguard (and one for route templates)"Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-07Add a global state localeguard (and one for route templates)Robin Gareus
2016-05-07add a locale-guard to panner stateRobin Gareus
2016-05-06allow lua to construct PresetRecordsRobin Gareus
2016-05-06add API to load Instrument Preset when creating a Midi trackRobin Gareus
2016-05-05what an oversight!Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-05no need to force a change here.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-05fix "warning: this decimal constant is unsigned only in ISO C90"Robin Gareus
2016-05-04use existing API to find the instrumentRobin Gareus
2016-05-04NO-OP, whitespaceRobin Gareus
2016-05-03tweak cases where pin-mapping is reset & always sanitize mapRobin Gareus
2016-05-03handle single-bus, non-variable i/o Audio Units w/multiple configurations.Robin Gareus
2016-05-03another (non critical) concurrency issue:Robin Gareus
2016-05-02Add loudness normalization to Export Format & GraphRobin Gareus
2016-05-01fix aubio-onset detection parametersRobin Gareus
2016-05-01fix a Wsigncompare and 2 -WuninitializedRobin Gareus
2016-05-01fix: gcc4.2 / PPC compilationRobin Gareus
2016-05-01various transient-detection fixes (split region, trim, move, undo,..)Robin Gareus
2016-05-01API call to be removedRobin Gareus
2016-04-29implement lua plugin presetsRobin Gareus
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-04-28flush pending Session Events at session closeRobin Gareus
2016-04-28fix a deadlock with jack2 when inserting a plugin adds ports.Robin Gareus
2016-04-28add a debug message for LV2 per port buffer allocationRobin Gareus
2016-04-27another attempt to use platform-specific path for the default VST pathBen Loftis
2016-04-27amend c1c81a239c after testingRobin Gareus
2016-04-27allow to customize variable i/o plugin inputsRobin Gareus
2016-04-27fix default 64bit Windows VST path ( untested )Ben Loftis
2016-04-27probable fix for 64bit VST signal latencyRobin Gareus
2016-04-27tweak LV2 atom buffer allocation strategyRobin Gareus
2016-04-27make -D VSTCallbacks readableRobin Gareus
2016-04-26initialize output data ports for cases where the plugin is not runRobin Gareus
2016-04-26allow to duplicate tracks with sends or load templates with sends/insertsRobin Gareus