Hello everyone!
I am trying to design a simple LFO in PD with my Daisy Seed but I am having some trouble:
As far as I have understood from the component description in the Pd2dsy GitHub page the CVouts accepts floating point values in the 0-1 range.
Here’s what I am trying to do, I left the number boxes in the picture on purpose but erased them before compiling:
The left part of the patch (output cvout1, pin D23) works fine, I get a 0-3.3V ramp on my scope, but I get no output on cvout2 (pin D22).
I thought it could be the [snapshot~] object that outputs a float that’s too big, so i tried “smoothing out” the value with the modulo object on the right but nothing changed.
Am i missing something?
I already tried to switch the outputs and there’s no issue with pin D22, currently I am using the Patch JSON file.
It seems that I can get a 0-3.3V output only if I send a float from a [line] object to the [s cvout1 @hv_param] one.
Any help would be really appreciated, thank you in advance!