I'm using the midi/out/ccthin object to output LFO k-rate to my OP1 synth as an auxiliary LFO. The only issue is that it is fairly "steppy" sounding, even using a sine wave. I'm guessing this is maybe to do with the thinning process?
If so, it would be easy to use the midi/out/cc object, however this requires a trig input, and I can't work out how to allow it to freely stream the k-rate without re-triggering my keyboard. Using a toggle didn't work either. Is there a way to completely remove the trig part of the object so it just constantly sends un-thinned MIDI cc without a trigger? I tried altering the code within Text Editor but it did not compile - probably because I'm a complete numpty when it comes to code...! Will removing the thinning possibly cause MIDI message overflow?