summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-02-06fix (and comment) on subtle bug with audio file data width functionPaul Davis
2015-02-05do not attempt to call an empty/null boost functor in clear_events()Paul Davis
2015-02-05fix bad fix for cherry-pick conflictPaul Davis
2015-02-05modify behaviour of session when updating skips to use new SessionEvent APIPaul Davis
2015-02-05add SessionEvent::Action to libs/ardour enums registrationPaul Davis
2015-02-05expand SessionEvent API to allow ::clear_events() to work correctly.Paul Davis
2015-02-06Rework previous commit to avoid extra property lookup (fwiw).nick_m
2015-02-06Make sure we have the property rather than the value of patch change id.nick_m
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-01-30If 'force' is TRUE (when using 'Location::set_start()' or 'Location::set_end(...John Emmas
2015-01-30clarify sync-lock and disable it by default.Robin Gareus
2015-01-30amend 070818fRobin Gareus
2015-01-29stop transport when process_routes fails, even when using the parallel graph ...Paul Davis
2015-01-29fix incorrect return value from sndfile_data_width()Paul Davis
2015-01-30take down backend specific threads with backendRobin Gareus
2015-01-29return to old default disk chunk read sizePaul Davis
2015-01-29fix -Wreorder in 6377fe89Robin Gareus
2015-01-29allow bundling of lv2coreRobin Gareus
2015-01-27[Summary] Adding missing initialization of the date &time formats. “Init tr...Valeriy Kamyshniy
2015-01-27Don't try to dereference a NULL ptr (the function 'ARDOUR::IO::nth()' can ret...John Emmas
2015-01-25Revert "alter default disk chunk sizes"Paul Davis
2015-01-25audio-engine use internal API to stopRobin Gareus
2015-01-24make butler thread merely ask for session state save, not actually do the sav...Paul Davis
2015-01-24Add a new signal (not yet used) to initiate session saves; alter signal name ...Paul Davis
2015-01-24alter default disk chunk sizesPaul Davis
2015-01-24add function to get data width for ARDOUR::SampleFormatPaul Davis
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2015-01-17Fix MIDI bounce/consolidate note resolution.David Robillard
2015-01-17Fix stuck notes in short MIDI regions.David Robillard
2015-01-17waf: fix concurrency issue with duplicate targetsRobin Gareus
2015-01-16ASIO devices have a preferred buffersize.Ben Loftis
2015-01-13fix auditioning of regions with offset - fixes #6131Robin Gareus
2015-01-12LTC: don’t flag “no lock” until delta was at zero at least least once.Robin Gareus
2015-01-12add an explicit indicator for LTC lockRobin Gareus
2015-01-12force complete peak compute.Robin Gareus
2015-01-10gracefully handle missing .midnamRobin Gareus
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