summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-09-27correct commentPaul Davis
2016-09-27send a slightly more useful message if a control protocol's probe() method failsPaul 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-27ignore control-only physical ports when building system bundlesPaul 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-27set latency range for shadow port.Paul Davis
2016-09-27Flush shadow port buffer (to the backend port buffer) if filtering wrote anyt...Paul Davis
2016-09-27Add additional flags when registering a 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-27push2: working bidirectional communication, some transport control/display (L...Paul Davis
2016-09-27various fixes for push2 support. Now setups video display when enabledPaul Davis
2016-09-27Match new[] with delete[]Ross Lagerwall
2016-09-25fix detecting .flac formatRobin Gareus
2016-09-23add an option to exclude unused Audio Sources when archiving the sessionRobin Gareus
2016-09-23fix a typo.Robin Gareus
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-21PortManager::silence() should not clear data in AsyncMIDIPortsPaul Davis
2016-09-21gain controls are supposed to be "gain-like"Paul Davis
2016-09-21report archive encoding progressRobin Gareus
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
2016-09-20initial support for archiving sessionsRobin Gareus
2016-09-20Restore ARDOUR::MuteControl state, fixes bug #7025Tim Mayberry
2016-09-20Fully restore ARDOUR::SoloSafeControl stateTim Mayberry
2016-09-20Fully restore ARDOUR::SoloIsolateControl stateTim Mayberry
2016-09-20Fully restore ARDOUR::SoloControl stateTim Mayberry
2016-09-19Add test to create new Sessions with localized names and reopen themTim Mayberry
2016-09-19Copy UTF-8 test strings from libpbd tests into libardour test utilsTim Mayberry
2016-09-18add support for LV2 #coarseBlockLength and #enabledRobin Gareus
2016-09-18ensure that Lua DSP scripts are configured (even with 0 channels)Robin Gareus
2016-09-17Fix crash when ExportDialog is hiddenTim Mayberry
2016-09-17Fix indentation in ARDOUR::ExportProfileManager source fileTim Mayberry
2016-09-17VST threading: prevent concurrent effSetChunk and process()Robin Gareus
2016-09-16NO-OP: whitespaceRobin Gareus
2016-09-16re-do previous commitRobin Gareus
2016-09-16Revert "Add convenience Lua bindings to access plugin controls"Robin Gareus
2016-09-16Add convenience Lua bindings to access plugin controlsThomas Brand