summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
2010-05-27fix handling of automation recording when stopping and restarting from the ex...Paul Davis
2010-05-14fix for clocks refusing to update when reverse-playback was used later in the...Ben Loftis
2010-04-28patch for mantis #2794 - fix route ordering after creating sends etc.Paul Davis
2010-04-12subtle but deep and possibly profound(ly wrong) changes to record-keeping for...Paul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-10disable recording when stopping even if we where looping, unless latched rec-...Paul Davis
2009-11-08what chris asks for, chris gets. don't ask me why : if in range mode and rang...Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-07the "final" (??) fixes for transport state stuff before 2.8.4. y'all let me k...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-11-05save & restore seamless loop setting when setting sync source, since JACK doe...Paul Davis
2009-11-04various "deep" fixes related to looping, particularly seamless, and transport...Paul Davis
2009-11-04fix buffer content issue after seamless loop endsPaul Davis
2009-10-30patch from carl for #2017 - do not stop at session end if synced to jack but ...Paul Davis
2009-10-30remove stop when playing rangesPaul Davis
2009-10-30more loop/transport fixups; make visible PH track transport frame as an exper...Paul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-10-29loop handling changes: always turn off play_loop @ transport stop ; remove re...Paul Davis
2009-10-13MTC-continue-when-looping patch from carl (#1875). note - apparently not need...Paul Davis
2009-04-29catch jack shutdown (from server) and handle it better then we used to in ter...Paul Davis
2009-03-13revert VST debugging hacksPaul Davis
2009-03-13a lot of VST support odds-and-ends, including preset discovery and support, e...Paul Davis
2008-11-12fix Session::audible_frame() return when transport speed has been reversed, b...Paul Davis
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-05-13comment out latency debug outputPaul Davis
2008-04-18latency computation debugging, part one (of many?)Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-13add option to create xrun markers on the location markerbarDoug McLain
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2008-01-04Back-port tim mayberry's fixes for import; fix JACK slaving to never pay atte...Paul Davis
2008-01-04more debuggingPaul Davis
2008-01-04more debugging outputPaul Davis
2008-01-04debugging with rdoursenaudPaul Davis
2007-12-21be tolerant of stricter gcc rules about volatilePaul Davis
2007-12-21new tempo handling from drmoore; don't follow playhead when doing requested_r...Paul Davis
2007-12-20change behaviour of play-at-edit-point....; fix crash in SAE context with aut...Paul Davis
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ...Paul Davis
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-04-18fix dangling jack_client_t* in JACK_Slave when disconnecting+reconnecting to ...Paul Davis
2007-04-09fixed previous fix of initial autoplay issue, autoplay now works againJesse Chappell
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI says...Paul Davis
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
2007-03-16possible fix for crash while adding new tracksPaul Davis
2007-02-28desensitize auto-return button on slave != None and ignore auto-return in lib...Paul Davis
2007-02-28desensitize auto-play button on slave != None and ignore auto-play in libardo...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis