- with left click get nudge turn forward and also reverse. Now it has separate leftclick to forward and rightclick to reverse f.e: <action="deck 1 nudge +-70ms">
- get scratch jogwheel visual rotation. If nudge jogwheel position is changed, also follow the scratch jogwheel position f.e: <slider action="deck 1 scratch +70ms...slider>
- get deck 1 set_cue button selected and down syntax when active f.e: <selected x="+0" y="+0"/>
- get song cover
- get album name f.e: <format="%album">
- instant edit/ title; author; album name f.e: <deck_1 edit_title>; <deck_1 edit_author>; <deck_1 edit_album>
- looplength icon <-> is off when loop 1/2;4;8... is active
- cue 1;2;3 be other colors in songpos
sorry the english!
Cheers!
Inviato Wed 13 Jul 11 @ 2:00 pm
get album name: format="`deck 1 get loaded_song album`"
Inviato Sun 17 Jul 11 @ 6:30 pm
Thanks Ludek!
I try it, but this sintax is not OK:
<textzone deck="1">
<size width="252" height="27"/>
<pos x="614" y="123"/>
<text font="Segoe UI Semibold" size="28" color="#000000" scroll="yes" align="left" format="deck 1 get loaded_song album"/>
</textzone>
other suggestion?
I try it, but this sintax is not OK:
<textzone deck="1">
<size width="252" height="27"/>
<pos x="614" y="123"/>
<text font="Segoe UI Semibold" size="28" color="#000000" scroll="yes" align="left" format="deck 1 get loaded_song album"/>
</textzone>
other suggestion?
Inviato Tue 19 Jul 11 @ 3:10 pm
No
format="deck 1 get loaded_song album" but
format="`deck 1 get loaded_song album`"
(missing `)
format="deck 1 get loaded_song album" but
format="`deck 1 get loaded_song album`"
(missing `)
Inviato Tue 19 Jul 11 @ 4:22 pm
thanks a lot! ;)
Inviato Wed 20 Jul 11 @ 2:55 pm