summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2016-12-19Session::_ac_thread_active should be used with atomics to create memory barri...Paul Davis
2016-12-19Session::auto_connect_thread_terminate() cannot use ::auto_connect_thread_wak...Paul Davis
2016-12-18move termination of auto connect thread till after control protocols are dest...Paul Davis
2016-12-12Fix possible crash when removing ports with jack1Robin Gareus
2016-12-12Fix potential deadlock on session-loadRobin Gareus
2016-12-11Check for reserved i/o that are not routes, fixes #7171Robin Gareus
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-12-07amend 581c7b6 -WparenthesesRobin Gareus
2016-12-07Speed up unloading large sessions.Robin Gareus
2016-11-28Fix Duplicate Track with Copy Playlist option selectedTim Mayberry