summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
2015-06-29implement Ardour-only version of playhead priority, which is basically auto-r...Paul Davis
2015-06-29(re)implement Yevgeny's LTC branch changes in the context of ardour-merge-fro...Paul Davis
2015-06-29add additional check for playhead priority target when testing loop range, to...Paul Davis
2015-06-29remove Tracks runtime conditional, incorrectly added during manual mergingPaul Davis
2015-06-29follow various events related to playhead priority (loop changes, parameter c...Paul Davis
2015-06-29give different Tracks + Ardour/Mixbus playhead priority functionality, and ad...Paul Davis
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
2015-06-29more tweaks for varifill model, and avoid filling playback buffers during ses...Paul Davis
2015-06-29add initial support for vari-fillPaul Davis
2015-06-29fix logic of previous commit for transport-stop during locatePaul Davis
2015-06-29Do not disable record (performing transport stop) during locate request when ...Paul Davis
2015-06-29Add some libardour support for indicating MTC active status.Paul Davis
2015-06-29[Summary] Fixed race condition: "should_do_transport_work" must not be droppe...GZharun
2015-04-29add xrun counter API to sessionRobin Gareus
2015-04-27special case [optimize] RT processor reorder.Robin Gareus
2015-03-10throttle TransportStateChange signal emissionsRobin Gareus
2015-02-19fix transport issues when loop-is-mode is off.Paul Davis
2015-02-17try to restore original semantics for scheduling butler transport work in Ses...Paul Davis
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-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-01-24make butler thread merely ask for session state save, not actually do the sav...Paul Davis
2014-10-22fix delivery of MMC events under split process cycle conditionsPaul Davis
2014-10-22ignore negative value locates and MMC locate commandsPaul Davis
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-09-13Return playhead to last start position when aborting captureColin Fletcher
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02add a method to cancel a pending play_range. this is needed when we are modi...Ben Loftis
2014-06-26bump take-name after every recordingRobin Gareus
2014-05-02tell the SceneChanger to emit any relevant scene changes after a locatePaul Davis
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-09don't waste time with sending MTC or MMC after stop if we're disconnected fro...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-02WIP - Experimenting with an alternative clock generating algoMichael Fisher
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-25most of libardour now actually compilesPaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-01-16remove debug outputPaul Davis
2013-01-16when stopping transport, revert _default_transport_speed to 1.0 if current sp...Paul Davis
2012-12-30fix vari-speed stuck at zero and playing backwards.Robin Gareus
2012-12-23Revert "fix for problem when reverse playback hits 00:00:00:00 (may be incomp...Robin Gareus
2012-12-21fix for problem when reverse playback hits 00:00:00:00 (may be incomplete)Robin Gareus
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-10-16don't do a pending save if slave is syncing.Robin Gareus
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus