rodydavis / flutter_midi

Midi Playback in Flutter
https://rodydavis.github.io/flutter_midi/
MIT License
62 stars 56 forks source link

how to keep midi in mind so that in the next opening it plays without delay? #9

Open Kizat opened 4 years ago

rodydavis commented 4 years ago

I’m looking into various audio libraries to give me more flexibility. Stay tuned!

Kizat commented 4 years ago

ok, I will wait with impatience!

Kizat commented 4 years ago

But what if you use the audio cache from the audioplayer library and somehow assign it to flutter_midi?)

rodydavis commented 4 years ago

Well the difference is there are no backing audio files. Currently it opens up a synth and triggers the notes directly, so there is nothing to cache. Since the volume, velocity, timbre and sustain can all change

Kizat commented 4 years ago

I’m looking into various audio libraries to give me more flexibility. Stay tuned

when is the next update?