The Dink Network

Reply to Re: Dink Smallwood v1.08 Aural+

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 25th 2010, 02:08 PM
dinkdead.gif
There is a bit of a bug with it though... IIRC it's only an issue in normal v1.08, not Aural+ or FreeDink.

If loopmidi is on and you use stopmidi(), it acts more like restartmidi
The music only stops for a second or two and then restarts. To avoid this you need turn looping off temporarily.

loopmidi(0);
stopmidi();

//later...
loopmidi(1);
playmidi("...");