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
When I hit the same drum twice very quickly I hear the first sample being stopped, then a short pause and finally the next hit starts.
Could there be more channels fro each instrument so the hits that occur in short time intervals don't get cut off like this?
The text was updated successfully, but these errors were encountered:
I want this feature too.
I think implement round robin feature first. (Two/three/.. channels) After that, implement fade out feature.
Need to extend drmr->samples[nn] array and struct DrMr.
drmr->samples[nn]
Sorry, something went wrong.
No branches or pull requests
When I hit the same drum twice very quickly I hear the first sample being stopped, then a short pause and finally the next hit starts.
Could there be more channels fro each instrument so the hits that occur in short time intervals don't get cut off like this?
The text was updated successfully, but these errors were encountered: