Fix bumping .mid file name (snapshots & playlist copy)
[ardour.git] / libs / ardour / session.cc
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
2017-05-08 Paul Davisfix logic when removing routes
2017-05-08 Paul Davisremove misc. debug output
2017-05-08 Paul Daviswhen removing a Route from Session, remove it from...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-05 Robin GareusMove special-cased FP8 mute-state into libardour
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Session...
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::Configurati...
2017-04-08 Robin GareusEmit Session::MuteChanged() if a mutes route is removed.
2017-04-07 Robin GareusAdd session signal to track mute-changes
2017-04-01 Robin GareusAdd option for record-only metronome.
2017-04-01 Robin GareusUnregister ports at session close.
2017-03-31 Robin GareusAdd an API to query if the audible frame is latent...
2017-03-23 Robin GareusIncrease mempool for session-scripts
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-16 Robin GareusFix initial order-keys when creating tracks/busses
2017-02-13 Robin GareusPrepare record with count-in action
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_mmark session dirty when moving range markers or alterin...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-22 Paul Davisimplement Session::route_by_selected_count()
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-05 Julien ROGERProposed fix managing shared playlists (see #7150)
2017-01-01 Robin GareusWhitelist bit32 Lua library for session rt-scripts
2017-01-01 Robin GareusMatch API: add rt_context option for en/disable_record()
2016-12-30 Robin GareusRemove cruft (old MIDI feedback API)
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-27 Robin GareusAdd backend support to extract session-archives
2016-12-19 Paul DavisSession::_ac_thread_active should be used with atomics...
2016-12-19 Paul DavisSession::auto_connect_thread_terminate() cannot use...
2016-12-18 Paul Davismove termination of auto connect thread till after...
2016-12-12 Robin GareusFix possible crash when removing ports with jack1
2016-12-11 Robin GareusFix potential deadlock on session-load
2016-12-10 Robin GareusCheck for reserved i/o that are not routes, fixes ...
2016-12-08 Robin GareusClarify "frames" (video, timecode) vs "samples" (audio)
2016-12-07 Robin Gareusamend 581c7b6 -Wparentheses
2016-12-07 Robin GareusSpeed up unloading large sessions.
2016-11-28 Tim MayberryFix Duplicate Track with Copy Playlist option selected
2016-11-28 Tim MayberryFix duplicate track with new playlist so only one playl...
2016-11-25 Robin GareusRAII to postpone processor changes/graph recalculation
2016-11-25 Paul Daviswhen duplicating tracks and copying playlists, use...
2016-11-25 Paul Davismake the session do the right thing when clearing solo...
2016-11-25 Paul Davisremove redundant (identical) 2nd conditional, and impro...
2016-11-25 Paul Davisprovisional changes to speed up solo changes to large...
2016-11-25 Robin GareusSpeed up AFL/PFL changes for large sessions
2016-11-10 Robin GareusRemove a group when the last track in the group is...
2016-11-07 Len Ovensmake auto track naming make a bit more sense
2016-10-30 Robin GareusFix crash when instrument instantiation fails on track...
2016-10-21 Paul Daviswhen fetching MIDI ports for bundles and auto-connectio...
2016-10-19 Paul Davisbasics of following MIDI track selection and rewiring...
2016-10-17 Robin Gareusfast region export -- don't call process()
2016-10-17 Paul Davisuse existing method rather than inline code for pending...
2016-10-13 Paul Davisnew scheme for managing port deletion
2016-09-27 Paul Davisadd Session::get_physical_ports() to centralize "get...
2016-09-27 Paul Davisignore control-only physical ports when building system...
2016-09-27 Paul Davischange Session::goto_start() to take an argument to...
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-13 Tim MayberryRemove duplicate header include from libardour source...
2016-09-11 Tim MayberryFix #6774, Moving start/end markers doesn't set Session...
2016-09-06 nick_mLoad midi region length and start correctly in sessions...
2016-08-22 Paul Davisnew libardour API for Session::new_route_from_template...
2016-08-01 Paul Davismake Session::get_remote_nth_stripable() ignore hidden...
2016-07-26 Robin Gareus32bit compat (amend 90a67d04)
2016-07-25 Robin Gareusanother attempt to fix playhead position with varispeed.
2016-07-20 Paul DavisMuteMaster should (a) use a Muteable's own ::muted_by_o...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Robin Gareusrefactoring to prepare for real-time export
2016-07-13 Paul Davisa better, deeper fix for "cancel all solo", as Session...
2016-07-12 Paul Davisonce the user has explicitly set the session range...
2016-07-12 Paul Davisremove pointless version of Stripable::set_presentation...
2016-07-10 Robin Gareustowards export latency compensation
next