summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-04-18add some assert for reloading saved plugin pin connectionsRobin Gareus
2016-04-18add notification if Engine Rate changes and mismatches session's SRRobin Gareus
2016-04-18never ever change sample-rate saved with the session after creation.Robin Gareus
2016-04-18implement metadata-set for remaining backendsRobin Gareus
2016-04-17set sidechain port pretty nameRobin Gareus
2016-04-17add IOProcessors pretty name supportRobin Gareus
2016-04-17notify IO about port disconnection due to port removalRobin Gareus
2016-04-17add API to set pretty names for ardour portsRobin Gareus
2016-04-17implement pretty-name set-property for ALSA and DummyRobin Gareus
2016-04-17add portengine set-property API (follows jack_set_property)Robin Gareus
2016-04-17disconnect SideChain on delete, trigger Send self-destructRobin Gareus
2016-04-17copy plugin state to all instances when instantiating.Robin Gareus
2016-04-17don't use lv2plug.in for non-standard URIsRobin Gareus
2016-04-17add self-removing Sends (remove on disconnect)Robin Gareus
2016-04-16don't let the AudioEngine inherit PortEngine's class doc.Robin Gareus
2016-04-16Remove dangling plugin thru-connectionsRobin Gareus
2016-04-16ptformat: Make PT import more resilient to bad user choices and display messagesDamien Zammit
2016-04-16disallow strict-i/o output on monitor and auditionerRobin Gareus
2016-04-15fix duplicate definition (typo in 5242aeb8)Robin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-15special case mixbus routingRobin Gareus
2016-04-15AU synth inplace processingRobin Gareus
2016-04-15luaproc error loggingRobin Gareus
2016-04-15find a good match for variable i/o pluginsRobin Gareus
2016-04-14document buffer requirement, add sidechain constraint.Robin Gareus
2016-04-14fix locking when switching strict i/o.Robin Gareus
2016-04-14fix split plugin default connection with strict-i/oRobin Gareus
2016-04-14Mixbus enforces output port countRobin Gareus
2016-04-14fix odd case where a deliver has no ports e.g session load.Robin Gareus
2016-04-14properly calculate requrired thread buffersRobin Gareus
2016-04-14alternative approach for 48532baaa, C++98 compat that actually works, tooRobin Gareus
2016-04-14Revert "remove C++11'isms from libptformat. back to C++98 compat."Robin Gareus
2016-04-14allow to compare C class instances from luaRobin Gareus
2016-04-13NO-OP, whitespaceRobin Gareus
2016-04-13allow midi tracks with audio-out only (and vice versa)Robin Gareus
2016-04-13strict i/o sets enforces output port count.Robin Gareus
2016-04-13fix typoRobin Gareus
2016-04-13fix configurable IO MIDI FX w/strict-i/oRobin Gareus
2016-04-13fix crash introduced in 0d1cd3865dRobin Gareus
2016-04-13prepare fix for copying plugin stateRobin Gareus
2016-04-13properly auto-connect sidechain pinsRobin Gareus
2016-04-13fix OSX buildsRobin Gareus
2016-04-13special case strict-i/o on the master-busRobin Gareus
2016-04-13initialize uninitialized variableRobin Gareus
2016-04-13extend strict-i/o to include route outputs.Robin Gareus
2016-04-13VST report audioMasterPinConnected according to Pin ManagementRobin Gareus
2016-04-13prepare VST plugins for reporting connected pinsRobin Gareus
2016-04-13expose sidechain binding, fix "bounce" typoRobin Gareus
2016-04-13yet more documentation..Robin Gareus
2016-04-12Modify 'getIdentityKey()' function to have LuaBridge_API linkage when buildin...John Emmas