Quote:
|
Originally Posted by raiden0899
Is there a way to check what midi is currently being played?
|
You could try setting a string to what the name of the midi is.
Example:
playmidi whatever.mid;
setstring client.midi,whatever;
Then set something like:
showtext index,x,y,font,style,Now playing: #s(client.midi);
I hope you know what I'm talking about.