mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Add more debug info
This commit is contained in:
parent
d5e55aa1f7
commit
45313f4dba
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class Milkdrop extends React.Component {
|
|||
// https://github.com/captbaritone/webamp/issues/731
|
||||
throw new Error("Visualizer not initialized. WAT.");
|
||||
}
|
||||
this.__debugState = "VISUALIZER_CREATED";
|
||||
this.visualizer.connectAudio(this.props.analyser);
|
||||
this.presetCycle = !this.props.initialPreset;
|
||||
if (this.props.initialPreset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue