Oren Kurtz
Oren Kurtz
Could be useful both UI-wide, and per element (use the greater of the two?). I would still want the ability to attempt 60fps (
I've noticed that Wren knows about any class exported in a @ScriptExport section, and you do not need to "import" from your wren script. Conversely, I have some classes that...
> `@ScriptExport` is indeed always needed (unless you use `context.wrenSupport.registerUIElementClass!UISeparator` to do it for each class manually, this is equivalent). Ah! That makes sense! I should have taken more time...
I think the main issue is that this project relies on xformers, so that breaks ROCm compatibility.
Thanks for the info, I saw the main mpc service/app appears to manage all the hardware binding and alsa stuff. I'll probably continue digging around in my spare time to...
After digging around in the kernel documentation and pretending to understand any of it, I've made some actual progress! I have USB-B MIDI fully working, and Audio is *almost* there......
Alright, I've updated the above script to fix audio, but there are some caveats mentioned in the comments.. ~~The biggest issue is that using MIDI and Audio simultaneously can cause...
Glad someone found the script useful, I've had a lot of fun with it :) Regarding the usb mixer, I assume your goal is to hook it up to your...
I misunderstood what you wanted, but I see now you want to connect the USB mixer to the MPC. I think the main thing restricting you is simply the MPC...
Ah okay, I misread (I'm currently distracted) > What I want to do is basically use a "computer" (or any other capable device ofc), as an audio interface. For example...