summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2017-04-21Do not clear pretty-names set by the backendRobin Gareus
2017-04-21Fix thinko in 6ae047cdd and 8f488515 (prefer LV2 symbol over ID)Robin Gareus
2017-04-21Use XMLNode::get_property in Session::restore_historyTim Mayberry
2017-04-21Use XMLNode::get_property in Session::memento_command_factoryTim Mayberry
2017-04-21Fix restoration of Plugin Controllable state ID'sTim Mayberry
2017-04-21Retain state of disabled ctrl-surfacesRobin Gareus
2017-04-21Fix adeadlock (or rather NDEADLCK)Robin Gareus
2017-04-21Notify GUI when tearing down ctrl-surfacesRobin Gareus
2017-04-20NO-OP: whitespaceRobin Gareus
2017-04-20Fix operator precedence (amend e7e9e025)Robin Gareus
2017-04-20Remove unused enumRobin Gareus
2017-04-19Changes needed for building Tim's new 'string_convert' stuff with MSVC (libar...John Emmas
2017-04-19Don't explicitly store Auditioner -> Monitor connections.Robin Gareus
2017-04-19Prefer boolean over literalRobin Gareus
2017-04-19Remove cruft. ChanCount::INFINITE is not usedRobin Gareus
2017-04-19Change header include order to try and avoid INFINITE define on windowsTim Mayberry
2017-04-19Use PBD::string_to_uint32 in Playlist class instead of boost::lexical_castTim Mayberry
2017-04-19Use fixed size type for Playlist sort id as it is serializedTim Mayberry
2017-04-19Use PBD::to_string to set state-dir property in LV2PluginTim Mayberry
2017-04-19Use PBD::to_string() in LV2Plugin instead of string_compose for state_dirTim Mayberry