Hi,
I am new to OC, coming from CC and I want to make my music player in OC...
The issue I had with CC was that it was not possible to play multiple notes at the same time, but this was fixed with the information here:
http://www.computercraft.info/forums2/index.php?/topic/18995-openperipherals-play-2-or-more-noteblocks-at-the-same-time/
Now the 2 solutions available for CC don't seem to be available in CC so I tried around a bit with events... Didn't work as intended and even got a crashing computer out of it...
Here's my code:
local component = require("component")
local cou