summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-02-19fix some static-analysis warningsRobin Gareus
2015-02-19fix transport issues when loop-is-mode is off.Paul Davis
2015-02-18fix initialization order (sigh)Paul Davis
2015-02-18Revert "[Summary] Eliminated redundant marker update notification which lead ...Paul Davis
2015-02-18Revert "fix indentation from previous commit and previous edits"Paul Davis
2015-02-17try to restore original semantics for scheduling butler transport work in Ses...Paul Davis
2015-02-17another required fix following recent cherry-picks from wavesPaul Davis
2015-02-17[Summary] Blocked redundant skip marker (during skip ranges consolidation) up...GZharun
2015-02-17mark session dirty when loop location is changedPaul Davis
2015-02-17fix indentation from previous commit and previous editsPaul Davis
2015-02-17[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-02-17[Summary] Fixed loop processing in cases when loop is moved/resizedGZharun
2015-02-16fixes for desirable playback when using seamless looping.Paul Davis
2015-02-15Add TestUI class to properly handle EventLoop invalidationTim Mayberry
2015-02-15Move TestReceiver class in libardour tests into own header fileTim Mayberry
2015-02-15Add a few test util functions and refactor existing test codeTim Mayberry
2015-02-13Fix LV2 UIs with spacey paths (e.g. Pianoteq).David Robillard
2015-02-13fix seamless looping after a locate out of the loop.Paul Davis
2015-02-13correctly set track loop status when locating away from loop range (and later...Paul Davis
2015-02-12fix midi-capture filterRobin Gareus
2015-02-10infrastructure to allow tracing of all MIDI portsPaul Davis
2015-02-10fix boot message always sticking on the last loaded route; it looked like an ...Ben Loftis
2015-02-09put function into namespacePaul Davis
2015-02-09Fix sending out of bounds events to LV2 plugins.David Robillard
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