summaryrefslogtreecommitdiff
path: root/examples/MidiThrough/MidiThroughExamplePlugin.cpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-30 01:24:50 +0200
committerfalkTX <falktx@gmail.com>2018-09-30 01:24:50 +0200
commita7f781a4c5ae6585a89982eea7bc2f5e30298ef3 (patch)
tree5c559cea7be4ea37628d1fff9a7af7a97482a805 /examples/MidiThrough/MidiThroughExamplePlugin.cpp
parent72279b8e7c8d1a80132e42bcbc9761c3c8911190 (diff)
parent87df8f00671e1f5bc717f9b2be26ba76f190ae72 (diff)
Merge branch 'master' into pugl-update
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";
}
/**