kenreilly / flutter-drum-machine-demo

Example project demonstrating how to build a simple drum machine in Dart/Flutter
MIT License
34 stars 13 forks source link

skipped sounds on iphone x #1

Open jtkeyva opened 3 years ago

jtkeyva commented 3 years ago

thanks it's cool, reminds me of fruity loops aka flstudio - flutter loops! i'm unable to hear multiple sounds simultaneously. it works fine with just 1 sample playing but if i stack sounds it cuts out. i'm seeing this in debug:

flutter: Fatal Error: Callback lookup failed!

paladinic commented 1 year ago

Any development on this?