Convert .midicps to 432hz base

Hi, little topic for the .midicps function, would someone know how to change it to convert keys as A= 432 instead of 440?

I could not find it in AbstractFunction.sc.

Thanks a lot ^^

I ll try to look for it more in dept but incase someone already did it

x.midicps * (432/440) should do it.

(There is no way to retune midicps itself.)

hjh

Thank you James :blush: !