ui.rolloverPar returns none for Tuplets

Would be awesome if instead of returning None when hovering over a Tuplet and calling ui.rolloverPar, it returned a list of the associated pars. I’ve made a few global hotkey scripts that call ui.rolloverPar, and they all behave as I’d like when working with Pars directly, but it would be great if I could get some more data when that value is a tuplet. Thanks!

1 Like

Bump to test whether a par is a part of a tuplet, and if so, access a list of parameters associated with that tuplet. If there’s already some clever way to do this I’d be very interested in hearing about it, ideally without requiring TDJSON in the mix