Plugin UI - DIfferent dial sizes in .plugin.js descriptions

Hey everyone!

Does anyone know if there’s a way to get different dial sizes in a plugin’s UI? Ideally I’d love to be able to pick between at least two sizes, Medium and Small.

I’ve tried messing with size policies, stretch factors, and min/max dimensions, but no luck so far.

Here’s the weird part: if I don’t include a .plugin.js file, FMOD Studio defaults to a “Medium” dial. But as soon as I define the Dial in the description file myself, it renders as small instead. That makes me think this isn’t a layout/spacing issue, but more like two separate widgets entirely. I just can’t find anything in the docs about how to choose one over the other.

Has anyone run into this or know where this is documented?

Sorry for the delayed response!

Studio has a couple of dial sizes that it uses internally, but all dials created using the plugin API use the small dial size. Unfortunately I don’t have any workaround for this at the moment, but I’ve added it to our feature tracker.