Entra:     


Forum: VirtualDJ Skins

Topic: VDJ script verb get_loaded_song parameters

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

Is there a list somewhere of the parameters that can be applied to the get_loaded_song verb in VDJ script?
 

Inviato Tue 31 May 16 @ 1:37 am
Its get_loaded_song 'BrowserField' so use the names of the Browser fields you see on the Headers. (Artist, title, Genre, Play Count; etc.
 

Thank you for your help. So there isn't an equivalent to format="%Ppitch" in a <textzone"?
 

For pitch, you won't use the "get_loaded_song" action

For pitch you use <text format="%Ppitch"/>

Full example:
<textzone>
<size width="75" height="25" />
<pos x="205" y="200"/>
<text format="%Ppitch"/>
</textzone>
 

Thank you for your help. I have been using

<text format="%Ppitch%%"/>

but I wanted to display only the integer part. I thought if I could use an action instead of a format then I could use param_cast 'integer'

(I had already successfully used action="get_bpm & param_cast 'integer'")

and I have now found the verb get_pitch which actually returns an integer (unlike get_bpm). So my next question is: is there a way to add the"%" character to the text displayed? (Apologies for asking the wrong question in the first place but the answer was nevertheless useful).

(Incidentally, get_pitch does not appear in the "get" part of the verb list, only in the "pitch" part).
 

action="get_text '`get_pitch` %'"

(Copy paste the text)
 

Excellent. Thank you for your help.
 



(Vecchi argomenti e forum sono automaticamente chiusi)