FormantTable:
Filter:
sc3-plugins/Classes (extension) | Collections

FormantTable
ExtensionExtension

Lookup table for emulating vocal tracts

Description

Returns a set of frequencies+resonances+amplitudes for a set of 5 bandpass filters, useful for emulating the main 5 formants of a vocal tract. To see the available voice types run this line:

Class Methods

.keys

returns a Set with all available voice types.

.get

returns an Array of arrays. [[frequencies], [resonances], [amplitudes]]

Arguments:

preset

a Symbol.

.at

alias of *get

.rand

returns [[frequencies], [resonances], [amplitudes]] for a random voice type.

Examples

(by Eric Skogen)