Global

Members

(constant) controlsManager :ControlsAndInputManager

Create a single instance of the Controls and input manager
Type:
  • ControlsAndInputManager
Source:

(constant) fourier :P5.FFT

shares an instance of the p5 Fast Fourier Transform object for frequency analysis
Type:
  • P5.FFT
Source:

(constant) generateGui

generates an instance of gui
Source:

(constant) p5Instance

generated globally shared p5 instance
Source:

(constant) player :Player

Create a single instance of the player
Type:
  • Player
Source:

(constant) soundManager :SoundManager

Create a single instance of the SoundManager
Type:
Source:

(constant) visualManager :VisualizationManager

Create a single instance of the Visualizations
Type:
  • VisualizationManager
Source:

Methods

sketch(p5)

defines p5js lifecycles and events
Parameters:
Name Type Description
p5 P5 The p5 instance
Source: