add Session::transport_stopped_or_stopping()
[ardour.git] / libs / ardour / ardour / session.h
2019-12-30 Paul Davisadd Session::transport_stopped_or_stopping()
2019-12-28 Paul Davisadd new Session method to return the worst_latency_prer...
2019-12-27 Paul Davisremove unused member
2019-12-25 Robin GareusUse weak-ptr for source added/removed signals (1/2)
2019-12-25 Robin GareusPrevent copy-construction of sources to be destroyed...
2019-12-16 Robin GareusConvert Disksteam & Playlists from old 2.x sessions
2019-12-16 Paul Davisreinstate missing latency initialization code
2019-12-10 Paul Davisrevert to single buffer for disk playback, and 5.x...
2019-12-05 Paul Davischanges to use overwrite-buffers when loop is disabled...
2019-11-23 Paul Davisredesign of declicking and fades around loop boundaries
2019-11-15 Paul Davisconsolidate Session::locate() and Session::do_locate()
2019-11-15 Paul Daviseliminate hacky design for being able to deliver the...
2019-11-06 Paul Davisfix unconditional note resolution during DiskReader...
2019-11-02 Paul Davisremove unused parameter from Session::set_play_loop...
2019-11-02 Paul Davisrename all Evoral source from .(hpp|cpp)$ to .(h|cc)
2019-11-02 Paul Davisrefactor SessionEvent and DiskIO so that we pass around...
2019-11-01 Paul Davisdon't send TFSM event LocateDone after a locate-for...
2019-10-28 Paul Davisprovide a mechanism to decide if Session::update_latenc...
2019-10-25 Robin GareusFix latency compensation race-condition
2019-10-18 Robin GareusExpose virtual-keyboard port as async-port
2019-10-18 Robin GareusAdd Virtual-Keyboard MIDI port
2019-10-13 Robin GareusRemove unused API declaration (removed in 789f08891b)
2019-10-12 Paul Davisremove Session::AudioMidiSetupRequired signal (no longe...
2019-10-10 Paul Davismake BusProfile argument to new Session constructor...
2019-09-30 Robin GareusFix remaining doxygen warnings (!)
2019-09-30 Robin GareusFix a few hundred doxygen warnings..
2019-09-28 Robin GareusEmit signal when session latency was updated
2019-09-25 Paul Davisgoodbye USE_TRACKS_CODE_FEATURES and is_tracks_build
2019-09-22 Paul Davisadd direct access API for transportFSM and session...
2019-09-22 Paul Davisremove unused PostTransportDuration and enumeration...
2019-09-20 Paul Davisreplace boost::msm - based FSM for transport with one...
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-08-27 Len OvensAdd signal for foldback send add or remove
2019-08-07 Robin GareusAdd method to graphviz plot the process-graph
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-08-01 Ben Loftis(Source List) Region Tags (libardour part)
2019-08-01 Ben Loftis(Source List) Region List rewrite (libardour part)
2019-08-01 Ben Loftis(Source List) Source property signals (libardour part)
2019-04-08 Robin GareusNO-OP: whitespace, comments
2019-03-23 Robin GareusRemove chicken/egg d'tor
2019-03-19 Robin GareusRemove global Session::playlists variable, use getter...
2019-03-18 Robin GareusNO-OP: Use API to set/test state-of-the-state
2019-03-01 Robin GareusRevert Monitor-Section to be per session
2019-03-01 Paul Davissimplifications to the logic and additional comments...
2019-02-22 Paul Davisremove PostTransportWorkCurveReallocate (no longer...
2019-02-21 Robin GareusAdd API to check for ongoing de-click
2019-02-20 Robin GareusRemove more cruft (unused rf-scale)
2019-02-20 Robin GareusRemove cruft (unused PostTransportInputChange)
2019-02-12 Ben LoftisSession-range behavior (libardour part)
2018-11-08 Len Ovensget_stripables and get_routelist are now presentationin...
2018-10-25 Robin GareusFix race-condition/deadlock, plugin-copy while rolling
2018-10-15 John EmmasRemove a #include and substitute a forward declaration...
2018-10-15 Paul Davisfix several inter-related problems with libptformat
2018-10-13 John EmmasClarify where the file 'ptfformat.h' can be found
2018-10-12 Damien ZammitPT import: Minor changes to session
2018-10-08 Paul Davissome rather simple code to allow MIDI Clock to set...
2018-10-05 Paul Davismove away from "sync source" concepts
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-07-09 Robin GareusRemove unused CubicInterpolation from session
2018-07-09 Robin GareusRemove unused AutoLoopDeclick, PendingLoopDeclick
2018-07-09 Robin GareusRemove global declick API
2018-06-21 Paul Davisremove Session::controllable_by_descriptor() and move...
2018-02-11 Ben LoftisSoloSelection: libardour part.
2018-02-03 John EmmasMake sure that 'libardour-config,h' only gets #included...
2017-12-24 Len Ovensremove unused line
2017-10-30 Robin GareusParallel execution of cycle-start/end
2017-10-29 Robin GareusMove vari-speed into backend (resample ports)
2017-10-04 Robin GareusFix various edge-cases with session-archives
2017-10-03 Robin GareusClean up State API:
2017-10-03 Robin GareusAPI change: expose session-archive compression-level
2017-09-29 Robin GareusRemove unused punch+preroll API
2017-09-29 Robin GareusAux-Send Latency compensation, part 2 & code-consolidation
2017-09-29 Robin GareusProperly aligned export (Stem + Session)
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusNO-OP: Whitespace
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-19 Robin GareusVarious updates and fixes for Latency Compensation
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisfix for loading older sessions, where the rest for...
2017-09-18 Paul Davisreinstate "restart seek" behaviour but use a new Sessio...
2017-09-18 Paul Davisremove all code related to "silent roll" concept. some...
2017-09-18 Paul Daviswhen DiskReader checks to see if a locate is in progres...
2017-09-18 Paul Davislocating no longer interrupts process()
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 Davisaddd more DEBUG_TRACE for DiskIO; set DiskIOProcess...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
2017-09-18 Paul Davisremove Session::track_by_diskstream_id()
2017-08-22 Robin GareusRemove cruft
2017-08-20 Johannes MuellerLet the user add a template description on saving sessi...
2017-08-17 Robin GareusExpose Lua bindings to create/delete VCAs
2017-08-17 Robin GareusCheck major session file format version.
2017-08-15 Robin GareusThe Auditioner is not in the Session's RouteList
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-01 Robin GareusFix LTC encoder removal
2017-06-24 Robin GareusCreate a deep-copy of MIDI sources when saving snapshots
2017-06-24 Robin GareusExtend API to allow calling new_midi_source_path()...
2017-06-17 Robin GareusAdd Lua bindings to query all stripables
next