summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-04-28clever tricks with code swizzling to slow down errant plugin GUIs for AUPaul Davis
2016-04-28consolidate and re-order luasession codeRobin 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-28for mixed-i/o show HW ports of both types in the matrixRobin Gareus
2016-04-27remove unnecessary lines+changesPaul Davis
2016-04-27fix logic bombPaul Davis
2016-04-27if built on OS X without live resizing features, make AU plugin windows non-u...Paul Davis
2016-04-27add a new configure-time for Cocoa live resizing macrosPaul Davis
2016-04-27another attempt to use platform-specific path for the default VST pathBen Loftis
2016-04-27amend c1c81a239c after testingRobin Gareus
2016-04-27some linuxVST GUI details: initialize lock, add a note.Robin Gareus
2016-04-27pin connection GUI for variable I/O pluginsRobin 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-27change ordering of origin-move and window-resize for AU pluginsPaul Davis
2016-04-27probable fix for 64bit VST signal latencyRobin Gareus
2016-04-27show debug out when AU NSView doesnt get movedPaul Davis
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-27significant reworking of AudioUnit window resizing.Paul Davis
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-27re-enable "Show Tooltip" preference (needs testing on all platforms)Robin Gareus
2016-04-27also hide persistent tooltipsRobin Gareus
2016-04-27towards fixing optional tooltipsRobin Gareus
2016-04-26remove duplicate "bld.install_files" callRobin Gareus
2016-04-26deploy all *.colors files in binary bundlesRobin 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-26lua snippet to interact with portengineRobin 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-26remove the splash-screen when changing sessionsRobin Gareus
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-25tweak location-UI layout (right-align checkboxes & buttons)Robin Gareus
2016-04-25slightly improved location-UI layoutRobin Gareus
2016-04-25NO-OP whitespaceRobin Gareus
2016-04-25return of the location GoTo ButtonRobin Gareus
2016-04-25compile-time test for useful ASL APIPaul Davis
2016-04-25remove unused codePaul Davis