new transport option, "loop-is-mode" which optionally changes the role of the "play...
[ardour.git] / libs / ardour / session_transport.cc
2014-04-17 Paul Davisnew transport option, "loop-is-mode" which optionally...
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul Davisdon't waste time with sending MTC or MMC after stop...
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-01 Paul Davisfull compilation and linking (coding not finished,...
2013-07-25 Paul Davismost of libardour now actually compiles
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-01-16 Paul Davisremove debug output
2013-01-16 Paul Daviswhen stopping transport, revert _default_transport_spee...
2012-12-30 Robin Gareusfix vari-speed stuck at zero and playing backwards.
2012-12-23 Robin GareusRevert "fix for problem when reverse playback hits...
2012-12-21 Robin Gareusfix for problem when reverse playback hits 00:00:00...
2012-12-14 Paul Davismerge robin gareus' libltc into ardour source tree...
2012-10-16 Robin Gareusdon't do a pending save if slave is syncing.
2012-10-12 Paul Davistweaks to be ready for more information timecode displa...
2012-10-12 Robin Gareusskeleton framework for LTC-slave
2012-10-10 Robin Gareusdebug msg - varispeed recording
2012-09-01 Carl HetheringtonReset pending_locate_roll in all cases, not just when the
2012-07-26 Paul Davisif a request to reset the speed to zero as the default...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-08 David RobillardReport correct time instead of old time when locating...
2012-06-26 Carl HetheringtonFix some oddities with playhead movement when locating
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-14 Carl HetheringtonHopefully fix race between engine being halted and...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-01-24 Paul Davisa better fix for click oddness: do not clear clicks...
2012-01-24 Paul Davisclear clicks when auto-returning, looping or whatever
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2011-12-17 Carl HetheringtonRemove unused code.
2011-10-19 David RobillardTrim the include tree.
2011-09-14 Carl HetheringtonClear clicks on locating for a seamless loop so that...
2011-08-10 Paul Davisdon't use MIDI tracks when adding internal sends to...
2011-08-09 Paul Davisattempt to prevent dropping into record if rolling...
2011-07-18 Paul Davismore more debugging for MIDI i/o
2011-07-03 Carl HetheringtonSend full MIDI time code (if enabled) after changing...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-05-12 Paul Davisnew debug trace in ::start_transport(); add a new emiss...
2011-04-21 Carl HetheringtonMake changes to route processors set the session dirty...
2011-04-20 Carl HetheringtonA few comments.
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-02-15 Paul Davispart one of several parts: implement support for new...
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-01-30 Paul Davisdo not send MMC DeferredPlay or Stop commands if slavin...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-09 Paul Davispatch from lincoln to fix failure to leave loop play...
2011-01-04 Carl HetheringtonFix out-of-sync tracks under varispeed.
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-12-01 Carl HetheringtonRemove some thought-to-be-useless volatile qualifiers.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-08-31 Paul Davismostly fix 3409 by making it impossible to sync to...
2010-08-20 Paul Davis2.X commits up to and including 7519
2010-08-13 Carl HetheringtonDon't set session dirty flag on setting up the play...
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-09 Carl HetheringtonSend both MTC and MMC locates on auto-return. Should...
2010-07-09 Carl HetheringtonRemove some unused transport sub state enums.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-05 Carl HetheringtonDo MMC on playhead drag more efficiently by not doing...
2010-07-05 Carl HetheringtonFix possible problems with _pending_locate_request...
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-01 Paul Davisfix assumption that Session::_mmc != 0
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-28 Carl Hetheringtonrealtime_stop does not need to send MMC as realtime_sto...
2010-06-28 Carl HetheringtonTweak transmission of MMC on locate. Should fix #3121.
next