summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-10-30Fix midnam replacement:Robin Gareus
2016-10-30Update prototype API (3f739738) for windows/dll compatRobin Gareus
2016-10-29Prototype LV2 extension for plugins to provide MidnamsRobin Gareus
2016-10-29Prepare for the day when MTAV does no longer force-override InstrumentInfoRobin Gareus
2016-10-29Allow to dynamically un/load Midnam PatchesRobin Gareus
2016-10-25Desperate hack to align master-bus on export.Robin Gareus
2016-10-25make MidiRegion::start/length_beats() const.nick_m
2016-10-23Introduce "virtual" async MIDI portsRobin Gareus
2016-10-23NO-OP: whitespaceRobin Gareus
2016-10-21when fetching MIDI ports for bundles and auto-connection, ignore control-only...Paul Davis
2016-10-20infrastructure for save/restore of MIDI port user-provided informationPaul Davis
2016-10-19add PortManager::disconnect (std::string const&)Paul Davis
2016-10-19infrastructure for MIDI-input-follows-selectionPaul Davis
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-10-19basics of managing a list of port names for MIDI-input-follows-selectionPaul Davis
2016-10-19Use official LV2 state:StateChanged URIRobin Gareus
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-17fast region export -- don't call process()Robin Gareus
2016-10-18Initialize TempoMetric _pulse in sonstructor.nick_m
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from vo...Paul Davis
2016-10-14allow feedback (loops) from internal sendsRobin Gareus
2016-10-13new scheme for managing port deletionPaul Davis
2016-10-13Inital support for Steinberg's CC121 control surfaceW.P. van Paassen
2016-10-13Allow a LV2 plugin to mark the session dirtyRobin Gareus
2016-10-12change return type of AutomationControl::actually_set_value() from void to bo...Paul Davis
2016-10-11Revert "Allow loading sessions with missing external files #7067"Robin Gareus
2016-10-11Allow loading sessions with missing external files #7067Robin Gareus
2016-10-10add const'ness (allowing LuaScriptList::const_iterator)Robin Gareus
2016-10-10Add Lua-bindings for inter-processor communicationRobin Gareus
2016-10-10Forward "owner" from Processor to PluginRobin Gareus
2016-10-10Allow to get a route reference from SessionObject*Robin Gareus
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-10-07prepare for proper VST synth categorizationRobin Gareus
2016-10-07Clean up is_instrument vs needs-midi-in APIRobin Gareus
2016-10-07proper C++ const API (possible fix for MSVC builds)Robin Gareus
2016-10-07honor Vamp Plugin preferred step+block sizes.Robin Gareus
2016-10-07Add Lua bindings for basic MIDI model editingRobin Gareus
2016-10-05Add option to separate type-0 SMF channels to tracksRobin Gareus
2016-10-05add API to list Vamp PluginsRobin Gareus
2016-10-05update doxygen docRobin Gareus
2016-10-04Vamp::Plugins::process Lua bindingsRobin Gareus
2016-10-03cont'd work on Lua Vamp-plugin APIRobin Gareus
2016-10-03consistent VAMP includesRobin Gareus
2016-10-03Add Vamp-plugin Lua bindings (work in progress)Robin Gareus
2016-10-02Remove unused methods, add tests to ensure meter divisors don't mess with Beats.nick_m
2016-10-01Region pulse is no longer a property.nick_m
2016-09-28move mode/scale/key definitions out of push2 code and into libardour; Aeolian...Paul Davis
2016-09-29Remove bogus methods from MidiRegion.nick_m
2016-09-29Remove _length_pulse from MidiSource.nick_m