Jim Tompkins
Jim Tompkins
I'm using the Material style SpinBox. I don't understand your question about the TextField. Do you think the keyboard type is not set correctly? Thanks, Jim On Thu, 17 Mar...
ok, thanks. I will dig into that a bit later today. On Thu, 17 Mar 2022 at 08:14, J-P Nurmi ***@***.***> wrote: > If we can find a way to...
I found this thread on SO: [link](https://stackoverflow.com/questions/53505500/flutter-how-to-add-done-button-in-number-keyboard-in-flutter) Based on that I found that using textInputAction: TextInputAction.done didn't work as expected. I found that keyboardType: TextInputType.numberWithOptions(signed: true, decimal: false) at least...
What is the purpose of the changeSound method? It has the same arguments as the prepare method and does a similar thing except it calls a different routine and passes...
I'm also experiencing latency issues with flutter_midi so am looking into BASS. Does anyone have any experience with BASS from flutter?
Can you please answer the original question if it defaults to the first instrument in the file? Thanks, Jim