bcaramiaux / Gestural-Sound-Toolkit

Gestural Sound Toolkit in Max/MSP for easy and fast Gesture-to-Sound scenario prototyping
49 stars 11 forks source link

Energy too low for the Leap Motion #1

Closed cerkut closed 9 years ago

cerkut commented 9 years ago

Thanks for the great toolbox. I am not sure if the GST is calibrated to wax, Leap Motion results in too low Energy values. A simple solution is to multiply the Energy output value with [* 25.] but there is clipping in the Energy block and we'll loose resolution like this. How do you work with Leap Motion?

bcaramiaux commented 9 years ago

Thanks @cerkut for trying it out! It seems that your problem is due to the object [clip 0. 1.] in the patch computing the energy as the leap motion outputs values much higher than 1. I pushed a version bypassing the [clip] object. Let me know if you still have an issue with it.

cerkut commented 9 years ago

Thanks, Leap Motion Energy works beautifully now :-) I can detect Kick and trigger samples. Closing the issue, proceeding to GVF trials.