fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / route.cc
2016-08-10 Robin Gareusfix crash when copy'ing latent plugins 5.0
2016-07-26 Robin Gareusadd Sidechain change handler for automatically added...
2016-07-20 Paul DavisMuteMaster should (a) use a Muteable's own ::muted_by_o...
2016-07-20 Paul Davisensure that Route::_phase_control has its state restore...
2016-07-20 Julien "_FrnchFrgg... Make bus's trim control also affect sends to the bus
2016-07-16 Robin Gareusadd a note to self
2016-07-16 Robin Gareusallow inserts to connect it itself - #6924
2016-07-15 Julien "_FrnchFrgg... Make Route and Track ::silent_roll() also flush out...
2016-07-15 Julien "_FrnchFrgg... Also flush buffers of the inner delivery of inserts
2016-07-15 Julien "_FrnchFrgg... Consolidate delivery buffer flushing of all route types
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-10 Robin Gareusalign stem-export (raw track outputs (with and w/p...
2016-07-06 Julien "_FrnchFrgg... Don't add audio outs to non-audio routes with strict I/O
2016-07-05 Robin Gareusupdate route/processor semantics
2016-07-04 Robin Gareusflush output buffers after processing - fixes midi...
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-12 Robin Gareusignore midi on monitor-section and force strict-i/o
2016-06-08 Robin Gareusfix mute automation for busses & consolidate code.
2016-06-05 Paul Davisextensive changes to PresentationInfo API
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...
next