fix possible deadlock replacing processor state.
[ardour.git] / libs / ardour / route.cc
2016-06-02 Robin Gareusfix possible deadlock replacing processor state.
2016-05-31 Robin Gareusupdate lua bindings for API changes
2016-05-31 Paul Davisadd generic ::slaved() method to Route
2016-05-31 Paul Davismissing initialization
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisimprove cleanup of VCA related objects
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 Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisstop crash caused by missing conditional
2016-05-31 Paul Davisadd back some amount of XML save/restore for route...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisadd implicit mute state to MuteMaster and use when...
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 Davisrearrange AutomationControl and RouteAutomationControl...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
2016-05-31 Paul Davismove vca assignment up to the Route level (from GainCon...
2016-05-31 Paul Davismove VCA assignment up to Route level
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davisstart shaping up VCA assign process
2016-05-26 Robin Gareusensure that amp/fader is present on every route
2016-05-26 Robin Gareustake read-lock when saving processor order
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
2016-05-18 Robin Gareusconsolidate add_processor code
2016-05-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-07 Robin GareusRevert "Add a global state localeguard (and one for...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-06 Robin GareusAdd a global state localeguard (and one for route templ...
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Robin Gareusno need to force a change here.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-04 Robin Gareususe existing API to find the instrument
2016-04-28 Robin Gareusfix a deadlock with jack2 when inserting a plugin adds...
2016-04-27 Robin Gareusallow to customize variable i/o plugin inputs
2016-04-19 Robin Gareusfix stuck solo w/sidechain (when using port, not send...
2016-04-17 Robin Gareusadd self-removing Sends (remove on disconnect)
2016-04-15 Robin Gareusdisallow strict-i/o output on monitor and auditioner
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-15 Robin Gareusspecial case mixbus routing
2016-04-14 Robin Gareusfix locking when switching strict i/o.
2016-04-14 Robin GareusMixbus enforces output port count
2016-04-14 Robin Gareusproperly calculate requrired thread buffers
2016-04-13 Robin Gareusstrict i/o sets enforces output port count.
2016-04-13 Robin Gareusprepare fix for copying plugin state
2016-04-13 Robin Gareusspecial case strict-i/o on the master-bus
2016-04-13 Robin Gareusextend strict-i/o to include route outputs.
2016-04-12 Robin Gareussome strategic documentation
2016-04-11 Robin Gareushotfix process-graph: include internal-send -> internal...
2016-04-06 Robin GareusRoute API to query all outputs (incl sends) and graph...
2016-04-03 Robin Gareuscement daa10a6a38
2016-04-03 Robin GareusFix graph ordering incl. Inserts, Returns and SideChains
2016-04-03 Robin Gareushandle sidechain input changes
2016-04-03 Robin Gareusexpose plugin sidechain (via route):
2016-04-02 Robin Gareusset processor owner early on (when loading session)
2016-04-02 Robin Gareusrevert bd5da84928 - separate i/o-map & config reset.
2016-04-01 Robin Gareusreset pin-maps with custom config.
2016-03-31 Robin Gareuscustom config trumps strict-i/o
2016-03-31 Robin Gareusplugin-pin-map:
2016-03-29 Robin Gareusabort if configuration fails
2016-03-27 Robin Gareusclosing in on pin management.
2016-03-26 Robin Gareusallocate buffers for all possible plugin configurations
2016-03-25 Robin Gareusprepare strict-i/o configuration.
2016-03-19 Robin Gareusprepare Instrument slots -- replace processor in place
2016-03-14 Paul Davisuse ForGroup to flag and detect route-group based contr...
2016-03-04 Robin Gareusfix processed region export (track output)
2016-02-23 Robin GareusImplement Lua DSP processor/plugin
2016-02-04 Ben LoftisFix reporting of compressor mode (Mixbus)
2016-02-03 Len Ovensmackie control: Fix crash when selecting Track on MIDI...
2016-02-01 Paul Davisclean up mess in Route/Track controllables caused by...
2016-02-01 Paul Davisvery very slightly more robust exclusion of monitor...
2016-02-01 Paul Davisprovide route solo isolate and solo safe automation...
2016-02-01 Paul Davisadd a new constructor for RouteAutomationControllable...
2016-01-31 Paul Davisbreak out Route controllables code into its own source...
2016-01-31 Len OvensMackie Control: Make Monitor send not show in Sends...
2016-01-29 Paul Davismixbus: don't assert(ch_post()) in case we use various...
2016-01-29 Paul Davisadd new Route API ::master_send_enable_controllable...
2016-01-29 Paul Davisadd new API to Route to get name of "well-known" nth...
2016-01-27 Paul Davismonitor send does not count in Route::nth_send()
2016-01-27 Paul Davisreturn relevant AutomationControl for send_level_contro...
2016-01-27 Paul Davismake Route::nth_send() and Route::nth_processor() be...
2016-01-27 Paul Davisadd stubs and enums to access "well-known" send controls
2016-01-25 Paul Davischange exposed type of various objects' gain controls...
2016-01-22 Paul Davisremove incorrect/out of date comment
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-18 Paul Davisadd group disposition argument to Route::set_gain(...
2016-01-18 Paul Davisworking version of new gain control design
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-08 Robin Gareustranslatable "Monitor" processor name
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
next