Author Topic: square bracket parameters [ANSWERED]  (Read 1647 times)

rocklobster343

  • Newbie
  • *
  • Posts: 2
    • View Profile
square bracket parameters [ANSWERED]
« 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"
« Last Edit: May 25, 2014, 03:42:48 AM by rocklobster343 »