RAII to postpone processor changes/graph recalculation
[ardour.git] / libs / ardour / session.cc
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
2016-07-09 Paul Davisfix initialization order
2016-07-09 Robin Gareusbetter safe than sorry
2016-07-09 Robin Gareusmove latency-recompute into dedicated thread.
2016-07-09 Julien "_FrnchFrgg... Make MIDI busses possible targets of internal sends
2016-07-06 Paul Davisa few post-rebase cleanups
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-06 Robin Gareustweak lua gc
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-04 Paul Davisadd session-scope selection ops for Stripables
2016-07-03 Paul Davisfix behaviour when opening up a gap to insert new Strip...
2016-07-02 Paul Davisremove Session::get_nth_stripable.cc
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-06-12 Robin Gareusignore midi on monitor-section and force strict-i/o
2016-06-10 Paul DavisVarious changes to PresentationInfo and a small consoli...
2016-06-06 Paul Davisfix Session::get_remote_nth_stripable() to use zero...
2016-06-05 Paul DavisOS X clang build issue fix
2016-06-05 Paul Davisextensive changes to PresentationInfo API
2016-06-03 Paul Davissimplify PresentationInfo concept of order so that...
2016-06-02 Robin Gareusfix creating aux-busses from templates, reset return...
2016-06-02 Paul Davischange name of a Session method to makes its intended...
2016-06-01 Robin Gareussave version string with session for informational...
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisuse correct types in arguments to Session::get_remote_n...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisfix implementation of Session::get_remote_nth_stripable()
2016-05-31 Paul Davisclean up debug output for OrderKeys
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davisadd Session::get_stripables()
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davisfix backend logic for PFL/AFL when mastered
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisfix logic for Session::solo_control_mode_changed()
2016-05-31 Paul Davissome tweaks for solo logic to get things working as...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisnew API for route solo/mute state mgmt
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Davisreorder destruction of VCAManager and Routes
2016-05-31 Paul Davisfirst pass at making the GUI for a VCA visible
2016-05-31 Paul DavisSession HAS-A VCAManager
2016-05-27 Robin Gareusfix some false-positive compiler warnings
2016-05-27 nick_mTempo ramps - formatting, ensure correct initial lock...
2016-05-27 nick_mTempo ramps - api rename, fix various meter and tempo...
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-24 Robin Gareusmore inter-thread progress fixes; slight change of...
2016-05-14 Robin Gareuswhitelist libardour bindings as rt-safe for session...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-03 Robin Gareusanother (non critical) concurrency issue:
2016-04-28 Robin Gareusflush pending Session Events at session close
2016-04-26 Robin Gareusallow to duplicate tracks with sends or load templates...
2016-04-26 Robin Gareusdon't show engine dialog when loading a session..
2016-04-24 Robin Gareusreduce debug-build overhead.
2016-04-24 Robin Gareuswe need the process lock after all..
2016-04-24 Robin Gareusplug some memory leaks in libardour
2016-04-24 Robin Gareusfurther tweaks to session close
2016-04-23 Robin GareusDisconnect Signals before dropping ports
2016-04-23 Robin Gareusdelegate port-connections to low priority thread.
2016-04-22 Robin Gareusfix send-id "0" when loading session
2016-04-20 Robin GareusMixbus: auto-connect monitor-section
2016-04-18 Robin Gareusadd notification if Engine Rate changes and mismatches...
2016-04-18 Robin Gareusnever ever change sample-rate saved with the session...
2016-04-15 Robin Gareusspecial case mixbus routing
next