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

MMLLQitch requires floating variable sr #3

Open
Louismac opened this issue Jun 2, 2020 · 0 comments
Open

MMLLQitch requires floating variable sr #3

Louismac opened this issue Jun 2, 2020 · 0 comments

Comments

@Louismac
Copy link

Louismac commented Jun 2, 2020

MMLLQitch requires floating variable sr to be set in the surrounding javascript otherwise it fails. E.g in this example project, there is no real need to make sr and set it to sampleRate, but if its no included then theres errors

https://mimicproject.com/code/9ffb5eb7-b3dd-f19b-0a17-4e2b8494d16f

as a solution , looking at the listener code line 44 of MMLLQitch.js

self.m_SR = sr;

should be

self.m_SR = sampleRate;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant