summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
AgeCommit message (Expand)Author
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-07-09Remove unused AutoLoopDeclick, PendingLoopDeclickRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18do not queue multiple Locate or LocateRoll eventsPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul 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-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-03-11fix “no per-thread pool” abortRobin Gareus
2015-02-05do not attempt to call an empty/null boost functor in clear_events()Paul Davis
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-10-10make output of SessionEventManager::dump_events() a bit more readablePaul Davis
2014-03-18Re-validate our iterator after SessionEventManager removes an eventJohn Emmas
2013-07-11Use PBD::pthread_name in debug outputPaul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-03-02deeper debug stracktracePaul Davis
2011-03-02actual debug stracktrace addedPaul Davis
2011-03-02debug stracktrace addedPaul Davis
2011-01-08Use DEBUG macros for SessionEvent debugging.Carl Hetherington
2011-01-06yet more debugging for thread poolsPaul Davis
2011-01-04event pool allocation debuggingPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul Davis
2009-12-07first pass at end-to-end RT operation request (GUI->session->RT thread->GUI),...Paul Davis
2009-12-07Route::set_meter_point() is now conceptually RT safe, although it still takes...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
2009-12-03more tweaks to MTC slave code (still not functional), including removing race...Paul Davis
2009-11-30add slave,transport and event debugging tracesPaul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-14First stage of options rework.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-02Fix auto-return, hopefully not at the expense of anything else.Carl Hetherington
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard