Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Leaving In-Line Comments Along VDJ Script?
Is there a way to leave your own comments alongside your VDJ scripts like you can do with most programming languages?
For example, I created a button which sets the zoom level of the waveform to where I like it and wanted to leave a comment saying # my preferred zoom level.
I just don't know which symbol I can use to differentiate comments from codes.

Also, is it possible to see your current zoom level percent?
 

geposted Fri 28 Oct 22 @ 9:03 pm
locoDogPRO InfinityModeratorMember since 2013
imagine a custom button, name it [backticks included]

`zoom`

as for comments, if it's not real script vdj will ignore it, so you could write a script and at the end you could do something like this

zoom & "this is usually 0.4"
 

geposted Sat 29 Oct 22 @ 3:14 am
Great. Thanks!
 

geposted Tue 01 Nov 22 @ 2:28 am