AmOscillator Op
This op is deprecated!
It will not receive any updatesOscillator with amplitude modulation
Summary (oneliner)
- Ops.Extension.Deprecated.Tonejs.AmOscillator
- Extension Op - Visible to all users
- MIT
- Tone.js (Webaudio Library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The oscillator's frequency
How much it is detunes, 0
= not at all, 100
= one semitone up, -100
= one semitone down, 12000
= one octave up
Harmonicity is the frequency ratio between the carrier and the modulator oscillators. A harmonicity of 1 gives both oscillators the same frequency. Harmonicity = 2 means a change of an octave.
The type of the carrier oscillator, either sine
, square
, triangle
or sawtooth
The type of the modulation oscillator, either sine
, square
, triangle
or sawtooth
The phase of the oscillator in degrees (between 0
and 180
).
Sync the signal to the Transport's bpm. Any changes to the transports bpm, will also affect the oscillators frequency.
Starts the source at the specified time (Start Time
). +0
= now
When Start
is triggered this is the time it when it starts. +0
= now
Stops the source at the specified time (Stop Time
). +0
= now
When Stop
is triggered this is the time it when it stops. +0
= now
Automatically starts the oscillator
The volume in dB, between -96
and 0
Mutes the output
OUTPUT PORTS
The audio signal