Hi, I use the following patch with a potentiometer at analog input 2 to send bend values to a third party software (Ample sound).
[adc~ 5]
I
I [loadbang]
I I
I [metro 50]
I /
I/
I
[snapshot~]
I
[* -9856.8] <--- brings range values from 0 - 0.831vdc to -8192 - 0
I
[bendout]
It works great but it constantly writes to the console at a rate set by the metro object.
The console message I get is ---> bela: bendout _ port: 0, channel: 0, value: -1759 ...
Could this behaviour have a detrimental effect on the bela operations?
Is there a better way to write to the console only when the signal value changes by let say a differential of 1?