summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
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
2012-10-10debug msg - varispeed recordingRobin Gareus
2012-09-01Reset pending_locate_roll in all cases, not just when theCarl Hetherington
2012-07-26if a request to reset the speed to zero as the default arrives when stopped, ...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-08Report correct time instead of old time when locating as Jack transport master.David Robillard
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
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-06-14Hopefully fix race between engine being halted and butlerCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-01-24a better fix for click oddness: do not clear clicks when transport stops till...Paul Davis
2012-01-24clear clicks when auto-returning, looping or whateverPaul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-17Remove unused code.Carl Hetherington
2011-10-19Trim the include tree.David Robillard
2011-09-14Clear clicks on locating for a seamless loop so that theyCarl Hetherington
2011-08-10don't use MIDI tracks when adding internal sends to auxes; no varispeed when ...Paul Davis
2011-08-09attempt to prevent dropping into record if rolling in reverse (should fix #4254)Paul Davis
2011-07-18more more debugging for MIDI i/oPaul Davis