summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2017-02-13Prepare record with count-in actionRobin Gareus
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with propertie...Paul Davis
2017-01-27mark session dirty when moving range markers or altering location lock style.nick_m
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-22implement Session::route_by_selected_count()Paul Davis
2017-01-21Instrument insert options:Robin Gareus
2017-01-20Instrument channel option when adding trackRobin Gareus
2017-01-19Add alternative preroll record mode:Robin Gareus
2017-01-19Rework preroll-rec API:Robin Gareus
2017-01-19Move preroll duration calc into libardourRobin Gareus
2017-01-18Implement record with prerollRobin Gareus
2017-01-17Implement Count-In (before recording), fixed BPM, up to 2 barsRobin Gareus
2017-01-05Proposed fix managing shared playlists (see #7150)Julien ROGER
2017-01-02Whitelist bit32 Lua library for session rt-scriptsRobin Gareus
2017-01-02Match API: add rt_context option for en/disable_record()Robin Gareus
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-27Add backend support to extract session-archivesRobin Gareus