summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-01-10Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVCJohn Emmas
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-09fix LTC alignment.Robin Gareus
2015-01-08Fix offset events when consolidating MIDI range.David Robillard
2015-01-08remove hardcoded major version in build scriptsRobin Gareus
2015-01-08tweak boot message so the final message makes more senseBen Loftis
2015-01-07MusicalTime => Beats.David Robillard
2015-01-06Add modulus operator to MIDI transformer.David Robillard
2015-01-06Only restore plugin state (of first instance) once.Robin Gareus
2015-01-05prepare for 'ardour4'Robin Gareus
2015-01-05update windows user_cache_directory(): same pattern as config dirRobin Gareus
2015-01-05removed hardcoded ".ardour" suffixRobin Gareus
2014-12-31Add missing Variant => LV2 Atom case.David Robillard
2014-12-30Fix MIDI CC record/playback crash.David Robillard
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-12-30Revert "Fix occasional MIDI read crash."David Robillard
2014-12-29Fix occasional crash when saving MIDI.David Robillard
2014-12-29fix a few compiler warningsPaul Davis
2014-12-29Avoid another potential deadlock for good measure.David Robillard
2014-12-29Fix deadlock while recording MIDI controllers.David Robillard
2014-12-29Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-28Demote message about empty MIDI tracks to info.David Robillard
2014-12-28MIDI transform dialog.David Robillard
2014-12-28Fix occasional MIDI read crash.David Robillard
2014-12-28Clean up note delta command code.David Robillard
2014-12-28Fix typo.David Robillard
2014-12-26Some of libardour's istream and ostream operators are needed outside of libar...John Emmas
2014-12-26Remove the source files which got transferred to libpbdJohn Emmas
2014-12-25Conditionally remove possibly unused functions.David Robillard
2014-12-24Remove warning when adding MIDI model controls.David Robillard
2014-12-24Support fancy controls for some AU units.David Robillard
2014-12-24Add --no-lrdf configure option.David Robillard
2014-12-24Fix OSX build.David Robillard
2014-12-24fix clang compilationRobin Gareus
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-23fix and cleanup c404ef98 (windows config dir)Robin Gareus
2014-12-23indent cleanupPaul Davis
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-22don't append .config to %LOCALAPPDATA%\<ProgramName>\Robin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-22no use of GUI parameters in libardourPaul Davis
2014-12-21change SessionEvent::Immediate to -1, and ensure that clear_events() uses it ...Paul Davis
2014-12-20fix newly introduced deadlock when cloning MIDI regionsPaul Davis
2014-12-20Maintain correct tracker state on MIDI overwrite.David Robillard
2014-12-19Revert "Change default for region selection after split on Mixbus"Colin Fletcher
2014-12-19Change default for region selection after split on MixbusColin Fletcher
2014-12-19Add a config option to control region selection after split.Colin Fletcher
2014-12-18Don't assume compiler can avoid copy to const ref.David Robillard
2014-12-18Mute automation via normal mute button.David Robillard
2014-12-17MIDI bounce.David Robillard