dadrumbo wrote:How can I access knob and vertical slider from the sdk? When is the time for an updated sdk (at least header)?
+1
dadrumbo wrote:How can I access knob and vertical slider from the sdk? When is the time for an updated sdk (at least header)?
AU is trivial to create an effect, but seems to bog you down with extraneous stuff when trying to create parameters and UI stuff. How does the Bidule programming process compare?
seb@plogue wrote:AU is trivial to create an effect, but seems to bog you down with extraneous stuff when trying to create parameters and UI stuff. How does the Bidule programming process compare?
There is nothing in the SDK about UI, the UI for your plugin is built from the list of parameters your plugin has.
Parameters are defined in by a simple struct, the plugin class has a method for parameter value changes notification,
there are methods to query the current parameter value, set the value and notify Bidule, enable/disable the parameter
for the UI and notify Bidule that the min and max of a parameter have changed.
Users browsing this forum: No registered users and 0 guests