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

Constructor Float64Array requires new #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gio00
Copy link

@gio00 gio00 commented Jun 24, 2019

Hi,
with this code:

let filter = new IIRFilter2(HIGHPASS, 200, 44100);

@codecat
Copy link

codecat commented Jul 20, 2020

There's more places where this is a problem, actually. Search for Float64Array and you'll find a ton that don't have the new keyword.

@bowen-source
Copy link

Hi, with this code:

let filter = new IIRFilter2(HIGHPASS, 200, 44100);

Hi,I came through the same problem recently,so I want to know that have you fixed this problem yet?

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

Successfully merging this pull request may close these issues.

3 participants