summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
AgeCommit message (Expand)Author
2017-09-18sort of no-op ... remove debug output ... just basically put it in git so tha...Paul Davis
2017-09-18remove tests for locate_pending() before deciding whether to increment transp...Paul Davis
2017-09-18more verbose debug output for slave debuggingPaul Davis
2017-09-18verbose debug output for slave debuggingPaul Davis
2017-09-18additional DEBUG_TRACE output for slave/diskreaderPaul Davis
2017-09-18reset DiskReader "no disk output" flag in a couple of exceptional casesPaul Davis
2017-09-18remove debug outputPaul Davis
2017-09-18when calculating average slave/master delta, use absolute value.Paul Davis
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18framework for silent-roll-while-slave-syncingPaul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...Paul Davis
2017-09-18do not change Session::_transport_frame is a locate is pendingPaul Davis
2017-09-18since Session::fail_roll() just calls ::no_roll() make that more explicit whe...Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18remove all remaining vestiges of per-track varispeed from libardourPaul Davis
2017-09-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2017-07-16Consistent Automation evaluation:Robin Gareus
2017-07-04Fix session-event queue (multiple writer, single reader)Robin Gareus
2017-04-30Fix vari-speed and non-locked slave modesRobin Gareus
2017-01-19Rework preroll-rec API:Robin Gareus
2017-01-18Implement record with prerollRobin Gareus
2017-01-17Implement Count-In (before recording), fixed BPM, up to 2 barsRobin Gareus
2017-01-02allow Lua session scripts to inject [immediate] RT-eventsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-23Implement Lua session-scriptsRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-15only apply transport declicking if requested to do so (default is to do so)Paul Davis
2015-04-30session: add signal to indicate batch updatesRobin Gareus
2015-04-29delegate signal emission to dedicated thread.Robin Gareus
2015-04-27click-less processor re-ordering.Robin Gareus
2015-04-26clickless meter-point changesRobin Gareus
2015-04-24send LTC during process_with_events()Robin Gareus
2015-01-29stop transport when process_routes fails, even when using the parallel graph ...Paul Davis
2014-12-10remove ugly and unnecessary debugging outputPaul Davis
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if c...Paul Davis
2014-11-18Fix potential use of uninitialized value.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-09-17use Config->get_skip_playback() when handling Skip eventsPaul 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-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2014-01-16allow auditioning via the monitor section to work.Paul Davis
2014-01-03don't split process cycle at endRobin Gareus
2013-12-02don't run MIDI clock "tick" if session is silent (e.g. due to a locate)Paul Davis
2013-08-13fixes to get MTC (and probably MIDI clock) slaving working againPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-10remove another instance of xmmintrin.hPaul Davis