Harry van Haaren

Results 215 comments of Harry van Haaren

Lucky for you, the Push2 is documented by Ableton, the 2nd link below pretty much tells you what you'll need to know. The MIDI part is a bit more complex...

### Overview I think there's a bit of mixup in how the Push2 works, and Ctlra backends. The Push2 (from my understanding, without owning the device..) exposes two interfaces. -...

@simonvanderveldt ha nice! I think the following is probably the easier solution that comes to mind. This allows the Ctlra driver to "reindex" the buttons. Since both CC and Note-On...

Hey @simonvanderveldt, sorry for delay - little time for OpenAV recently. The `device_test` expects that the number of controls exposed are "filled-in" in the backend. In short - currently device_test...

@simonvanderveldt, try applying the above commit and then re-running. It looks like it was crashing in AVTKA mirror hw(), because the UI wasn't instantiated. This adds a few checks to...

@simonvanderveldt thanks for thinking of it - honestly I'd prefer spend the LAC talking to folks - also the LED colouring is pretty darn complex, so its not something to...

Just to be clear, the goal here is to have the devices/midi_generic.c backend interpret MIDI pitchbend commands, and provide a Ctlra Slider event that the user can map to a...

Thanks for filing an issue - indeed I'm not tracking TCC very closely right now - I'll have a look and pull the latest. Thanks again, -H

@coderkun - I'm investigating a better way to use Ctlra with various applications, enabling mappings from the apps using Ctlra and "Mappa", which is a new side-project (inside Ctlra codebase)...

Thanks, that pretty much the expected output for the S5 device; - Interface 3 is USB HID, which provides event input (button, slider, etc), and LED output - Interface 4...