Quote:
|
char *Slap N Spank Echo_name="SlapNSpankEcho";
|
The above determines the name used in the DSP. Change the text in the quotes to how you want it to appear.
If you look back at the text you quoted, you will see that it says to rename everything (that does not appear in quotes) to use the C++ name (which must use C++ naming conventions (no spaces, etc)).
i.e.
char *SlapNSpankEcho_name="Slap N Spank Echo";