ardour.git
2016-09-21 Robin GareusUpdate Archive GUI: expose audio-encoding, set progress...
2016-09-21 Robin Gareusreport archive encoding progress
2016-09-21 Robin GareusGUI updates for archiving sessions
2016-09-21 Robin GareusAdd option to flac encode audio when archiving
2016-09-21 Robin Gareusadd a static flag to force writing LV2 state
2016-09-21 Robin Gareusadd API to change FileSource path in-place
2016-09-21 Robin Gareusadd a SndFileSource c'tor to create .flac encoded file...
2016-09-21 Robin Gareusfix LV2 State Flags for Atom:Path
2016-09-20 Robin Gareusadd missing files
2016-09-20 Robin GareusGUI support to archive session
2016-09-20 Robin Gareusinitial support for archiving sessions
2016-09-20 Tim MayberryRestore ARDOUR::MuteControl state, fixes bug #7025
2016-09-20 Tim MayberryFully restore ARDOUR::SoloSafeControl state
2016-09-20 Tim MayberryFully restore ARDOUR::SoloIsolateControl state
2016-09-20 Tim MayberryFully restore ARDOUR::SoloControl state
2016-09-19 Robin Gareusadd API to create [tar.xz] archives
2016-09-19 Tim MayberryPBD::canonical_path will no longer throw so change...
2016-09-19 Tim MayberryMove PBD::canonical_path to pbd/file_utils.h/cc and...
2016-09-19 Tim MayberryAdd test to create new Sessions with localized names...
2016-09-19 Tim MayberryCopy UTF-8 test strings from libpbd tests into libardou...
2016-09-19 Tim MayberryAdd test for PBD::canonical_path on Windows using utf8...
2016-09-19 Tim MayberryGive the Windows MMTimer test a better chance of passing
2016-09-18 Robin Gareusupdate a-plugins to use official lv2plug.in URI
2016-09-18 Robin Gareusadd support for LV2 #coarseBlockLength and #enabled
2016-09-18 Robin Gareusfix another crash at exit #7033
2016-09-18 Robin Gareusupdate script to follow libardour API change
2016-09-17 Robin Gareusensure that Lua DSP scripts are configured (even with...
2016-09-17 Robin Gareusmatch ID of Inline Scope following 2b7a89e
2016-09-17 Tim MayberrySave changes when toggling checkboxes in ExportDialog
2016-09-17 Tim MayberryFix crash when ExportDialog is hidden
2016-09-17 Tim MayberryFix indentation in ARDOUR::ExportProfileManager source...
2016-09-17 Robin GareusVST threading: prevent concurrent effSetChunk and process()
2016-09-16 Robin GareusNO-OP: whitespace
2016-09-16 Robin Gareusre-do previous commit
2016-09-16 Robin GareusRevert "Add convenience Lua bindings to access plugin...
2016-09-16 Thomas BrandAdd convenience Lua bindings to access plugin controls
2016-09-16 Robin Gareusremove cruft - don't pollute global namespace
2016-09-15 Robin GareusAllow to query HTTP headers
2016-09-15 John Emmas Modify our MSVC project to use the newly introduced...
2016-09-15 John EmmasModify our MSVC project to use the newly introduced...
2016-09-15 Robin GareusSkip pin-management for MB channelstrip plugins
2016-09-15 Guido AulisiDo not delete selected MIDI notes while dragging. ...
2016-09-15 Robin GareusFix passing ctrl-output data to lua inline display...
2016-09-15 Robin GareusFix links to manual in windows installer
2016-09-15 Tim MayberrySend/show error message if g_stat fails in Session...
2016-09-15 Tim MayberryUse g_strerror() instead of ::strerror() in Session...
2016-09-15 Tim MayberryUse g_rename() instead of ::rename() in Session::cleanu...
2016-09-15 Tim MayberryUse g_strerror instead of strerror in ARDOUR::FileSource
2016-09-15 Tim MayberryUse ::g_rename instead of ::rename in ARDOUR::FileSourc...
2016-09-15 Tim MayberryAdd defines necessary for successful gcc/mingw compile...
2016-09-15 Robin GareusAllow to bunde demo session(s)
2016-09-15 Robin Gareusbundle embeddable/nativeUI Harrison plugins
2016-09-15 Robin Gareusremove cruft from packaging scripts
2016-09-14 Robin Gareusimplement file-[un]archive progress report
2016-09-14 Tim MayberryRestore state of analyze and soundcloud upload checkbox...
2016-09-14 Tim MayberryAdd analyse and soundcloud-upload properties of ExportF...
2016-09-14 John EmmasCheck a return value from 'g_stat()'
2016-09-14 Nathan StewartFixes 7004 - Ardour crash on Just Quit when AudioEngine...
2016-09-13 Paul Davischange all MIDI read-from-source to map all events...
2016-09-13 Paul Davisdebug output formatting
2016-09-13 Paul Davisdo not call MidiRingBuffer::skip_to() when getting...
2016-09-13 Paul Davismake MidiBuffer::read_from() use "dst_offset" correctly...
2016-09-13 Paul Davisextend Evoral::Range<T> to offer ::length() and ::squish()
2016-09-13 Paul Davisadd back event offsetting into MidiRingBuffer::read...
2016-09-13 Paul DavisNOOP: spacing and indentation
2016-09-13 Paul Davisshow "this" in MidiRingBuffer::dump()
2016-09-13 Paul Davisslight DEBUG_TRACE enhancement for MidiPort::flush_buff...
2016-09-13 Paul DavisNO-OP: indentation
2016-09-13 Paul DavisDelivery::run() now offsets data delivered to MIDI...
2016-09-13 Paul Davisuse class-static method rather than pretend there is...
2016-09-13 Paul Davisprovide Session::declick_out_pending()
2016-09-13 Paul Davissecond part of: change offset arguments to various...
2016-09-13 Paul Davischange offset arguments to various <T>Buffer::read...
2016-09-13 Paul Davisadd a new DEBUG enum for MidiRingBuffer
2016-09-13 Robin Gareuscopy demo sessions
2016-09-13 Robin Gareusadd option to skip unzipping bundled demo sessions
2016-09-13 Robin GareusAdd support for built-in file/url unzip/untar
2016-09-13 Tim MayberryRename Struct defined in freesound header to be less...
2016-09-13 Tim MayberryRemove duplicate header includes in gtk2_ardour
2016-09-13 Tim MayberryRemove duplicate header include from libardour source...
2016-09-13 Tim MayberryAdd missing header include guards in various gtk2_ardou...
2016-09-13 Tim MayberryAdd missing header include guards in canvas library
2016-09-13 Tim MayberryPut ARDOUR::SystemExec implementation inside ARDOUR...
2016-09-13 Tim MayberryAdd missing include guards in libardour header files
2016-09-12 Robin GareusTweak PR 269 for portable file-path
2016-09-12 Johannes MuellerCleaned up messed indents (tabs vs. spaces)
2016-09-12 Johannes MuellerLua script to export markers as mp4 chapters
2016-09-12 Johannes MuellerExpose Location::name() to Lua
2016-09-12 Robin GareusAdd a Lua wrapper to Glib::build_filename()
2016-09-12 Robin Gareusallow running from src-tree using system-wide gtk-theme...
2016-09-12 Johannes MuellerExample script to prepare the session to record
2016-09-12 Johannes MuellerExpose `Locations::remove()` to Lua
2016-09-12 Thomas Brandadd request_play_loop() & get_play_loop() to luabindings
2016-09-11 Tim MayberryFix #7015, Crash while aborting Region trim using Esc key
2016-09-11 Tim MayberryFix #6774, Moving start/end markers doesn't set Session...
2016-09-10 Tim MayberryFix #7003, Store/Restore state of checkboxes in Export...
2016-09-09 Paul Davisclosing the normalize dialog should not run normalize...
2016-09-09 Paul Davisfix WM close handling for session lock dialog (#7017)
2016-09-07 Paul Davisfor files imported without copy, _origin is a full...
2016-09-07 Paul Daviscorrect comment for FileSource::find()
next