Simon A. Eugster
Simon A. Eugster
I currently have a situation where the bcdDevice is the only way to distinguish two different devices. So having this property exposed would be useful.
Hi @mountaindude – yes, the different launchpads use different protocols and also have some individual features. It would be nice to add support for more launchpad versions though behind a...
@Tolfx Okay! I think that a plain TypeScript port will not provide much value and I'd rather re-design the library from scratch for improved launchpad and typing support. But once...
Hi Simon, what kind of Launchpad is it (MINI or another one) and what OS are you using?
Ah. The code does not support the Mk3 yet, I would need to get it somewhere and test it. Unless you feel like extending this package, but depending on the...
Thanks! Glat it is useful. The library only supports the mini at the moment, the non-mini MK2 uses [different MIDI commands](https://global.novationmusic.com/sites/default/files/novation/downloads/10529/launchpad-mk2-programmers-reference-guide-v1-02.pdf). I would have to get one and play around...
In the meantime, a Mk2 has arrived here. :)
For the record (the repo linked above): https://github.com/HitmanBobina47/launchpad_rgb might be helpful when working on MK2.
I have a service which, on startup, sometimes logs the following from a pino-elasticsearch `error` event: ``` connect ENETUNREACH 10.10.10.100:9200 - Local (0.0.0.0:0) ``` It will then never try to...
That's actually very well possible. Using the ffmpeg/libav libraries directly is a pain in everything already for supporting one single video format. The recommended way is to render to PNG...