On 23/04/2015 at 00:51, xxxxxxxx wrote:
Hello,
I assume that the parameter 10002 does not yet exist and you want to create it from scratch.
You are creating the parameter but crucial elements are missing.
- The third argument of SetParameter() is the ID of the group that hosts that parameter. You don't define a group. You could use a group you define in your description resource file or a standard group of your plugin type.
- Also, you don't define a name for your parameter (DESC_NAME).
- And finally you don't say that you want to display your parameter as a slider. You can define to use a custom GUI to display you parameter (DESC_CUSTOMGUI).
You find a good example in the Morph Mixer plugin.
Best wishes,
Sebastia