We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get a lot of TypeError: undefined is not an object (evaluating 'f.loopers[n].setPlaybackLevel') when scrolling on test page https://snips.mystagingwebsite.com/dub-techno-tiles/
TypeError: undefined is not an object (evaluating 'f.loopers[n].setPlaybackLevel')
Could be an issue with >2 loops mode or maybe one of the blocks isn't set up correctly.
The text was updated successfully, but these errors were encountered:
Can't reproduce this – closing.
Sorry, something went wrong.
This happens when you scroll and the audio hasn't yet loaded. Need to check the audio elements before trying to set a level.
Fixed by #33
Successfully merging a pull request may close this issue.
Get a lot of
TypeError: undefined is not an object (evaluating 'f.loopers[n].setPlaybackLevel')
when scrolling on test page https://snips.mystagingwebsite.com/dub-techno-tiles/Could be an issue with >2 loops mode or maybe one of the blocks isn't set up correctly.
The text was updated successfully, but these errors were encountered: