william light

Results 30 comments of william light

is there any benefit to this reorganisation other than "the unsafe blocks are smaller"? as in is it *inadvisable* to return from inside an unsafe block for any reason?

phase 1 (fixed i/o channel counts) done in 0ff09342c98b552abaeda04da5f02ac0e34ae709

i'm not convinced this is not your hardware. midi dump tools are not going to be useful as the maschine does not communicate with the computer via midi. it uses...

You'll want to add a device in the devices module but also add whatever buttons you need [here in the `base` module too](https://github.com/wrl/maschine.rs/blob/trunk/src/base/maschine.rs#L21). As for switching between device types, just...

You may also want to modify the base `Maschine` trait and add `idx` parameters to the screen functions.

It's quite alright. The pad handling in Maschine.rs isn't great right now and it's on my list to refactor/fix it. Does the Maschine Mikro work correctly when using the official...

Alright, I'll take a look into it. Thanks for letting me know.

Confirming that universal binaries work by passing `-arch x86_64 -arch arm64` to Clang while building. Needs the 11.0 SDK but otherwise everything just works.

I'm personally waiting for fields in traits to port some of my UI code over. However, it seems like the RFC repo hasn't been updated in about 2 years. Has...