summaryrefslogtreecommitdiff
path: root/examples/MidiThrough/MidiThroughExamplePlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/MidiThrough/MidiThroughExamplePlugin.cpp')
-rw-r--r--examples/MidiThrough/MidiThroughExamplePlugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/MidiThrough/MidiThroughExamplePlugin.cpp b/examples/MidiThrough/MidiThroughExamplePlugin.cpp
index 7f7d372f..d5d9e102 100644
--- a/examples/MidiThrough/MidiThroughExamplePlugin.cpp
+++ b/examples/MidiThrough/MidiThroughExamplePlugin.cpp
@@ -21,7 +21,7 @@ START_NAMESPACE_DISTRHO
// -----------------------------------------------------------------------------------------------------------
/**
- Plugin that demonstrates the latency API in DPF.
+ Plugin that demonstrates MIDI output in DPF.
*/
class MidiThroughExamplePlugin : public Plugin
{
@@ -47,7 +47,7 @@ protected:
*/
const char* getDescription() const override
{
- return "Plugin that demonstrates the latency API in DPF.";
+ return "Plugin that demonstrates MIDI output in DPF.";
}
/**
@@ -63,7 +63,7 @@ protected:
*/
const char* getHomePage() const override
{
- return "https://github.com/DISTRHO/plugin-examples";
+ return "https://github.com/DISTRHO/DPF";
}
/**