Midi
How can I let a midi repeat. I have one midi number 5 that's during 34 sec I want it to repeat.
I am using this script for the other midi also this one.
void main(void)
{
playmidi("5.mid");
}
Is there a simple line that I can at or something else?
I am using this script for the other midi also this one.
void main(void)
{
playmidi("5.mid");
}
Is there a simple line that I can at or something else?








