![]() |
New sound function
Function to get the length of a sound / music file in the memory.
E.g. Like imgwidth.. soundlength(soundfile) play stef23.mid; this.length=soundlength(stef23.mid); Also a function to find the current position of the file. currentsoundpos(stef23.mid); or you could use indexes instead of the filename, but it would mean changing the play function to be more like showimg play 56,stef23.mid; if (currentsoundpos(56)>soundlength(56)-2000) { fadeout(); } function fadeout() { for (i=1;i<-0.05;i-=0.05) { setmusicvolume i,i; } } the currentsoundpos return value would be in milliseconds, so would the sound length. hence the "-2000" part in my script, because 2000 milliseconds is 2 seconds :D |
Nice, but what would you need it for?
|
Uhhhhh... maybe playlists on music things..?
Crossfaders |
That would be really cool. Alot better than putting the actual values for certain songs yourself, limiting the number of songs that would actually work.
|
<3
|
I suppose this idea would be nice if you wanted to create a music player with a GUI.
|
Lol, is this the only future improvements thread that hasnt been flamed or what? ;)
|
Ok will add that for music that is currently played
(musicpos, musiclen) |
<3
|
| All times are GMT +2. The time now is 12:23 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.