MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) not try...
[ardour.git] / libs / ardour / session.cc
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
2016-04-12 Robin Gareusadd a new counter (for sidechain numbering)
2016-04-09 Robin Gareusexpose Undo Commands to Lua
2016-03-25 Robin Gareusadd "no-inplace" buffers.
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-14 Paul Davisuse ForGroup to flag and detect route-group based contr...
2016-02-29 Robin Gareusinitialize uninitialized variable
2016-02-29 Robin Gareuspre-process (silence) before export to flush reverb...
2016-02-24 Robin Gareuspotential mem corruption at session close:
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-20 Robin Gareusadd processor lookup by PBD::ID via session
2016-01-25 Paul Davischange exposed type of various objects' gain controls...
2016-01-22 Paul Davisfix rebase issue from master
2016-01-22 Paul Davisrename Controllable::WholeGroup => InverseGroup to...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-19 Ben LoftisAdd all_tracks_rec actions
2016-01-19 Paul DavisRevert "mackie: still respond to route groups visibilit...
2016-01-19 Paul Davismackie: still respond to route groups visibility changes
2016-01-18 Paul Davisadd group disposition argument to Route::set_gain(...
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2016-01-16 Len OvensChange last commit to use it's own variable rather...
2016-01-16 Len OvensMackie Control: fix global Solo lamp to get signalled...
2016-01-08 Robin GareusFix monitor-section session-property vs preference...
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
next