This is a stupid countdown timer I made while farting around in #nullsoft. It's nothing spectacular, just a basic example of how to use those new wa5 functions. I plan on adding it to every preset in my directory at the karaoke bar (so people know how long the current song will be)
Does anyone know if I can grab the next title in the playlist?
--toq
Countdown timer.
5 posts
Yay im replying to my own thread..
I'm racking my brain trying to figure this one out..
How would I convert 180 seconds to minutes:seconds ? At first I thought it was just divide by 60, but it's more than that.
Anyone that can answer this in the next few hours is my hero, maybe i'll nsv you a karaoke request.
I'm racking my brain trying to figure this one out..
How would I convert 180 seconds to minutes:seconds ? At first I thought it was just divide by 60, but it's more than that.
Anyone that can answer this in the next few hours is my hero, maybe i'll nsv you a karaoke request.
Safti from #nullsoft you're my hero for showing me the floor!
Props to liquid to for playin with it too.
Props to liquid to for playin with it too.
numsec contains the number of secons till that moment.
seconds=numsec%60;
minutes=(numsec-seconds)/60;
seconds=numsec%60;
minutes=(numsec-seconds)/60;
I can see all kinds of neat things from this..
Avs of a thermotmeter.
Avs of a growing tree.
Avs of a progress bar.
Avs of a thermotmeter.
Avs of a growing tree.
Avs of a progress bar.