Posted August 23, 20231 yr I have 3 variables, v1, v2, v3. What is the syntax to reference all 3 variables in one line? For example (v1 v2 v3) creates an error, and '(v1 v2 v3) only lists the variable names. I've poured over the documentation but I can't find the answer. I'm attempting to use 3 variables together in the pitch-repeat command. ******************************************** EDIT: I found the answer! It's (list v1 v2 v3)
Create an account or sign in to comment