Remove unused ifdef gunk.
[ardour.git] / libs / ardour /
2015-02-19 Paul Davischange Audio backend sample time methods to use a 64...
2015-02-19 Robin Gareusfix some static-analysis warnings
2015-02-19 Paul Davisfix transport issues when loop-is-mode is off.
2015-02-18 Paul Davisfix initialization order (sigh)
2015-02-18 Paul DavisRevert "[Summary] Eliminated redundant marker update...
2015-02-18 Paul DavisRevert "fix indentation from previous commit and previo...
2015-02-17 Paul Davistry to restore original semantics for scheduling butler...
2015-02-17 Paul Davisanother required fix following recent cherry-picks...
2015-02-17 GZharun[Summary] Blocked redundant skip marker (during skip...
2015-02-17 Paul Davismark session dirty when loop location is changed
2015-02-17 Paul Davisfix indentation from previous commit and previous edits
2015-02-17 GZharun[Summary] Eliminated redundant marker update notificati...
2015-02-17 GZharun[Summary] Fixed loop processing in cases when loop...
2015-02-17 Paul Davisfixes for desirable playback when using seamless looping.
2015-02-15 Tim MayberryAdd TestUI class to properly handle EventLoop invalidation
2015-02-15 Tim MayberryMove TestReceiver class in libardour tests into own...
2015-02-15 Tim MayberryAdd a few test util functions and refactor existing...
2015-02-14 David RobillardFix LV2 UIs with spacey paths (e.g. Pianoteq).
2015-02-13 Paul Davisfix seamless looping after a locate out of the loop.
2015-02-13 Paul Daviscorrectly set track loop status when locating away...
2015-02-12 Robin Gareusfix midi-capture filter
2015-02-11 Paul Davisinfrastructure to allow tracing of all MIDI ports
2015-02-10 Ben Loftisfix boot message always sticking on the last loaded...
2015-02-09 Paul Davisput function into namespace
2015-02-09 David RobillardFix sending out of bounds events to LV2 plugins.
2015-02-06 Paul Davisfix (and comment) on subtle bug with audio file data...
2015-02-05 Paul Davisdo not attempt to call an empty/null boost functor...
2015-02-05 Paul Davisfix bad fix for cherry-pick conflict
2015-02-05 Paul Davismodify behaviour of session when updating skips to...
2015-02-05 Paul Davisadd SessionEvent::Action to libs/ardour enums registration
2015-02-05 Paul Davisexpand SessionEvent API to allow ::clear_events() to...
2015-02-05 nick_mRework previous commit to avoid extra property lookup...
2015-02-05 nick_mMake sure we have the property rather than the value...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-01-30 John EmmasIf 'force' is TRUE (when using 'Location::set_start...
2015-01-30 Robin Gareusclarify sync-lock and disable it by default.
2015-01-30 Robin Gareusamend 070818f
2015-01-30 Paul Davisstop transport when process_routes fails, even when...
2015-01-30 Paul Davisfix incorrect return value from sndfile_data_width()
2015-01-30 Robin Gareustake down backend specific threads with backend
2015-01-29 Paul Davisreturn to old default disk chunk read size
2015-01-29 Robin Gareusfix -Wreorder in 6377fe89
2015-01-29 Robin Gareusallow bundling of lv2core
2015-01-27 Valeriy Kamyshniy[Summary] Adding missing initialization of the date...
2015-01-27 John EmmasDon't try to dereference a NULL ptr (the function ...
2015-01-25 Paul DavisRevert "alter default disk chunk sizes"
2015-01-25 Robin Gareusaudio-engine use internal API to stop
2015-01-25 Paul Davismake butler thread merely ask for session state save...
2015-01-25 Paul DavisAdd a new signal (not yet used) to initiate session...
2015-01-25 Paul Davisalter default disk chunk sizes
2015-01-24 Paul Davisadd function to get data width for ARDOUR::SampleFormat
2015-01-23 Paul Davissplit apart read and write chunk size and offer platfor...
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-18 David RobillardFix MIDI bounce/consolidate note resolution.
2015-01-18 David RobillardFix stuck notes in short MIDI regions.
2015-01-17 Robin Gareuswaf: fix concurrency issue with duplicate targets
2015-01-16 Ben LoftisASIO devices have a preferred buffersize.
2015-01-13 Robin Gareusfix auditioning of regions with offset - fixes #6131
2015-01-12 Robin GareusLTC: don’t flag “no lock” until delta was at zero at...
2015-01-12 Robin Gareusadd an explicit indicator for LTC lock
2015-01-12 Robin Gareusforce complete peak compute.
2015-01-10 Robin Gareusgracefully handle missing .midnam
2015-01-10 John EmmasAccommodate a newly introduced #define ('LIBARDOUR...
2015-01-09 Robin Gareusremove cruft (old unused pre-git version files)
2015-01-09 Robin Gareusfix LTC alignment.
2015-01-09 David RobillardFix offset events when consolidating MIDI range.
2015-01-08 Robin Gareusremove hardcoded major version in build scripts
2015-01-08 Ben Loftistweak boot message so the final message makes more...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-07 David RobillardAdd modulus operator to MIDI transformer.
2015-01-06 Robin GareusOnly restore plugin state (of first instance) once.
2015-01-05 Robin Gareusprepare for 'ardour4'
2015-01-05 Robin Gareusupdate windows user_cache_directory(): same pattern...
2015-01-05 Robin Gareusremoved hardcoded ".ardour" suffix
2014-12-31 David RobillardAdd missing Variant => LV2 Atom case.
2014-12-30 David RobillardFix MIDI CC record/playback crash.
2014-12-30 David RobillardFix some mangled whitespace (noop).
2014-12-30 David RobillardRevert "Fix occasional MIDI read crash."
2014-12-30 David RobillardFix occasional crash when saving MIDI.
2014-12-29 Paul Davisfix a few compiler warnings
2014-12-29 David RobillardAvoid another potential deadlock for good measure.
2014-12-29 David RobillardFix deadlock while recording MIDI controllers.
2014-12-29 John EmmasAdd some newly introduced source files to our MSVC...
2014-12-29 David RobillardDemote message about empty MIDI tracks to info.
2014-12-28 David RobillardMIDI transform dialog.
2014-12-28 David RobillardFix occasional MIDI read crash.
2014-12-28 David RobillardClean up note delta command code.
2014-12-28 David RobillardFix typo.
2014-12-26 John EmmasSome of libardour's istream and ostream operators are...
2014-12-26 John EmmasRemove the source files which got transferred to libpbd
2014-12-26 David RobillardConditionally remove possibly unused functions.
2014-12-25 David RobillardRemove warning when adding MIDI model controls.
2014-12-24 David RobillardSupport fancy controls for some AU units.
2014-12-24 David RobillardAdd --no-lrdf configure option.
2014-12-24 David RobillardFix OSX build.
2014-12-24 Robin Gareusfix clang compilation
2014-12-24 Robin Gareusproper default setup and fallbacks for video on windows
2014-12-23 Robin Gareusfix and cleanup c404ef98 (windows config dir)
2014-12-23 Paul Davisindent cleanup
2014-12-23 Paul Davismove ARDOUR::Configuration and ARDOUR::ConfigVariable...
next