A toy beats making app made during a talk. Change the BPM by scrubbing horizontally on it.
fvm use # unless flutter on the PATH clj -M:cljd init clj -M:cljd flutter -d <DEVICE>While preparing the repo I realized that playback was strange. It was because I forgot to stop the player before calling resume (despite having said that I would come to fix it but that I'd like to hear a sound first), which caused a sample to not be started again before it was totally over.
If we have had more time: we would have added recording your own samples and maybe even some DSP using FFI.
