Wednesday, April 25, 2012

So it almost works...

After a couple more sessions in the lab, we have both input and output working. We need to work on the timing a bit, but the chord progression works pretty well. Watch Nick play a simple tune and Robouke's attempt to copy it in the video:


1 comment:

  1. Ohhh I just realized why it did that rapid strumming at the end. It's because we didn't fill up our array, so it kept strumming every 100 ms (as per our wait(.1) function) since the rest of the array fed 0's for the timing. We'll fix that tomorrow.

    ReplyDelete