One of my workflows involves wanting to copy some song info quickly into my clipboard using a button / key combo on a selected song.
Does anyone know if there's a VDJ script specifically for copying some info / variable to the keyboard?
Thanks!
Does anyone know if there's a VDJ script specifically for copying some info / variable to the keyboard?
Thanks!
Inviato Tue 18 Jun 24 @ 6:22 pm
No such script, I think one of my plugins does it though, what do you need it for?
Inviato Tue 18 Jun 24 @ 6:38 pm
yeah openPage does it. Just set the string to null and it will just copy to clipboard
e.g.
effect_string openPage 1 "null" & effect_button openpage 1
that will get track info copied to clipboard,
e.g.
effect_string openPage 1 "null" & effect_button openpage 1
that will get track info copied to clipboard,
Inviato Tue 18 Jun 24 @ 6:55 pm