summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...Paul Davis
2017-09-18delete slave during Session::destroyPaul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18force auditioner to emit GoingAway at the right time, so that its disk reader...Paul Davis
2017-09-18nothing to do anymore at the Track level when input config changesPaul Davis
2017-09-18random changes required to get an audio track created and transport functionalPaul Davis
2017-09-18remove Session::track_by_diskstream_id()Paul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-07Fix bumping .mid file name (snapshots & playlist copy)Robin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-17Catch some exceptions during session loading.Robin Gareus
2017-08-16The Auditioner is not in the Session's RouteListRobin Gareus
2017-08-16Separate "add master bus" (and add Lua bindings)Robin Gareus
2017-08-10Save sample-rate for sessions created from templatesRobin Gareus
2017-08-10Centralize Lua sandboxingRobin Gareus
2017-08-03improve 1a288ddd, destroy IO after disconnecting from signals.Robin Gareus
2017-08-01Fix some more crashes at session-closeRobin Gareus
2017-07-31Some session cleanup fixes (delete slave, take lock for lua)Robin Gareus
2017-07-28Delete CoreSelection at session closeRobin Gareus
2017-07-20Allow adding tracks w/o running backendRobin Gareus
2017-06-27Distinguish error-messages.Robin Gareus
2017-06-25Extend API to allow calling new_midi_source_path() with source_lock heldRobin Gareus
2017-06-22Remove LocaleGuard from Session::immediately_post_engine methodTim Mayberry
2017-06-17Add Lua bindings to query all stripablesRobin Gareus
2017-06-17Fix stripable order for new strips & master-orderRobin Gareus
2017-06-17Add method to ensure Stripable sort constrains (for UI use)Robin Gareus
2017-06-17Use Stripable::Sorter in libsRobin Gareus
2017-06-03Add a scratch buffer for automation.Robin Gareus
2017-05-29NO-OP: whitespaceRobin Gareus
2017-05-29duplicate routes start off unsoloed to avoid issues related to upstream / dow...Daniel Sheeler
2017-05-10Fix another possible case of illegal use of reserved port-namesRobin Gareus
2017-05-08fix copy-n-paste errorPaul Davis
2017-05-08fix logic when removing routesPaul Davis
2017-05-08remove misc. debug outputPaul Davis
2017-05-08when removing a Route from Session, remove it from CoreSelection and signal t...Paul Davis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-05-05Move special-cased FP8 mute-state into libardourRobin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::Session classTim Mayberry
2017-04-19Use PBD string conversion functions in PBD::ConfigurationVariableTim Mayberry
2017-04-08Emit Session::MuteChanged() if a mutes route is removed.Robin Gareus
2017-04-07Add session signal to track mute-changesRobin Gareus
2017-04-01Add option for record-only metronome.Robin Gareus
2017-04-01Unregister ports at session close.Robin Gareus
2017-03-31Add an API to query if the audible frame is latent pending a locateRobin Gareus
2017-03-23Increase mempool for session-scriptsRobin Gareus
2017-02-19Emit a signal when Lua session script change (prepare UI update to un/set)Robin Gareus
2017-02-17Fix initial order-keys when creating tracks/bussesRobin Gareus