Oscillator Op
This op is deprecated!
It will not receive any updatesBasic oscillator
Summary (oneliner)
The Oscillator-op represents a periodic waveform, like a sine wave. It causes a given frequency of sine wave to be created – in effect, a constant tone.
- Ops.Extension.Deprecated.Oscillator
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Type of the oscillator, either sine
, square
, sawtooth
or triangle
Frequency of the oscillator in Hertz. If you want to produce a certain tone, you can look up its frequency here. Try something between 30
(very low) and 7000
(very high).
OUTPUT PORTS
Audio output which contains the generated sound, can be connected to the Ops.WebAudio.Output op e.g.