est-il possible d'afiche en mode automix la ou est rendu le loading de la chason qui suit
car je sais que apres un automi, la chanson ce charge et qu'en ce temps, il est prferable de ne pas charger une autre chanson dans l'autre dec.
je sais qu'il est possible d'affiche le visuel du mix en cours
ex:
que j'ai ajoute a la skin v-mix 5.3
<visual panel="19" source="automixfader" type="linear" orientation="horizontal" direction="right">
<pos x="605" y="137"/>
<size width="71" height="16"/>
<up x="522" y="2169"/>
<down x="522" y="2203"/>
</visual>
si oui, j'aimerais le avoir, ou s'il est possible de le creer dans une future version.
merci a+
car je sais que apres un automi, la chanson ce charge et qu'en ce temps, il est prferable de ne pas charger une autre chanson dans l'autre dec.
je sais qu'il est possible d'affiche le visuel du mix en cours
ex:
que j'ai ajoute a la skin v-mix 5.3
<visual panel="19" source="automixfader" type="linear" orientation="horizontal" direction="right">
<pos x="605" y="137"/>
<size width="71" height="16"/>
<up x="522" y="2169"/>
<down x="522" y="2203"/>
</visual>
si oui, j'aimerais le avoir, ou s'il est possible de le creer dans une future version.
merci a+
Inviato Sat 05 Jan 08 @ 11:30 am
Je ne pourrais pas t'aider mais j'ai une question : Pourquoi tiens-tu au visuel de l'automix ?
Inviato Sat 05 Jan 08 @ 12:31 pm
Non ca n'existe pas...
Inviato Sat 05 Jan 08 @ 3:48 pm
Si cela existe et c'est:
<textzone>
<size width="140" height="17" />
<pos x="90" y="2"/>
<text font="Arial Unicode MS" size="14" color="#FFFFFF" format="%status" scroll="yes"/>
</textzone>
<textzone>
<size width="140" height="17" />
<pos x="90" y="2"/>
<text font="Arial Unicode MS" size="14" color="#FFFFFF" format="%status" scroll="yes"/>
</textzone>
Inviato Sat 05 Jan 08 @ 4:02 pm
merci djcel, je voudrais avoir s'il n'y aurait pas moyen de le metre en % ou en fader (comme l'exemple de l'aumix plus haut)
et pour repondre a la question
je developpe et modifie beaucoup de skin pour d'autres user. j'aime bien avoir touts les trucs qui existe.
et dit moi dj cel :qu'est ce qui fait que ca marque "lauding automix"?? et
y a t-i moyen de d'avoir la liste de tous les fonctins qui existe pour la creation de skin??
merci a l'avance de ta reponce.
et pour repondre a la question
je developpe et modifie beaucoup de skin pour d'autres user. j'aime bien avoir touts les trucs qui existe.
et dit moi dj cel :qu'est ce qui fait que ca marque "lauding automix"?? et
y a t-i moyen de d'avoir la liste de tous les fonctins qui existe pour la creation de skin??
merci a l'avance de ta reponce.
Inviato Sat 05 Jan 08 @ 7:58 pm
Inviato Sun 06 Jan 08 @ 5:45 am
merci kevindu35 mais cette liste n'est pas complete
genre le "format" que djcel m'a donne n'apparait pas : "%status"
The format is a string that describes how the text will be displayed.
It can contain a few embedded commands:
\ : print a single character
n : print a line feed
r : print a carriage return
t : print a tab character
xx : print the ascii character xx
%% : print a single % character
%yy : goto to the yy line
%xx,yy : goto to the xx,yy position
%title : print the song's title
%author : print the song's author
%fullhour : display the time in a hh:mm:ss format
%hour : display the time in a hh:mm format
%counter : display a counter
%pitch : print the pitch value
%time : print the length of the song (can use modifiers - see below)
%spent : print the spent time of the song (can use modifiers)
%left : print the left time of the song (can use modifiers)
%cueX : print the time position of the Xth cue point (can use modifiers)
%tocueX : print the time to the Xth cue point (can use modifiers)
%fromcueX : print the time elapsed from the Xth cue point (can use modifiers)
%start : print the time position of the first beat (can use modifiers)
%end : print the time position of the last beat (can use modifiers)
%tostart : print the time to the first beat (can use modifiers)
%toend : print the time to the last beat (can use modifiers)
%fromstart : print the time elapsed from the first beat (can use modifiers)
%fromend : print the time elapsed from the last beat (can use modifiers)
%bpm : print the bpm of the song (can use modifiers)
%level : print the song's level in dB (can use modifiers)
%comment : print the song's comment if any
a+
genre le "format" que djcel m'a donne n'apparait pas : "%status"
The format is a string that describes how the text will be displayed.
It can contain a few embedded commands:
\ : print a single character
n : print a line feed
r : print a carriage return
t : print a tab character
xx : print the ascii character xx
%% : print a single % character
%yy : goto to the yy line
%xx,yy : goto to the xx,yy position
%title : print the song's title
%author : print the song's author
%fullhour : display the time in a hh:mm:ss format
%hour : display the time in a hh:mm format
%counter : display a counter
%pitch : print the pitch value
%time : print the length of the song (can use modifiers - see below)
%spent : print the spent time of the song (can use modifiers)
%left : print the left time of the song (can use modifiers)
%cueX : print the time position of the Xth cue point (can use modifiers)
%tocueX : print the time to the Xth cue point (can use modifiers)
%fromcueX : print the time elapsed from the Xth cue point (can use modifiers)
%start : print the time position of the first beat (can use modifiers)
%end : print the time position of the last beat (can use modifiers)
%tostart : print the time to the first beat (can use modifiers)
%toend : print the time to the last beat (can use modifiers)
%fromstart : print the time elapsed from the first beat (can use modifiers)
%fromend : print the time elapsed from the last beat (can use modifiers)
%bpm : print the bpm of the song (can use modifiers)
%level : print the song's level in dB (can use modifiers)
%comment : print the song's comment if any
a+
Inviato Sun 06 Jan 08 @ 11:19 am