summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-09-30 Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-09-30Accommodate a header file that's been moved from gtk2_ardour into libardourJohn Emmas
2016-09-30don't include session-search paths with templatesRobin Gareus
2016-09-28output more stuff to the error channel if/when a session fails to load/be cre...Paul Davis
2016-09-28move mode/scale/key definitions out of push2 code and into libardour; Aeolian...Paul Davis
2016-09-29Prevent overwriting of MidiRegion length and length_beats during session load.nick_m
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-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