Minim
core | ugens | analysis
 

Waves

randomNHarms

Description

Constructs a waveform by summing together the first numberOfHarmonics in the harmonic series with randomly chosen amplitudes. This often sounds like an organ.

Signature

Wavetable randomNHarms(int numberOfHarmonics)

Parameters

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

Returns

a Wavetable

Related

Waves
Wavetable
Waveform

Example

None available

Usage

Web & Application