DPF

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

commit 8ce56f345fa7c2b68014e5781e584d431c72eff7
parent 86a621bfd86922a49ce593fec2a618a1e0cc6ef3
Author: falkTX <falktx@falktx.com>
Date:   Wed, 15 Sep 2021 01:08:34 +0100

Typos

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

Diffstat:
Mdistrho/DistrhoPluginUtils.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrho/DistrhoPluginUtils.hpp b/distrho/DistrhoPluginUtils.hpp @@ -44,7 +44,7 @@ START_NAMESPACE_DISTRHO Some important notes when using this class: 1. MidiEvent::frame retains its original value, but it is useless, do not use it. - 2. The class variables names are be the same as the default ones in the run function. + 2. The class variable names are the same as the default ones in the run function. Keep that in mind and try to avoid typos. :) */ class AudioMidiSyncHelper {