summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2016-04-12Change LuaBridge_API to be __declspec(dllexport) or __declspec(dllimport, as ...John Emmas
2016-04-12fix typo in luabindingsRobin Gareus
2016-04-12some strategic documentationRobin Gareus
2016-04-12use dedicated counter for sidechain port numberingRobin Gareus
2016-04-12add a new counter (for sidechain numbering)Robin Gareus
2016-04-12NO-OP; document some more parameters.Robin Gareus
2016-04-12some more windows bandaids for optimized buildsRobin Gareus
2016-04-12hotfix process-graph: include internal-send -> internal returnRobin Gareus
2016-04-11special case luabridge for windows/MSVCRobin Gareus
2016-04-11clean up lua-class inheritanceRobin Gareus
2016-04-11add some class documentationRobin Gareus
2016-04-10update lua related doc, add missing bindingsRobin Gareus
2016-04-10expose port bindingsRobin Gareus
2016-04-10add lua bindings for Automation EventsRobin Gareus
2016-04-10NO-OP whitespace + commentsRobin Gareus
2016-04-10NO-OP document Evoral::ControlListRobin Gareus
2016-04-10add a C++ lifetime MementoCommand APIRobin Gareus
2016-04-10expose Undo Commands to LuaRobin Gareus