summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_event.h
AgeCommit message (Expand)Author
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29noop: fix indentation/whitespacePaul Davis
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-02-05expand SessionEvent API to allow ::clear_events() to work correctly.Paul Davis
2014-12-21change SessionEvent::Immediate to -1, and ensure that clear_events() uses it ...Paul Davis
2014-09-17add new Skip event to SessionEventsPaul Davis
2014-07-02add a method to cancel a pending play_range. this is needed when we are modi...Ben Loftis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2013-12-02Revert unfinished export visibility commits by John EmmasTim Mayberry
2013-10-17add export visibility macros across libardourPaul Davis
2013-10-15'libs/ardour' - Add 'LIBARDOUR_API' (initial testing). Ensures that libardour...John Emmas
2013-01-16add copyright commentsPaul Davis
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-22fix reset of transport speed when seamless looping; add a few comments and ti...Paul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-05-24Compile cleanly with clang.David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-08-02Suspend transport timecode transmission during playhead drag. Should fix #3324.Carl Hetherington
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...Paul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-07better, cleaner, more generic version of real-time ping pong, still just for ...Paul Davis
2009-12-07first pass at end-to-end RT operation request (GUI->session->RT thread->GUI),...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis