Sign In:     


Forum: VirtualDJ Technical Support

Topic: Any way to preserve comments in mapping files?
If I manually add a comment in a mapping file in the standard XML comment format

<!-- a comment -->


and then edit the file in
VDJ > controller > edit mapping
the comment is lost when the file is saved.

Is there a way to preserve comments?

It would be very useful so other's can decipher vdjscript.
 

Posted 2 days ago @ 1:58 am
depending on where in the script comments can be added that won't be read or placed in quotes

deck 1 play ? pause : play : this part won't be read about this silly play_pause script

deck 1 play_pause & "this part won't be read about this simple play_pause script"