Add a newly introduced header file to our MSVC project (libevoral)
[ardour.git] / libs / ardour /
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...
2014-12-22 Robin Gareusdon't append .config to %LOCALAPPDATA%\<ProgramName>\
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-22 Paul Davisno use of GUI parameters in libardour
2014-12-21 Paul Davischange SessionEvent::Immediate to -1, and ensure that...
2014-12-20 Paul Davisfix newly introduced deadlock when cloning MIDI regions
2014-12-20 David RobillardMaintain correct tracker state on MIDI overwrite.
2014-12-19 Colin FletcherRevert "Change default for region selection after split...
2014-12-19 Colin FletcherChange default for region selection after split on...
2014-12-19 Colin FletcherAdd a config option to control region selection after...
2014-12-18 David RobillardDon't assume compiler can avoid copy to const ref.
2014-12-18 David RobillardMute automation via normal mute button.
2014-12-18 David RobillardMIDI bounce.
2014-12-18 David RobillardRemove some aborts that don't really need to be.
2014-12-17 David RobillardFix various MIDI locking issues.
2014-12-16 Paul Davisuse new parameter to limit minimum length of any range...
2014-12-16 Paul Davisadd new parameter for minimum value of any range location
2014-12-14 Paul Davismove ScopedFileDescriptor into libpbd and use it
2014-12-14 John EmmasOnly attempt to close our peakfile '_fd' if we have...
2014-12-13 John EmmasOnly attempt to close '_peakfile_fd' if we have a valid...
2014-12-13 David RobillardStructure MIDI device selector by manufacturer.
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul DavisRevert "fix some cast warnings"
2014-12-10 Paul Davisremove file manager LRU cache from code.
2014-12-10 Paul Davisfix some cast warnings
2014-12-10 Paul Davisfix some cast warnings
2014-12-10 Paul Davissimpler approach for Apple setrlimit() compatibility...
2014-12-10 Paul Davistry some alternate, hard numbers when resetting open...
2014-12-10 Paul Davisremove ugly and unnecessary debugging output
2014-12-10 John EmmasUse DEBUG_THREAD_SELF when using DEBUG_TRACE with pthre...
2014-12-10 Paul Davisadd DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with...
2014-12-09 Ben Loftisadd set-session-extents-from-edit-range
2014-12-09 Paul Davismore DEBUG::Butler output, formatting corrections,...
2014-12-09 Robin Gareusremove superfluous PBD/ARDOUR:: init calls
2014-12-09 Paul Davisadd DEBUG::Butler and use it
2014-12-09 Paul Daviscorrect install location for .mo files (i18n) and clean...
2014-12-07 John EmmasAdd some newly introduced source files to our MSVC...
2014-12-07 David RobillardAdd legatize and remove overlap MIDI operations.
2014-12-07 David RobillardInvalidate iterator whenever model changes.
2014-12-06 David RobillardFix uninitialized members.
2014-12-05 Robin Gareusfix small memory leak in the tests
2014-12-05 Robin Gareusupdate to 'new' ControlList API
2014-12-05 Paul Davisif a Route's processor lock cannot be taken, fill buffe...
2014-12-05 Robin Gareusfix "expected" <> "actual" semantics in test-util
2014-12-05 David RobillardMake recorded MIDI controls discrete, take 2.
2014-12-05 David RobillardFix crash when twiddling MIDI controllers (#6050).
2014-12-05 David RobillardFix steps for log controls with wide range.
2014-12-04 David RobillardMake gain controls step by roughly 1.0/0.1 dB.
2014-12-04 Robin Gareusactual expected test results:
2014-12-04 Robin Gareusmake all tests pass
2014-12-04 Paul Davisfix to follow changes to evoral/libardour split
2014-12-04 Paul Davisadapt changes to async MIDI port to use new evoral...
2014-12-04 Paul Davismodify MidiUI code to use crossthreadchannel on all...
2014-12-04 Paul Davisalter Async MIDI port implementation to use crossthread...
2014-12-03 Robin GareusTest: update AutomationList properties for v3.5
2014-12-03 Robin GareusTest: print assert message if XML property mismatch
2014-12-03 Robin Gareusfix audioengine use in unit-tests.
2014-12-03 Robin Gareusfix MTDM test
2014-12-03 Robin GareusTests: ensure that libardour is initialized
2014-12-03 Robin Gareusfix audio-engine dtor.
2014-12-03 Robin Gareusfix test segfault
2014-12-03 Robin Gareususe Dummy backend for tests
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in libardour test_util.cc
2014-12-03 Tim MayberryFixes for AudioEngine test
next