View Single Post
  #2  
Old 07-26-2005, 09:27 PM
Bl0nkt Bl0nkt is offline
Era Developer
Bl0nkt's Avatar
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
Bl0nkt will become famous soon enough
Send a message via AIM to Bl0nkt
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.
Reply With Quote