Hi, I'm new to VDJ and an amateur in coding, so I gave it go to alter the pro skin to my needs.
I managed to figure out a lot, but here are some random questions, maybe you guys can help me out with:
1) For displaying the remaining time, I used "get_time". Is there a way to remove the decimals (tenths of a second)?
2) Can I display any tag of a loaded song? I would like to show the comments instead of the artist in the deck, but I can't find it in the list of options.
3) I'm using "get_remix_after_title" to show the remix field, but it always puts it between brackets. Can I get the remix field without?
4) I want an encoder to beatjump at the value the loopsize is set to. How can I do this? (not while playing a loop, just take the value the loop selector is set to.
Thanks in advance!
I managed to figure out a lot, but here are some random questions, maybe you guys can help me out with:
1) For displaying the remaining time, I used "get_time". Is there a way to remove the decimals (tenths of a second)?
2) Can I display any tag of a loaded song? I would like to show the comments instead of the artist in the deck, but I can't find it in the list of options.
3) I'm using "get_remix_after_title" to show the remix field, but it always puts it between brackets. Can I get the remix field without?
4) I want an encoder to beatjump at the value the loopsize is set to. How can I do this? (not while playing a loop, just take the value the loop selector is set to.
Thanks in advance!
Inviato 2 days ago @ 9:39 pm
1 get_time short
2 get_loaded_song 'comment'
3 get_text '`get_title` `get_loaded_song remix`'
4 goto 'loopsize+' / goto 'loopsize-'
2 get_loaded_song 'comment'
3 get_text '`get_title` `get_loaded_song remix`'
4 goto 'loopsize+' / goto 'loopsize-'
Inviato 2 days ago @ 9:57 pm