Se connecter
Se connecter

ou
Créer un compte

ou
FR
EN

RADIO Audiofanzine : LA MUSIQUE NON STOP !

  • 3 437 réponses
  • 116 participants
  • 53 132 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
251

Citation : Le truc un peu triste c'est qu'on ecoutera pas la meme chose en meme temps

faut un serveur de streaming pour ca et ca coute!
252
Vi je suis bien d'accord mais bon

on peut tjrs réver :fete:

253

Citation : faudrait faire attention a la compatibilite mono et essayer de programmer un compresseur multibande avant diffusion, t'es op, pidjy?



Houlaaaaa! ben deja si je reussi a vous programmer un equaliseur on-line faudra etre content hein!
254

Hors sujet : tiens au fait tu en est ou? :bave:


255

Citation : Houlaaaaa! ben deja si je reussi a vous programmer un equaliseur on-line faudra etre content hein!

pffffff!! :oops2: comment veux-tu qu'on travaille avec une équipe pareille! :diable:

:mrg:
256

Citation : tiens au fait tu en est ou?



:nawak: :nawak: :nawak: PTain de fonctions en XML! codes de chiottes! :nawak: :nawak: :nawak:







Ca repond a ta question?
257
Donc, si j'ai bien compris, il faut envoyer un lien à Dom ou Pidjy pour faire partie de la play lis ou il faut VRAIMENT coucher?
258
Pidjy, je parlais de farewell :mrg:

259
Ah, Pidjy nous code un firewall en XML ? :?!:
260
:up:

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:
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!
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:
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: ?
271
:up:
franchement, je pars pas longtemps et... une web radio pour les adhérents d'audiofanzine se met en place!!! :oo:

ce soir,je vais voir des potes en répète. demain je reviens, y'aura quoi?

un putain de gros festival? une web télé avec interviews et tout? de l'alcool à volonté?
:fou:

un referundum pour la prise de pouvoir d'AF sur nos dirigeants? ça le ferait?
apparemment, ça bouge plus qu'au sénat...
:bravo2:
Ptilutin
272
Yeah

273
Pour les locaux je pensais à 400 M2 dans le 8ème arrondissement.
C'est plus pratique pour moi.
274
Dans 20 ans on parlera de nous en évoquant la révolution industrielle musicale... :mrg:
275
Je me souviens.
C'était en 2004.
A l'époque on avait pas encore été racheté par la Edd corporation.
On avait les mains libres.