I use FoxDot in Ubuntu, with jack as my sound server. I have a program which, given an audio input, process it applying some effects like autotuning. I would like to apply it over my FoxDot loops, so given this code:
I would like to send the audio generated by the pluck and bass directly to my speakers but for v1 I would like to send it first to the postprocessing program, so it applies the autotuning, and only then send it to my speakers.
I can’t think of a way to do this in FoxDot as it is. I guess what you would need is something similar to Tidal’s Orbits, which separates each “line” of code e.g. d1 into different outputs but I’m not sure how they are routed to other applications, though it does seems like it is possible from the description