Hello,
I was wondering what the format is for entering the square bracket parameters for an opcode: i.e.
distort interpolate infile outfile multiplier [-sskipcycles]
for example I do:
"distort interpolate input.wav output.wav 4"
to do the process without defining sskipcycles, but how would I write this command if I wanted say sskipcycles=4?
-Charley
ANSWERED::
to add designate skipcycles=4 one would type:
"distort interpolate input.wav output.wav 4 -s4"
I was wondering what the format is for entering the square bracket parameters for an opcode: i.e.
distort interpolate infile outfile multiplier [-sskipcycles]
for example I do:
"distort interpolate input.wav output.wav 4"
to do the process without defining sskipcycles, but how would I write this command if I wanted say sskipcycles=4?
-Charley
ANSWERED::
to add designate skipcycles=4 one would type:
"distort interpolate input.wav output.wav 4 -s4"