DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 8430483fb8f9582431ad144958599d93800edbfa
parent 83f1767d438233147b0c76b44afa3d686441b366
Author: falkTX <falktx@falktx.com>
Date:   Mon, 24 Jun 2019 11:49:02 +0200

Merge branch 'master' into develop

Signed-off-by: falkTX <falktx@falktx.com>

Conflicts:
	Makefile.base.mk

Diffstat:
MREADME.md | 2+-
Mdistrho/DistrhoUI.hpp | 8++++++--
Mdistrho/src/DistrhoPluginLV2.cpp | 2+-
3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ List of plugins made with DPF:<br/> - [Juice Plugins](https://github.com/DISTRHO/JuicePlugins) (work in progress) - [ZamAudio Suite](https://github.com/zamaudio/zam-plugins) - [DragonFly-Reverb](https://github.com/michaelwillis/dragonfly-reverb) - - [Wolf-Shaper](https://github.com/pdesaulniers/wolf-shaper) + - [Wolf-Shaper](https://github.com/pdesaulniers/wolf-shaper) and [Wolf-Spectrum](https://github.com/pdesaulniers/wolf-spectrum) - [YK Chorus](https://github.com/SpotlightKid/ykchorus) diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp @@ -89,13 +89,17 @@ public: /** editParameter. - @TODO Document this. + + Touch/pressed-down event. + Lets the host know the user is tweaking a parameter. + Required in some hosts to record automation. */ void editParameter(uint32_t index, bool started); /** setParameterValue. - @TODO Document this. + + Change a parameter value in the Plugin. */ void setParameterValue(uint32_t index, float value); diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp @@ -545,7 +545,7 @@ public: #ifdef DISTRHO_PLUGIN_LICENSED_FOR_MOD for (uint32_t i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i) - mod_license_run_noise(fRunCount, fPortAudioOuts[i], sampleCount, i); + mod_license_run_silence(fRunCount, fPortAudioOuts[i], sampleCount, i); #endif #if DISTRHO_PLUGIN_WANT_TIMEPOS