-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Josh Stovall edited this page Nov 22, 2020
·
7 revisions
var options = {
type: "oscilloscope",
color: "green",
background: "black",
framerate: 60,
}
var myScope = new Oscilloscope(options);
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 |