Composers Desktop Project Forum

General Category => General Board => Topic started by: rocklobster343 on May 24, 2014, 10:16:57 PM

Title: square bracket parameters [ANSWERED]
Post by: rocklobster343 on May 24, 2014, 10:16:57 PM
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"