Adrien Prokopowicz

Results 16 comments of Adrien Prokopowicz

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

As far as I'm aware, LV2 isn't designed at all to communicate with hardware devices, but only for DSP, so I imagine anything you'll end up doing to communicate with...

> It will definetly be a hack, that whole idea is a hack. Basically I wrote some code to connect to a serial device and read normal midi bytes from...

Oh, and of course, the day right after I open this issue, the Rust Team wants to [push GATs](https://blog.rust-lang.org/2021/08/03/GATs-stabilization-push.html) for stabilization. :upside_down_face: Jokes aside, that's actually pretty good news. I...

Hi @YruamaLairba , do you still want to work on this PR? While I agree full realtime formatting support is not easy (and, in fact, may very well be the...

Yes, I agree, realtime formatting doesn't seem like a very big concern for now. ^^ I think having a simple API like the one you have implemented already that just...

> @prokopyl have you an opinion on code i did? @YruamaLairba Yes! Sorry for the wait, I just did another review. :slightly_smiling_face: Also, don't bother with making extensive documentation for...

Thanks for the bug report @jrpear ! :slightly_smiling_face: After a bit on testing I can indeed reproduce the crash on Carla on my computer (running only on top of Pulse),...

@Janonard @PieterPenninckx , if you wanna take a look on this, your feedback is welcome! 🙂

> This is actually the first more-than-superficial review I'm doing for this crate. I've found some things that are unrelated to this PR, I'm fixing these [in my fork](https://github.com/PieterPenninckx/rust-lv2/commits/develop). Yes,...