Skip to content
Josh Stovall edited this page Nov 20, 2020 · 7 revisions

Oscilloscope.js

var options = {
	type: "oscilloscope",
	color: "green",
	background: "black",
	fps: 60,
	fftSize: 
}
var myScope = new Oscilloscope(options);

attributes

attribute type options description
type string oscilloscope, spectrogram, 3D, bars visual type
color color woodwind,brass,fret,strings color
background color hex or string background color
fps int 0 to 100 frames per second
Clone this wiki locally