summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-05-10Fix reserved ports:Robin Gareus
2017-05-10Selection::get_stripables() needs to recurse into an Automatable's child Auto...Paul Davis
2017-05-10Bump VST param-name length limit to 128 bytes and centralize definitionRobin Gareus
2017-05-09Ardour does support VST's audioMasterGetProductString, return true;Robin Gareus
2017-05-08iterator std::set::erase (iterator) is C++11Robin Gareus
2017-05-08fix copy-n-paste errorPaul Davis
2017-05-08fix logic when removing routesPaul Davis
2017-05-08remove misc. debug outputPaul Davis
2017-05-08when removing a Route from Session, remove it from CoreSelection and signal t...Paul Davis
2017-05-08when removing Stripables from CoreSelection by ID, be sure to remove all poss...Paul Davis
2017-05-08allow Session to call Session::remove_stripable_by_id()Paul Davis
2017-05-07Semaphores need to have a unique name -- fixes #7341Robin Gareus
2017-05-06really fix opening session-archives -- amend 1f80f059beRobin Gareus
2017-05-06Fix opening session-archivesRobin Gareus
2017-05-06Factor RMS normalization by sqrt(2); match sine peakRobin Gareus
2017-05-06Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2017-05-06MSVC won't allow us to erase an item referenced by const_iteratorJohn Emmas
2017-05-06The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets u...John Emmas
2017-05-05add missing files from selection development branch(es)Paul Davis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-05-05Move special-cased FP8 mute-state into libardourRobin Gareus
2017-05-05Fix converting v4 monitor state -- amend 8a6d30377Robin Gareus
2017-05-04fix/amend previous commit.Robin Gareus
2017-05-04Don't save "end-is-free" with templatesRobin Gareus
2017-05-04Lua bindings for "end-is-free" (automatic session-end location marker)Robin Gareus
2017-05-04Convert old v4 Track monitoring session-state (untested)Robin Gareus
2017-05-03Lua bindings to set group colorRobin Gareus
2017-05-03Move RouteGroup color into libardour.Robin Gareus
2017-05-03NO-OP: whitespaceRobin Gareus
2017-04-30Fix vari-speed and non-locked slave modesRobin Gareus
2017-04-27NO-OP: whitespaceRobin Gareus
2017-04-27Fix flow for measuring latencies of live backendsRobin Gareus
2017-04-27Fix flow for latency measurements that needs an engine stop.Robin Gareus
2017-04-26fix a -Wreorder following d837914e2Robin Gareus
2017-04-26AutomationLine time-unit conversion and paste API updateRobin Gareus
2017-04-26Use a const iterator for sorted RouteList in Session::stateTim Mayberry
2017-04-26Sort Route xml node order by PBD::ID instead of by PresentationInfoTim Mayberry
2017-04-25Assume VST chunks are portable (Mac, Linux, Windows VST)Robin Gareus
2017-04-25Fix conversion in 41b997a90 (monitor cut, invert)Robin Gareus
2017-04-25Add missing Lua ClassKeys (windows build)Robin Gareus
2017-04-25Fix Windows build: declare static class-keys (amend 201fd5574)Robin Gareus
2017-04-25Some more Lua ARDOUR::Plugin bindingsRobin Gareus
2017-04-25Add an API to conveniently query plugin-parameter labelsRobin Gareus
2017-04-24Add ControlEvent Lua bindings and related methods to access MIDI-CCRobin Gareus
2017-04-24Swap inheritance, simplifies Lua BindingsRobin Gareus
2017-04-22Reset process-graph semaphores on engine-restartRobin Gareus
2017-04-22remove unused semaphoreRobin Gareus
2017-04-22NO-OP: whitespaceRobin Gareus
2017-04-22Privatize non-public methodsRobin Gareus
2017-04-22NO-OP: whitespaceRobin Gareus