flutter_midi
flutter_midi copied to clipboard
Stop sound
I simply want a method to stop playing the sound. I'm thinking on making my own change and then do a PR but what are your thoughts on this?
I've seen there's a stop sound but that isn't what I'm looking for. I'm playing notes consequentially and I want to stop playing them when another button is pressed
Im definitely open for PRs!
I have the same problem.. anyone who solved this issue?
@JoseGeorges8 Would you mind doing a PR for this? Technically you can do this by looping through all the notes but that's not very efficient probably.