XYDragComponent in a non-audio application

Hi again. We’re trying to implement something similar to the EQ curve control in your EqualizerExample in a non-audio application, so outside of an audio processor context. Is this possible? It seems the XYDragComponent requires an audio processor parameter to function. I suppose I could create a dummy AudioProcessor, but would rather not go down that road. Thanks for any help.

That is an interesting FR. It makes perfectly sense to have a unified connection for parameters and non-host parameters.

I agree, creating a fake processor doesn’t sound right.

The plot thickens, and I might have to bite the bullet and write my own parameter system. That could have more advantages on top of it. But it is certainly not a near term goal.

I don’t want to speculate right now, so I don’t give you a false hope.