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

maxiSample::play() too many arguments #103

Open
leehu opened this issue Aug 25, 2021 · 2 comments
Open

maxiSample::play() too many arguments #103

leehu opened this issue Aug 25, 2021 · 2 comments

Comments

@leehu
Copy link

leehu commented Aug 25, 2021

In maxiSampler::play()

outputs[i]=samples[i].play(pitchRatios[(int)pitch[i]+originalPitch]*((1./samples[i].getLength())*maxiSettings::sampleRate),0,samples[i].getLength())*envOut[i];

@Balthus1989
Copy link

I got the same issue. Have you solved it?

@Balthus1989
Copy link

Balthus1989 commented Jan 22, 2022

Ok, try this: change the function "sample[i].play()" with "sample[i].play4()" at line 299 in "maxiSynths.cpp"

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

3 participants