Oscillator Op

Oscillator

This op is deprecated!

It will not receive any updates

Basic oscillator


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.


Edit Documentation

Full Name
  • Ops.Deprecated.WebAudio.Oscillator
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


type (Number)

Type of the oscillator, either sine, square, sawtooth or triangle

frequency (Number)

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 out (Object)

Audio output which contains the generated sound, can be connected to the Ops.WebAudio.Output op e.g.


Patches using Oscillator

  • Examples
  • Public
  • My Patches