summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-04-27probable fix for 64bit VST signal latencyRobin Gareus
2016-04-27OSC: Fix Solo to work with both SIP and Listen.Len Ovens
2016-04-27tweak LV2 atom buffer allocation strategyRobin Gareus
2016-04-27add the concept of a "state mask" that determines what info a WindowProxy wil...Paul Davis
2016-04-27make -D VSTCallbacks readableRobin Gareus
2016-04-27canvas tooltips, tooRobin Gareus
2016-04-27also hide persistent tooltipsRobin Gareus
2016-04-26initialize output data ports for cases where the plugin is not runRobin Gareus
2016-04-26let GMainContext clean up after us.Robin Gareus
2016-04-26port 93eac8b0 to ALSA and CoreAudioRobin Gareus
2016-04-26allow to duplicate tracks with sends or load templates with sends/insertsRobin Gareus
2016-04-26implement missing PortManager methods and lua-bind themRobin Gareus
2016-04-26#define HAVE_JACK_PORT_RENAME when building with MSVCJohn Emmas
2016-04-26Use 'const_iterator' to prevent MSVC from complainingJohn Emmas
2016-04-26don't show engine dialog when loading a session..Robin Gareus
2016-04-26styleguide #10Robin Gareus
2016-04-26keep portmap & portindex in sync when renaming portsRobin Gareus
2016-04-26PortManager lua bindings (to debug lingering ports)Robin Gareus
2016-04-25update [lua bindings] documentationRobin Gareus
2016-04-25add missing header for luadocRobin Gareus
2016-04-24..and CoreAudio.Robin Gareus
2016-04-24O(log(n)) port and connection lookup for ALSARobin Gareus
2016-04-24now with C++98 compatRobin Gareus
2016-04-24delayline: use boost::shared_arrayRobin Gareus
2016-04-24optimize port lookup, adding/removing/reconnecting routesRobin Gareus
2016-04-24reduce debug-build overhead.Robin Gareus
2016-04-24we need the process lock after all..Robin Gareus
2016-04-24some new lua-bindings and session-lua (creating sessions)Robin Gareus
2016-04-24fix mismatched delete/delete[]Robin Gareus
2016-04-24some notes on mem-leaks...Robin Gareus
2016-04-24hand over automationlist undo state ownership (mem-leak)Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-24further tweaks to session closeRobin Gareus
2016-04-24lua bindings for track/bus and session creationRobin Gareus
2016-04-24Disconnect Signals before dropping portsRobin Gareus
2016-04-23delegate port-connections to low priority thread.Robin Gareus
2016-04-23fix typo in config variableRobin Gareus
2016-04-22fix send-id "0" when loading sessionRobin Gareus
2016-04-22fix single-bus AU rendering & related updatesRobin Gareus
2016-04-22invalidate AU cache on re-scanRobin Gareus
2016-04-22use coreaudio wrapperRobin Gareus
2016-04-22Single instance AUs only, use variable i/oRobin Gareus
2016-04-22AU multibus supportRobin Gareus
2016-04-22fix AU cache clearRobin Gareus
2016-04-22add API to load plugin presets for all instancesRobin Gareus
2016-04-21and now with proper closing bracket.Robin Gareus
2016-04-21take MB dithering into account when stripping silence on exportRobin Gareus
2016-04-20backend part for MB send-panners (ignore existing state, force disable)Robin Gareus
2016-04-20fix AU sidechain connectionRobin Gareus
2016-04-20include sidechain when delegating I/O configurationRobin Gareus