So I've been using the sketch template. With it comes abcmusic, which uses a simple notation for generating some tunes.
I can't seem to get it to work though... I got something as follows
int intro(void)
{
tgi_install(&lynxtgi);
tgi_init();
CLI();
silence();
abcmusic(1,":A2GEcde>dcABGAGE/F/GA2GEcde>dcABGA3z::eae>deae>dcdefgf/g/ageae>deae>dcABGA3z:"); // channel and tune
while(1) {
/* some other stuff here*/
abc_update();
}
}
Apart from me not being able to make it work, I assume I cannot get those crazy cool sound effects that I heard from other tools with abcmusic?
Edited by Ninjabba, Wed Oct 19, 2011 2:15 PM.














