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