summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2019-03-23Remove chicken/egg d'torRobin Gareus
2019-03-19Remove global Session::playlists variable, use getter method (1/2)Robin Gareus
2019-03-18NO-OP: Use API to set/test state-of-the-stateRobin Gareus
2019-03-01Revert Monitor-Section to be per sessionRobin Gareus
2019-02-28simplifications to the logic and additional comments for code that handles au...Paul Davis
2019-02-22remove PostTransportWorkCurveReallocate (no longer used)Paul Davis
2019-02-21Add API to check for ongoing de-clickRobin Gareus
2019-02-21Remove more cruft (unused rf-scale)Robin Gareus
2019-02-20Remove cruft (unused PostTransportInputChange)Robin Gareus
2019-02-12Session-range behavior (libardour part)Ben Loftis
2018-11-07get_stripables and get_routelist are now presentationinfo awareLen Ovens
2018-10-25Fix race-condition/deadlock, plugin-copy while rollingRobin Gareus
2018-10-15Remove a #include and substitute a forward declaration (to simplify and speed...John Emmas
2018-10-14fix several inter-related problems with libptformatPaul Davis
2018-10-13Clarify where the file 'ptfformat.h' can be foundJohn Emmas
2018-10-12PT import: Minor changes to sessionDamien Zammit
2018-10-08some rather simple code to allow MIDI Clock to set the tempo of the session.Paul Davis
2018-10-05move away from "sync source" conceptsPaul Davis
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-08-02Add method to conveniently retrieve a sorted routelistRobin Gareus
2018-07-09Remove unused CubicInterpolation from sessionRobin Gareus
2018-07-09Remove unused AutoLoopDeclick, PendingLoopDeclickRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-02-11SoloSelection: libardour part.Ben Loftis
2018-02-03Make sure that 'libardour-config,h' only gets #included when building with wa...John Emmas
2017-12-24remove unused lineLen Ovens
2017-10-30Parallel execution of cycle-start/endRobin Gareus
2017-10-29Move vari-speed into backend (resample ports)Robin Gareus
2017-10-04Fix various edge-cases with session-archivesRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-10-03API change: expose session-archive compression-levelRobin Gareus
2017-09-29Remove unused punch+preroll APIRobin Gareus
2017-09-29Aux-Send Latency compensation, part 2 & code-consolidationRobin Gareus
2017-09-29Properly aligned export (Stem + Session)Robin Gareus
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29NO-OP: WhitespaceRobin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-19Various updates and fixes for Latency CompensationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18fix for loading older sessions, where the rest for "is-track" was "has-diskst...Paul Davis
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...Paul Davis
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...Paul Davis
2017-09-18locating no longer interrupts process()Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18remove all remaining vestiges of per-track varispeed from libardourPaul Davis
2017-09-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2017-09-18remove Diskstream from Track and derivatives; get ardour to actually startupPaul Davis