square bracket parameters [ANSWERED]

Started by rocklobster343, May 24, 2014, 10:16:57 PM

Previous topic - Next topic

rocklobster343

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"