Browse Source

minor changes

pull/2/merge
ninodewit 9 years ago
parent
commit
fbc831c073
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/pitchotto/DistrhoPluginInfo.h

+ 1
- 1
plugins/pitchotto/DistrhoPluginInfo.h View File

@@ -29,7 +29,7 @@
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:PitchPlugin" #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:PitchPlugin"


#define DISTRHO_PLUGIN_DESCRIPTION "Pitchotto is a pitch-shifter based on the \"Pitch-Shift\"-genpatch in Max, where Phase-shifting is used to achieve different intervals.\n\ #define DISTRHO_PLUGIN_DESCRIPTION "Pitchotto is a pitch-shifter based on the \"Pitch-Shift\"-genpatch in Max, where Phase-shifting is used to achieve different intervals.\n\
There are two shifted signals available, both with variable window-sizes for arpeggio-like sounds."
There are two shifted signals available, both with variable delay-lengths for arpeggio-like sounds."
#define DISTRHO_PLUGIN_VERSION d_cconst('D', 'M', 'p', 'c') #define DISTRHO_PLUGIN_VERSION d_cconst('D', 'M', 'p', 'c')


#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

Loading…
Cancel
Save