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

Oscilloscope.js

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

attributes

attribute type options description
type string oscilloscope, spectrogram, XY, bars visual type
color color hex or string color
background color hex or string background color
framerate int 1 to 120 frames per second
Clone this wiki locally