summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
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
2011-07-03Send full MIDI time code (if enabled) after changing sync source; should fix ...Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-12new debug trace in ::start_transport(); add a new emission of TransportStateC...Paul Davis
2011-04-21Make changes to route processors set the session dirty (part of #3997).Carl Hetherington
2011-04-20A few comments.Carl Hetherington
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-14Fix broken indentation.David Robillard
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-15part one of several parts: implement support for new (and correct) JACK laten...Paul Davis
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington