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 using playNote with a note containing a duration value, the duration is not used.
const note = new Note(value, { attack, duration }) channel.playNote(note);
I think I've tracked the issue to a Line 724 OutputChannel.js
The implementation of playNote accepts an options object and uses a duration value in this object:
webmidi/src/OutputChannel.js
Line 724 in fe5adba
The text was updated successfully, but these errors were encountered:
This has been fixed in release 3.1.4. Thank you so much for reporting the problem.
Sorry, something went wrong.
djipco
No branches or pull requests
When using playNote with a note containing a duration value, the duration is not used.
I think I've tracked the issue to a Line 724 OutputChannel.js
The implementation of playNote accepts an options object and uses a duration value in this object:
webmidi/src/OutputChannel.js
Line 724 in fe5adba
The text was updated successfully, but these errors were encountered: