Oscillator Op
This op is deprecated!
It will not receive any updatesMost basic audio sound source
Summary (oneliner)
Generates a steady sound in a certain frequency.
- Ops.Extension.Deprecated.Tonejs.Oscillator
- 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 frequency of the oscillator
Detunes the sound
The type of the oscillator: either sine
, square
, triangle
, or sawtooth
. Also capable of setting the first x number of partials of the oscillator. For example: sine4
would set be the first 4 partials of the sine wave and triangle8
would set the first 8 partials of the triangle wave.
The phase of the oscillator in degrees
Sync the signal to the Transport’s BPM. Any changes to the transports BPM will also affect the oscillators frequency.
Start the source at the specified time. If no time is given (Start Time
), start the source now.
The time when to start after Start
was triggered
Stop the source at the specified time. If no time is given (Stop Time
), stop the source now.
The time when to stop after Stop
was triggered
Automatically starts the source when the patch is loaded
The volume of the output in decibels
Mute the output
OUTPUT PORTS
The audio signal