summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2016-09-29Add headless-chicken session utility.nick_m
2016-09-28allow to get custom/product/version independent cach dirRobin Gareus
2016-09-27add missing/moved files from push2 mergePaul Davis
2016-09-27fix required after rebase against masterPaul Davis
2016-09-27add Session::get_physical_ports() to centralize "get physical ports but (mayb...Paul Davis
2016-09-27remove ControlOnly port flag, since it was essentially unusablePaul Davis
2016-09-27add PortManager::port_is_control_only() and use it in PortManager::get_ports()Paul Davis
2016-09-27move shadow port stuff from AsyncMIDIPort to MidiPort, where it belongsPaul Davis
2016-09-27expose AsyncMIDIPort::shadow_port()Paul Davis
2016-09-27add two new port flagsPaul Davis
2016-09-27change PortManager API to allow specifying additional flags when registering ...Paul Davis
2016-09-27remove declaration for non-existent methodPaul Davis
2016-09-27change API for shadow ports and filtersPaul Davis
2016-09-27add initial implementation of a "shadow port" for AsyncMIDIPort.Paul Davis
2016-09-27fix PresentationInfo::flag_match() to match type bitsPaul Davis
2016-09-27change Session::goto_start() to take an argument to optionally roll after locatePaul Davis
2016-09-27light solo button, and do cancel_all_solo() when it is pressedPaul Davis
2016-09-27various fixes for push2 support. Now setups video display when enabledPaul Davis
2016-09-23add an option to exclude unused Audio Sources when archiving the sessionRobin Gareus
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-21gain controls are supposed to be "gain-like"Paul Davis
2016-09-21Add option to flac encode audio when archivingRobin Gareus
2016-09-21add a static flag to force writing LV2 stateRobin Gareus
2016-09-21add API to change FileSource path in-placeRobin Gareus
2016-09-21add a SndFileSource c'tor to create .flac encoded file for archivingRobin Gareus