summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
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
2011-01-30do not send MMC DeferredPlay or Stop commands if slaving to MTC when transpor...Paul Davis
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-09patch from lincoln to fix failure to leave loop play mode at transort stopPaul Davis
2011-01-04Fix out-of-sync tracks under varispeed.Carl Hetherington
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02A few type fixes.Carl Hetherington
2010-12-01Remove some thought-to-be-useless volatile qualifiers.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-13Don't set session dirty flag on setting up the play loop.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-08-02Suspend transport timecode transmission during playhead drag. Should fix #3324.Carl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis