uXe wrote:Looks like the code is referencing Channel 1 as 0 and Channel 2 as 1, so I'm suspecting the problem may be that the Teensy libraries have been updated at some point to refer to Channel 1 as 1, and Channel 2 as 2 - editing the code to reflect this may solve it?
Oh gosh, so I went through the code and incremented the channel value by 1 every time I saw the word channel referencing something. I've got it to play samples on channel 2, but nothing else. Channel 1 acts the same but no samples, which I think is correct, just missing non-samples on channel 2.
Is there a way I could use an older teensy library and just use the original code, or should I have somebody who knows what they're doing just try to update the code?
Last edited by Fudgers (Apr 17, 2014 7:31 pm)