Generate Sine, Triangle, Square and Sawtooth waveforms.
예제
구문
p5.Oscillator([frequency], [type])
매개변수
frequency
Number: frequency defaults to 440Hz
type
String: type of oscillator. Options: 'sine' (default), 'triangle', 'sawtooth', 'square'
메서드
freq
Adjusts the frequency of the oscillator.
phase
Adjusts the phase of the oscillator.
setType
Sets the type of the oscillator.
amp
Adjust the amplitude of the Oscillator.
start
Starts the oscillator. Usually from user gesture.
stop
Stops the oscillator.
Notice any errors or typos? Please let us know. Please feel free to edit src/Oscillator.js and open a pull request!