summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-09-22move all bundle-related session methods into their own filePaul Davis
2019-09-20Add abstract API for latency compensated sendsRobin Gareus
2019-09-19replace boost::msm - based FSM for transport with one written in "plain C++"Paul Davis
2019-09-18Consistent use of abort() /* NOTREACHED */Robin Gareus
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-08-16Fix periodic backup savesRobin Gareus
2019-08-07Add method to graphviz plot the process-graphRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01prefer lowercase and no spaces, since this will appear in the filename.Ben Loftis
2019-08-01(Source List) Catch new sources created by bounce-range-to-source-listBen Loftis
2019-08-01(Source List) merge fixesBen Loftis
2019-08-01(Source List) Clean up the natural_position implementation (libardour part).Ben Loftis
2019-08-01(Source List) Region Tags (libardour part)Ben Loftis
2019-08-01(Source List) Region List rewrite (libardour part)Ben Loftis
2019-08-01(Source List) Source property signals (libardour part)Ben Loftis
2019-05-08Fix solo logic, connection/feed-informationRobin Gareus
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-04-12NO-OP: mixbus codebase unificationRobin Gareus
2019-04-07Enable midi-to-audio bounce when processing w/synthRobin Gareus
2019-04-07Prepare midi-export for midi-to-audio bouncing.Robin Gareus
2019-04-07NO-OP/Optimize Bounce: Lookup data-type only onceRobin Gareus
2019-03-28Fix route-templates with external sendsRobin Gareus
2019-03-23Clean out session-global controllablesRobin Gareus
2019-03-20working but still confusing fix for ensuring that playlist shared-with data i...Paul Davis
2019-03-20fix Session::new_route_from_template() to use playlist IDs and not names. Thi...Paul Davis
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-17Speed up session deletionRobin Gareus
2019-03-17NO-OP: prefer to use API to check session-stateRobin Gareus
2019-03-06Fix typoRobin Gareus
2019-03-06Tweak session loadRobin Gareus
2019-03-01Revert Monitor-Section to be per sessionRobin Gareus
2019-02-21Remove more cruft (unused rf-scale)Robin Gareus
2019-02-12Session-range behavior (libardour part)Ben Loftis
2018-11-28Consolidate ambiguous engine API callsRobin Gareus
2018-11-26Fix stuck connection block when template load fails.Robin Gareus
2018-11-26Prevent deadlock when removing routes w/o engineRobin Gareus
2018-11-26Don't allow to add/remove monitor-section w/o engineRobin Gareus
2018-11-12Make foldback bus match foldback sends namewiseLen Ovens
2018-11-07get_stripables and get_routelist are now presentationinfo awareLen Ovens
2018-10-30Add ListenBus to stripable typesLen Ovens
2018-10-25Fix race-condition/deadlock, plugin-copy while rollingRobin Gareus
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-05Properly disable looping when deleting loop-rangeRobin Gareus
2018-10-05NO-OP: whitespaceRobin Gareus
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 AutoLoopDeclick, PendingLoopDeclickRobin Gareus