| Name |
Type |
Units |
Notes |
| srate |
int |
Samples/Sec. |
Sample rate of the output signal. Note that
if the value si 44100 or 48000 an AIF file is created otherwise a text
fiel is created. |
| frqHz |
float |
Hertz |
Fundamental frequency of the audio signal.
Range: 0 to 20000 |
| durSecs |
float |
seconds |
Length of the output signal in seconds. |
| otCnt |
int |
|
Number of overtones to synthesize for the square,
triangle and sawtooth waveform. |
| type |
int |
|
- Sine
- Cosine
- Square
- Triangle
- Sawtooth
- White Noise
- Impulse Train
|
| otDev0 |
float |
Octaves |
Starting frequency break point. This value
sets the frequency deviation from the fundamental for the
start of the sound. All the frequency deviation break points
represent an octave deviation from the fundamental frequency.
For example:
- -2 = 2 octaves down
- -1 = 1 octave down
- 0 = No frequency change
- 1 = 1 octave up
- 2 = 2 octaves up
|
| otDev1 |
float |
Octaves |
Second octave deviation break point |
| ... |
float |
|
more octave deviation break points. Read the
Requirements to see
how the octave deviation values are used to form a frequency break
point envelope. |