summaryrefslogtreecommitdiff
path: root/examples/States/ExamplePluginStates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/States/ExamplePluginStates.cpp')
-rw-r--r--examples/States/ExamplePluginStates.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/States/ExamplePluginStates.cpp b/examples/States/ExamplePluginStates.cpp
index 3e5a0196..b9f9ee57 100644
--- a/examples/States/ExamplePluginStates.cpp
+++ b/examples/States/ExamplePluginStates.cpp
@@ -72,7 +72,7 @@ The plugin will be treated as an effect, but it will not change the host audio."
*/
const char* getHomePage() const override
{
- return "https://github.com/DISTRHO/plugin-examples";
+ return "https://github.com/DISTRHO/DPF";
}
/**
@@ -277,7 +277,7 @@ The plugin will be treated as an effect, but it will not change the host audio."
void run(const float** inputs, float** outputs, uint32_t frames) override
{
/**
- This plugin does nothing, it just demonstrates parameter usage.
+ This plugin does nothing, it just demonstrates state usage.
So here we directly copy inputs over outputs, leaving the audio untouched.
We need to be careful in case the host re-uses the same buffer for both ins and outs.
*/