This is an old revision of the document!
jsfxr: synthesizing sounds in the browser
Sfxr, programmed by Tomas Pettersson, and ported to JavaScript by Eric Fredricksen. Forked and improved by Chris McCormick
Parameters and functions provided in jsfxr:
- Base waveform
- Envelope
- Frequency
- Vibrato
- Arpeggiation (second pitch)
- Duty cycle
- Retrigger
- Flanger
- Low-pass filter
- High-pass filter
- serialize/deserialize (get settings as text, load settings from text)
- Buttons (mutate, random, etc.)
Generator column (on the left)
This column loads settings
base waveform
The base waveform at the top of the interface describes what initial oscillator will be used. This decides the original characteristic of the sound.
- square
- sawtooth
- sine
- noise
Envelope
We've discussed envelope here. This envelope control doesn't have a “release” parameter, but it has an extra “sustain punch” parameter.
Frequency
There are four frequency parameters:
- start frequency
- min freq. cutoff
- slide
- delta slide
vibrato
Vibrato has two parameters:
- depth
- speed
arpeggiation
Arpeggiation has two parameters:
- frequency mult
- change speed
duty cycle
Duty cycle has two parameters:
- duty cycle as a percentage
- sweep as a percentage per second
Retrigger
Retrigger has only one parameter:
- rate
flanger
Flanger has two parameters:
- offset
- sweetp
low-pass filter
The low-pass filter has three parameters:
- cutoff frequency
- cutoff sweep
- resonance
high-pass filter
The high-pass filter has two parameters:
- cutoff frequency
- cutoff sweep