Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / session_transport.cc
2018-11-28 Robin GareusFix a potential memory-corruption
2018-11-28 Robin GareusConsolidate ambiguous engine API calls
2018-10-05 Robin GareusProperly disable looping when deleting loop-range
2018-10-05 Paul Davismove away from "sync source" concepts
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-07-30 Robin GareusFix "session dirty" flicker during session-setup.
2018-07-09 Robin GareusRemove unused AutoLoopDeclick, PendingLoopDeclick
2018-07-09 Robin GareusRemove global declick API
2018-02-11 Ben LoftisSoloSelection: libardour part.
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-29 Robin GareusQuick hack to test engine vari-speed (1/2)
2017-10-02 Paul Davistracks no longer need to be notified about speed changes
2017-09-30 Robin GareusAlign punch in/out recording with latency-compensation
2017-09-29 Robin GareusRemove unused punch+preroll API
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusRemove code related to capture-offset.
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisremove locate debugging output
2017-09-18 Paul Davissort of no-op ... remove debug output ... just basicall...
2017-09-18 Paul Davisreinstate "restart seek" behaviour but use a new Sessio...
2017-09-18 Paul Davisno more locate-restart based on mismatch transport_fram...
2017-09-18 Paul Davisreset DiskReader "no disk output" flag in a couple...
2017-09-18 Paul Davisremove Track::hidden(); replace with Stripable::is_priv...
2017-09-18 Paul Davisdebug instrumentation for locate time
2017-09-18 Paul Davisrestart non-RT locate if a new request has been process...
2017-09-18 Paul Davisadjust debug trace output message
2017-09-18 Paul Davisremove InputConfigurationChange from session events...
2017-09-18 Paul Davisremove all remaining vestiges of per-track varispeed...
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-18 Paul Davisnothing to do anymore at the Track level when input...
2017-07-22 Robin GareusNO-OP: consistent [internal] API name for Automatables
2017-07-22 Robin GareusNO-OP: Consistent API name
2017-07-21 Robin GareusMore non-rt calls to VCA - fixes VCA automation writing
2017-07-21 Robin GareusFix VCA Automation: end write pass
2017-06-22 Tim MayberryRemove LocaleGuards from ARDOUR::Session transport...
2017-06-10 Johannes MuellerEmit Session::Located only if _engine.transport_frame...
2017-03-30 Robin GareusFix count-in for non 4/4 time signatures
2017-02-13 Robin GareusPrepare record with count-in action
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-10 Robin GareusFix MTC slave implicit return on transport-stop
2016-11-25 Robin GareusRAII to postpone processor changes/graph recalculation
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-25 Robin Gareusfix timecode update after locate.
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2015-12-15 Robin Gareusexplicitly disallow looping with external-sync
2015-12-13 Len OvensFix ff->stop->play not at speed 1.0 on Mackie Control...
2015-10-18 Robin Gareusdisable auto-return with external sync #6577
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-30 Paul Davischange the logic for a capture buffer flush to disk...
2015-09-28 Paul Davisget loop recording working when using seam-ed looping
2015-09-28 Paul Davischange semantics of 4th argument to Session::locate...
2015-09-28 Paul Davisa few new DEBUG_TRACE calls related to session transpor...
2015-09-28 Paul Davisminor fix for possible off-by-one logic when at/near...
2015-09-28 Paul Davisfix a long-standing bug arising from a change to some...
2015-09-28 Paul Davismove code location where loop playback is cancelled...
2015-08-22 Robin Gareusfix some compiler warnings (float/double)
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisimplement Ardour-only version of playhead priority...
2015-06-29 Paul Davis(re)implement Yevgeny's LTC branch changes in the conte...
2015-06-29 Paul Davisadd additional check for playhead priority target when...
2015-06-29 Paul Davisremove Tracks runtime conditional, incorrectly added...
2015-06-29 Paul Davisfollow various events related to playhead priority...
2015-06-29 Paul Davisgive different Tracks + Ardour/Mixbus playhead priority...
2015-06-29 Paul Davisinitial version of playback priority design. No GUI...
2015-06-29 Paul Davismore tweaks for varifill model, and avoid filling playb...
2015-06-29 Paul Davisadd initial support for vari-fill
2015-06-29 Paul Davisfix logic of previous commit for transport-stop during...
2015-06-29 Paul DavisDo not disable record (performing transport stop) durin...
2015-06-29 Paul DavisAdd some libardour support for indicating MTC active...
2015-06-29 GZharun[Summary] Fixed race condition: "should_do_transport_wo...
2015-04-29 Robin Gareusadd xrun counter API to session
2015-04-27 Robin Gareusspecial case [optimize] RT processor reorder.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-10 Robin Gareusthrottle TransportStateChange signal emissions
2015-02-19 Paul Davisfix transport issues when loop-is-mode is off.
2015-02-17 Paul Davistry to restore original semantics for scheduling butler...
2015-02-17 GZharun[Summary] Fixed loop processing in cases when loop...
2015-02-17 Paul Davisfixes for desirable playback when using seamless looping.
2015-02-13 Paul Davisfix seamless looping after a locate out of the loop.
2015-02-13 Paul Daviscorrectly set track loop status when locating away...
2015-01-25 Paul Davismake butler thread merely ask for session state save...
2014-10-22 Paul Davisfix delivery of MMC events under split process cycle...
2014-10-22 Paul Davisignore negative value locates and MMC locate commands
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-10 Paul Davissubtle changes to accomplish two goals (1) playhead...
2014-09-13 Colin FletcherReturn playhead to last start position when aborting...
2014-07-03 Ben Loftisfix the naming and behavior of always-play-range to...
2014-07-02 Ben Loftisadd a method to cancel a pending play_range. this...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-26 Robin Gareusbump take-name after every recording
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
next