Oh, was just going off the argument order for QT.S and QT.CS that was posted above. If they’re now the same as N.S and N.CS, then great!
I guess the wider point that I was getting at is that we have essentially one broad use-case - putting stuff into a musical scale. We then have two slightly different paradigms to get there. You have the binary specification of scales like QT.B or you have the lookup table approach of N.S etc. The binary method seems strictly superior to me, apart from some extra knowledge burden. In the long run, it feels a bit confusing to have these two parallel methods, but maybe that’s just me.
About the N vs CV question - conceptually I feel like it makes more sense to work on N values. The ops fundamentally are working in the semitone domain, and you might want to do further manipulations in that domain before you convert to a CV value for output. I agree that the inconsistency with QT is unfortunate, but that is a general purpose quantizer rather than specifically a musical one, so IMO it’s not such a terrible thing.