Minim
core | ugens | analysis
 

Waves

randomNOddHarms

Description

Constructs a waveform by summing together the first odd numberOfHarmonics in the harmonic series (1, 3, 5, etc) with randomly chosen amplitudes. This often sounds like an organ with a band pass filter on it.

Signature

Wavetable randomNOddHarms(int numberOfHarmonics)

Parameters

numberOfHarmonics — int: the number of odd harmonics to use when generating the wave

Returns

a Wavetable

Related

Waves
Wavetable
Waveform

Example

None available

Usage

Web & Application