@Christoph-Hart said in CSS :nth-child() supported???:
Ah sorry, no you can't. The inspector shows all available selectors and the ID isn't one of them.
becc5f70-f620-4558-a4a6-95b8fab42a1d-image.png
(The matrix columns can be addressed through the ID but I thought I've added it here to, but apparently that's not the case).
But yeah if you're almost there, just go with your own dragger. Note that there's a snippet in the example database that also gets you 80% there:
https://docs.hise.audio/tutorials/ui/index.html#drag-modulated-parameter
Yep, been referencing that :)
I've actually got quite a nice dragger right now. The UI is basically done. I just need to setup all the matrix connection stuff. Also I realised this probably gets me a cool benefit - I can add an attribute to my parameter dictionary for scale/unipolar/bipolar, and set the connection to that by default when the connection is created. I couldn't see a way to do that in the floating tile solution, but confess I didn't investigate very hard.
Thanks for the confirmation that I'm not a complete idiot 😁
