Generate Sine, Triangle, Square and Sawtooth waveforms.
Examples
Syntax
  
      p5.Oscillator([frequency], [type])
      
         
      
    
Parameters
 frequency 
Number: frequency defaults to 440Hz
 type 
String: type of oscillator. Options: 'sine' (default), 'triangle', 'sawtooth', 'square'
Methods
 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!