Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instance of same Instrument causes ReferenceError #24

Open
TomAuger opened this issue Jul 10, 2018 · 0 comments
Open

Multiple instance of same Instrument causes ReferenceError #24

TomAuger opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels

Comments

@TomAuger
Copy link

let iA = Gibberish.instruments.PolyFM().connect();
let iB = Gibberish.instruments.PolyFM().connect();

VM17466:5 Uncaught ReferenceError: v_38 is not defined
at eval (eval at generateCallback (index.js:149), :5:28)
at ScriptProcessorNode.Gibberish.node.onaudioprocess (utilities.js:68)

Using same version of Gibberish as on http://www.charlie-roberts.com/gibberish/

(current GitHub version is broken)

@charlieroberts charlieroberts self-assigned this Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants