summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-05-01various transient-detection fixes (split region, trim, move, undo,..)Robin Gareus
2016-05-01API call to be removedRobin Gareus
2016-04-30make BasicUI (for control surfaces) loop toggle work like the GUIPaul Davis
2016-04-29implement lua plugin presetsRobin Gareus
2016-04-29remove skeleton backend (superseded by portaudio)Robin Gareus
2016-04-29I wanna be nasty, I wanna be cruel,..Robin Gareus
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-04-28flush pending Session Events at session closeRobin Gareus
2016-04-28fix a deadlock with jack2 when inserting a plugin adds ports.Robin Gareus
2016-04-28add a debug message for LV2 per port buffer allocationRobin Gareus
2016-04-27another attempt to use platform-specific path for the default VST pathBen Loftis
2016-04-27amend c1c81a239c after testingRobin Gareus
2016-04-27allow to customize variable i/o plugin inputsRobin Gareus
2016-04-27fix default 64bit Windows VST path ( untested )Ben Loftis
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