|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* DISTRHO Plugin Framework (DPF) |
|
|
|
* Copyright (C) 2012-2018 Filipe Coelho <falktx@falktx.com> |
|
|
|
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com> |
|
|
|
* |
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any purpose with |
|
|
|
* or without fee is hereby granted, provided that the above copyright notice and this |
|
|
|
@@ -17,9 +17,10 @@ |
|
|
|
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED |
|
|
|
#define DISTRHO_PLUGIN_INFO_H_INCLUDED |
|
|
|
|
|
|
|
#define DISTRHO_PLUGIN_BRAND "DISTRHO" |
|
|
|
#define DISTRHO_PLUGIN_NAME "MidiThrough" |
|
|
|
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/examples/MidiThrough" |
|
|
|
#define DISTRHO_PLUGIN_BRAND "DISTRHO" |
|
|
|
#define DISTRHO_PLUGIN_NAME "MidiThrough" |
|
|
|
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/examples/MidiThrough" |
|
|
|
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.examples.midi-through" |
|
|
|
|
|
|
|
#define DISTRHO_PLUGIN_HAS_UI 0 |
|
|
|
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 |
|
|
|
|