summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2016-09-16remove cruft - don't pollute global namespaceRobin Gareus
2016-09-15 Modify our MSVC project to use the newly introduced 'libarchive' library (li...John Emmas
2016-09-15Fix passing ctrl-output data to lua inline display threadRobin Gareus
2016-09-15Send/show error message if g_stat fails in Session::cleanup_sourcesTim Mayberry
2016-09-15Use g_strerror() instead of ::strerror() in Session::cleanup_sourcesTim Mayberry
2016-09-15Use g_rename() instead of ::rename() in Session::cleanup_sourcesTim Mayberry
2016-09-15Use g_strerror instead of strerror in ARDOUR::FileSourceTim Mayberry
2016-09-15Use ::g_rename instead of ::rename in ARDOUR::FileSource classTim Mayberry
2016-09-14Add analyse and soundcloud-upload properties of ExportFormatSpecification to ...Tim Mayberry
2016-09-14Check a return value from 'g_stat()'John Emmas
2016-09-13Fixes 7004 - Ardour crash on Just Quit when AudioEngine is stopped. AudioEngi...Nathan Stewart
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-09-13debug output formattingPaul Davis
2016-09-13do not call MidiRingBuffer::skip_to() when getting a MidiDiskstream's playbac...Paul Davis
2016-09-13make MidiBuffer::read_from() use "dst_offset" correctly to alter the time of ...Paul Davis
2016-09-13add back event offsetting into MidiRingBuffer::read() (even if we never reall...Paul Davis
2016-09-13NOOP: spacing and indentationPaul Davis
2016-09-13show "this" in MidiRingBuffer::dump()Paul Davis
2016-09-13slight DEBUG_TRACE enhancement for MidiPort::flush_buffers() outputPaul Davis
2016-09-13NO-OP: indentationPaul Davis
2016-09-13Delivery::run() now offsets data delivered to MIDI ports by the global port o...Paul Davis
2016-09-13use class-static method rather than pretend there is a per-member value for P...Paul Davis