Consistent use of abort() /* NOTREACHED */
[ardour.git] / libs / ardour / session.cc
2019-09-18 Robin GareusConsistent use of abort() /* NOTREACHED */
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-08-15 Robin GareusFix periodic backup saves
2019-08-07 Robin GareusAdd method to graphviz plot the process-graph
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-08-01 Ben Loftisprefer lowercase and no spaces, since this will appear...
2019-08-01 Ben Loftis(Source List) Catch new sources created by bounce-range...
2019-08-01 Ben Loftis(Source List) merge fixes
2019-08-01 Ben Loftis(Source List) Clean up the natural_position implementat...
2019-08-01 Ben Loftis(Source List) Region Tags (libardour part)
2019-08-01 Ben Loftis(Source List) Region List rewrite (libardour part)
2019-08-01 Ben Loftis(Source List) Source property signals (libardour part)
2019-05-08 Robin GareusFix solo logic, connection/feed-information
2019-04-13 Robin GareusNO-OP: <tab> after <space> fixes in libs
2019-04-12 Robin GareusNO-OP: mixbus codebase unification
2019-04-07 Robin GareusEnable midi-to-audio bounce when processing w/synth
2019-04-07 Robin GareusPrepare midi-export for midi-to-audio bouncing.
2019-04-07 Robin GareusNO-OP/Optimize Bounce: Lookup data-type only once
2019-03-28 Robin GareusFix route-templates with external sends
2019-03-23 Robin GareusClean out session-global controllables
2019-03-21 Paul Davisworking but still confusing fix for ensuring that playl...
2019-03-21 Paul Davisfix Session::new_route_from_template() to use playlist...
2019-03-19 Robin GareusRemove global Session::playlists variable, use getter...
2019-03-18 Robin GareusNO-OP: Use API to set/test state-of-the-state
2019-03-17 Robin GareusSpeed up session deletion
2019-03-17 Robin GareusNO-OP: prefer to use API to check session-state
2019-03-06 Robin GareusFix typo
2019-03-06 Robin GareusTweak session load
2019-03-01 Robin GareusRevert Monitor-Section to be per session
2019-02-20 Robin GareusRemove more cruft (unused rf-scale)
2019-02-12 Ben LoftisSession-range behavior (libardour part)
2018-11-28 Robin GareusConsolidate ambiguous engine API calls
2018-11-26 Robin GareusFix stuck connection block when template load fails.
2018-11-26 Robin GareusPrevent deadlock when removing routes w/o engine
2018-11-26 Robin GareusDon't allow to add/remove monitor-section w/o engine
2018-11-13 Len OvensMake foldback bus match foldback sends namewise
2018-11-08 Len Ovensget_stripables and get_routelist are now presentationin...
2018-10-30 Len OvensAdd ListenBus to stripable types
2018-10-25 Robin GareusFix race-condition/deadlock, plugin-copy while rolling
2018-10-12 Damien ZammitPT import: Minor changes to session
2018-10-08 Paul Davissome rather simple code to allow MIDI Clock to set...
2018-10-05 Robin GareusProperly disable looping when deleting loop-range
2018-10-05 Robin GareusNO-OP: whitespace
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-07-09 Robin GareusRemove unused AutoLoopDeclick, PendingLoopDeclick
2018-07-09 Robin GareusRemove global declick API
2018-06-28 Paul Daviswhen creating a route from a template, use correct...
2018-03-19 Robin GareusLua: Lock bindings into memory for rt-scripts
2017-11-29 Robin GareusTweak Lua GC
2017-11-04 Robin GareusOptimize Delaylines: block-process (not one sample...
2017-10-30 Robin GareusParallel execution of cycle-start/end
2017-10-29 Robin GareusMove vari-speed into backend (resample ports)
2017-09-30 Robin GareusAlign punch in/out recording with latency-compensation
2017-09-29 Robin Gareusamend ccedb2d44
2017-09-29 Robin GareusRemove unused punch+preroll API
2017-09-29 Robin GareusAux-Send Latency compensation, part 2 & code-consolidation
2017-09-29 Robin GareusProperly aligned export (Stem + Session)
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-22 Robin GareusFix order of [initial] latency-computation
2017-09-22 Robin GareusNO-OP: whitespace
2017-09-21 Robin GareusFix crash when unloading a partially loaded session.
2017-09-19 Robin GareusVarious updates and fixes for Latency Compensation
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisreinstate "restart seek" behaviour but use a new Sessio...
2017-09-18 Paul Davisdelete slave during Session::destroy
2017-09-18 Paul Davisremove Track::hidden(); replace with Stripable::is_priv...
2017-09-18 Paul Daviswhen DiskReader checks to see if a locate is in progres...
2017-09-18 Paul Davisremove InputConfigurationChange from session events...
2017-09-18 Paul Davisupdate disk writer input latency at transport stop
2017-09-18 Paul Davisforce auditioner to emit GoingAway at the right time...
2017-09-18 Paul Davisnothing to do anymore at the Track level when input...
2017-09-18 Paul Davisrandom changes required to get an audio track created...
2017-09-18 Paul Davisremove Session::track_by_diskstream_id()
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-09-07 Robin GareusFix bumping .mid file name (snapshots & playlist copy)
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-17 Robin GareusCatch some exceptions during session loading.
2017-08-15 Robin GareusThe Auditioner is not in the Session's RouteList
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-10 Robin GareusSave sample-rate for sessions created from templates
2017-08-10 Robin GareusCentralize Lua sandboxing
2017-08-03 Robin Gareusimprove 1a288ddd, destroy IO after disconnecting from...
2017-08-01 Robin GareusFix some more crashes at session-close
2017-07-30 Robin GareusSome session cleanup fixes (delete slave, take lock...
2017-07-28 Robin GareusDelete CoreSelection at session close
2017-07-20 Robin GareusAllow adding tracks w/o running backend
2017-06-27 Robin GareusDistinguish error-messages.
2017-06-24 Robin GareusExtend API to allow calling new_midi_source_path()...
2017-06-22 Tim MayberryRemove LocaleGuard from Session::immediately_post_engin...
2017-06-17 Robin GareusAdd Lua bindings to query all stripables
2017-06-17 Robin GareusFix stripable order for new strips & master-order
2017-06-17 Robin GareusAdd method to ensure Stripable sort constrains (for...
2017-06-17 Robin GareusUse Stripable::Sorter in libs
2017-06-03 Robin GareusAdd a scratch buffer for automation.
2017-05-29 Robin GareusNO-OP: whitespace
2017-05-29 Daniel Sheelerduplicate routes start off unsoloed to avoid issues...
2017-05-10 Robin GareusFix another possible case of illegal use of reserved...
2017-05-08 Paul Davisfix copy-n-paste error
next