Maksim Lin
Maksim Lin
@timfreiheit actually it all seems to work fine with those `build` package updates with no code changes needed in `r_flutter`! In your example app, I moved `assets` out of `lib`...
@timfreiheit do you mean #14 ? Unfortunately I think @szotp answers muddied the waters abit on that issue as from what I understand [Flutters new integrated code gen functionality, aka...
Ah yes, good work on writing that article also, it was in fact via your FFI article that I discovered your work on the Flutter text editors. And while I...
@fzyzcjy why do you expect using a separate Isolate will improve performance? Do you have some specific plan on how to parallelise the work dart_eval currently does and why do...
@fzyzcjy could you post the benchmarks that indicate that this sort of micro optimisation will have a positive improvement in performance?
Umm not quite @yeikel16 , the answer to multithreading for audio in the browser is _not_ Web Workers, its [Audio Worklets](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet) which are specifically: >The AudioWorklet interface of the [Web...
@alnitak yes sorry its taken me a while to respond here. I had also previously looked into using miniaudio from Dart too but from the point of view of writing...
@workerbee22 yep that can be tracked in #237
Potentially yes, it's should be possible to have completely custom controls, though it will likely be a while yet before I have a chance to work on this feature.
Thank you for raising this issue. I know about Midi after touch, but I'm not familiar with any synths that have a note hold feature - would be able to...