Adding multiple waveforms to the jit.graph object

Trigger's icon

Hey there cycling74-ers!

I have a question regarding the jit.graph object, how do I get multiple waveforms to show up? I'm probably missing something basic as i'm new to jitter but it's bugging me and I can't seem to find a solution...

My aim is to have 3 waveforms in one jit.graph; 1 displaying low frequency information, 1 displaying mid frequency information, and 1 (you guessed it) displaying high frequency information. In the patch below I have linked a audio player to 3 biquad~ objects, through a couple of jitter objects each leading to a jit.graph object. I manage to get 1 waveform showing but nothing from the others.

If anybody can help I would be very grateful :)

Thanks

Max Patch
Copy patch and select New From Clipboard in Max.

Lucas

Pedro Santos's icon

Only the first jit.catch is being triggered by the [t b b erase], so there's no information for the other jit.gl.graph's to draw. You just have to trigger all of them.

Trigger's icon

ah ok, cheers man :)