Hi
Questions about pitch control in modal objects and the related parameters pitch and stiffness.
THe modalys doc specifies :
A bi-two-mass can be tuned to a specific pitch [in each of its two vibrational directions], using the (set-pitch ...) function, by adjusting one of the following physical parameters:'stiffness0
'stiffness1
'small-mass0
'small-mass1
'large-mass0
'large-mass1
For example:(setq my-mass (make-object 'bi-two-mass))
(set-pitch my-mass 'stiffness0 220)
In Mlys, a specific message containing the @pitch attribute is supposed to control the pitch. In the inspector : the mass parameter is the pitch-parameter. How can we change this parameter via the message box? How can we check that the mass or the stiffness has been modified by the pitch?
Thanks!