01-18-2015, 03:51 AM
Right, sorry, the melody table definition was wrong, it should have been:
That's what happens when I write code off the top of my head, without testing it.
1 2 3 4 5 6 | local Melody = { { delay = 0, pitch = F5}, { delay = 4, pitch = F5}, ... } |
