How do I convert a blue signal to yellow?


#1

Hey smile

I am trying to make an lfo retrigger a sequencer and for that I need to convert a blue signal into a yellow signal. It doesnt work putting the lfo directly into the restart input like on the picture. How would I go about converting blue to yellow?

Thanks smile


#2

use lfo/square instead?


#3

If you use a math/<c object (comparison), you can set a threshold that the input is compared to.


#4

this patch makes no sense..what are u trying to accomplish?


#5

The patch is just an example. I wanted to use The output of a table to trigger a sequencer. That is why i need to convert blue to yellow.

Rvense. Will try that. Thanks 😄


#6

If you connect a blue ("cv") signal to a yellow ("trigger/gate") input, it will evaluate to true if the signal is greater than zero, false otherwise.

This is different than in C/C++ (where anything except zero will convert to true), but I think this is the expected behavior in a modular environment.