-
Notifications
You must be signed in to change notification settings - Fork 17
Error when creating a layer #15
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
Comments
@davay42 At first glance, it seems like an issue with web workers in the underlying scheduling library 'wa-metro'. |
Yeah, I'm using |
I'm not familiar with those tools you mentioned.. My suggestion would be to try and setup webpack such that it contains the file located here '/node_modules/wa-metro/lib/worker.js/' in the correct location where that library can load it in. I'm currently a bit busy I can not try it out myself. But might be able to give it a go if you wait some time. |
There potentially need to be some changes to this library to support webpack. |
Webback is like a thing of the past as it's way slower, than new build tools built around I tried installing |
The thing is that when |
Yeah, sure! Plain JS is enough here! |
I started experimenting with beet to create a non-euclidean rhythm generator. I'm using the npm version of it inside my vuejs project. And whenever I create a layer from a pattern (as the docs say) I get this error.
My code:
The text was updated successfully, but these errors were encountered: