Se connecter
Se connecter

ou
Créer un compte

ou

Sujet RADIO Audiofanzine : LA MUSIQUE NON STOP !

  • 3 437 réponses
  • 116 participants
  • 40 662 vues
  • 1 follower
Sujet de la discussion RADIO Audiofanzine : LA MUSIQUE NON STOP !
ENJOY THE MUSIC OF FABULOUS AF !


http://www.wraaaf.fr.st/




:bravo:


J'ai pas mis tout le monde. Excusez moi !
J'ai fait à la volée. Pas de jalousie :clin:
Afficher le sujet de la discussion
261
:nawak: :nawak: :nawak: :nawak:
var tracklist = new Array ();
var mp3List = new XML ();
mp3List.ignoreWhite = true;
mp3List.onLoad = createPlayList;
mp3List.load ("playlist.xml");
function createPlayList (success)
{
Êif (!success)
Ê{
Ê Êreturn;
Ê}
Êvar topLevel = null;
Êfor (i = 0; i <= this.childNodes.length; i++)
Ê{
Ê Êif (this.childNodes[i].nodeValue == null &&
Ê Ê Ê Êthis.childNodes[i].nodeName == "playlist")
Ê Ê{
Ê Ê ÊtopLevel = this.childNodes[i];
Ê Ê Êbreak;
Ê Ê}
Ê}
Êif (topLevel != null)
Ê{
Ê Êfor (i = 0; i <= topLevel.childNodes.length; i++)
Ê Ê{
Ê Ê Êif (topLevel.childNodes[i].nodeName == "mp3file")
Ê Ê Ê{
Ê Ê Ê Êvar track =
Ê Ê Ê Ê Ê ÊtopLevel.childNodes[i].attributes["track"];
Ê Ê Ê Ê_root.tracklist.push (track);
Ê Ê Ê}
Ê Ê}
Ê}
}
function randomBetween (a, b)
{
Êreturn Math.min (a, b) + random (Math.abs (a - b) + 1);
}
function playTrack ()
{
Êvar track = _root.track;
Êif (track.getBytesLoaded () == track.getBytesTotal () &&
Ê Ê Êtrack.duration > 0)
Ê{
Ê ÊclearInterval (_root.checkLoaded);
Ê ÊtrackID3Info.text = "";
Ê ÊtrackID3Info.text += "Title: " + track.id3.songname +
Ê Ê Ê Ênewline;
Ê ÊtrackID3Info.text += "Artist: " + track.id3.artist +
Ê Ê Ê Ênewline;
Ê ÊtrackID3Info.text += "Album: " + track.id3.album +
Ê Ê Ê Ênewline;
Ê ÊtrackID3Info.text += "Year: " + track.id3.year + newline;
Ê ÊtrackID3Info.text += "Comments: " + track.id3.comment +
Ê Ê Ê Ênewline;
Ê}
}
randomplayer.onPress = function ()
{
ÊstopAllSounds ();
Êvar trackNo = randomBetween (0, _root.tracklist.length - 1);
Ê_root.track = new Sound ();
Ê_root.track.loadSound (_root.tracklist[trackNo], true);
Ê_root.checkLoaded = setInterval (playTrack, 500);
} :nawak: :nawak: :nawak: :nawak: :nawak: :nawak: :nawak:


doOOOooooom! :pleure: ... pour l'acces alleatoir on va attendre un tit peu hein!
Par contre j'ai bidouille un EQ.. mais je me suis plante dans les variables.. ca gere la balance gauche-droite! :ptdr: :ptdr: :ptdr: :ptdr: :ptdr:

If you want to touch the sky, fuck a duck and try to fly

Mes remixes
Mon Facebook ma Life
SynTesla - Most Amazing Instrument

262
Hé bé mon Pilou, ça mérite une bonne :boire2: tout ça :bravo:

----------------------------

Passage en mode Multi

 

http://soundcloud.com/multiform_bdx

263
nan pas de repos tant que j'ai pas resolu ce soucis d'integration d'array random acces a ma playlist!!!! :nawak:

Nitifidiouuuuuuuuuu!

If you want to touch the sky, fuck a duck and try to fly

Mes remixes
Mon Facebook ma Life
SynTesla - Most Amazing Instrument

264
Pidjy > mode aléatoire sinon pas Shrek ce soir :non:.
:mdr:
265

Citation : nan pas de repos tant que j'ai pas resolu ce soucis d'integration d'array random acces a ma playlist!!!!


Après FaisPasTonGabou : FaisPasTonPidjy ! :mdr:
266
Détends-toi Pilou

----------------------------

Passage en mode Multi

 

http://soundcloud.com/multiform_bdx

267
Facile pourtant...t'avais fait une coquille :

Citation : ÊstopAllSounds ();
Êvar trackNo = randomInverse(0, _root.tracklist.length - 1);
Ê_root.track = new Sound ();
Ê_root.track.loadSound (_root.tracklist[trackNo], true);

268

Citation : FaisPasTonPidjy

facil de se moquer!!! :oops2: chuis pas un GEEK moua!...

Parcontre dom.. j'ai fais l'acces playlist! :mrg:

If you want to touch the sky, fuck a duck and try to fly

Mes remixes
Mon Facebook ma Life
SynTesla - Most Amazing Instrument

269
Ca avance bien on dirait...


Enfin ça bouge quoi.

Raphaël Raymond, Compositeur, Arrangeur, Guitariste : http://www.raphaelraymond.fr 

270
C'est quoi déjà l'accès playlist :mrg: ?