I am really trying to get set up to have puredata as a DSP effect unit. I ran some tests using this:
guitar---> boss gt-10 input
gt-10's usb digital in/out---->computer,
and then within PD, I had a simple chain going:
[ADC]--->
[clip~]--->
[cos~]--->
[DAC] .....( i think those are the right names for the cells, just basic waveshaping)
the [cos~] block on its own sounds incredible on guitar. I really want to have it except there was about 200ms latency which made it impossible to really use... I even downgraded the sample rate to 11025 and I couldn't close enough to make it usable. Is it just not possible to do USB signal processing without latency?