Use ISC license for RDFF (same idea, MIT style, just prettier).
[ardour.git] / libs / ardour / session_transport.cc
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.
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-05-12 Carl HetheringtonReset buffer stats on stop. Remove unused minimum...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-04-06 Carl HetheringtonResort routes after processors change. Ensures that...
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Paul Davismore tweaks to MTC slave code (still not functional...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisadd slave,transport and event debugging traces
2009-11-28 Paul DavisMMC related fixes
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-30 Paul Davismake it compile
2009-10-30 Paul Davismake 3.0 catch up with transport and other changes...
2009-10-28 David RobillardOn second though, just remove that define entirely.
2009-10-28 David RobillardFix really weird brace mismatchey way of ifdeffing.
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-20 Carl HetheringtonStop playhead jumping around on locate.
2009-06-10 Hans Baier* Refactor varispeed playback into own class, replace...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-16 Carl HetheringtonMove some sync-related options to being session variables.
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-02-27 Carl HetheringtonSlightly modified version of lincoln's patch for #2567...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 Carl HetheringtonFix for visual glitch due to race between Editor::updat...
2009-02-02 Carl HetheringtonFix auto-return, hopefully not at the expense of anythi...
2009-01-10 Hans Baier* wrong calculation of frames_moved in Session::process...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-01 Hans Baier* removed field Session::_desired_transport_speed since...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-08 Paul Davisfix for bad sync with other JACK transport-aware client...
2008-10-07 David RobillardAudio diskstream fix from torbenh.
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-08-04 Hans Baier* first implementation of MIDI Clock Slave support
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-10 David RobillardMerge with 2.0-ongoing R2883.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
next