Help "taming" external gate/clock signal?

Using Audulus with an ES-8. I love it!
Unfortunately I am running into a problem with a signal coming from my Animodule TikTok clock div/mult.
With my outboard modules, I can use the longer division signals as Gates, but when I throw one into Audulus (via ES-8) I get double triggering – one at the start of the gate, one at the end.
Here is an image to illustrate the issue:


This is the gate waveform straight from TikTok into ES-8 & Audulus via ADC node.

I get retriggering on Envelope modules and they usually won’t hold the gate high.

Again, this is not an issue with my external hardware modules – they accept this wave as a Gate.

So how can I “tame” this signal to act like a normal Gate inside Audulus?

1 Like

You run the signal through a “x>.01” expression node like so

clock%20clean%20up

1 Like

I tried this expression and it definitely helped, but I am still getting spikes:

1 Like

Attach a knob to an expression node with x>(knob*0.1) and use the knob to tune it until that doesnt happen anymore. Basically you’re still “ringing” past that threshold and it needs to be increased.

1 Like

The threshold knob seems to have worked.
Thank you so much!
Making it into a submodule now :slightly_smiling_face:

2 Likes

That’s a good practice :ok_hand:

1 Like