Hi Robert !
Congratulations with the new version finally cracking the issue of getting explicit controll over accesses. It is really fantastic!
I have verified the “feedback-loop” patch and have a few comments:
-
there is no need for the arithmetic controller, it can be left out entirely still creating the force-feedback!
-
values for “Amplitude@value” and “Pressure@value” were swapped. Getting them right also results in a sound closer to the original (in LISP).
However I note that it’s the relation between amplitude and pressure which is determinant (as they both gets intermingled in the feedback). Either amplitude is large and pressure small or vice versa. Too big values blow up Modalys. -
is there a getinfo(“access-position” …)? With all of access-force, access-speed and access-position available for getinfo(…) you can get to know absolutely anything about access you want. Access-possition might be useful in similar feedback scenarios or for displaying how an object behaves when excited.
I have included a slighty simplified and corrected version of the feedback-loop patch that still creates delightfully weird sounds.
All the best Hans Peter
feedback_loop-v3.maxpat (27.5 KB)