Jérôme Petazzoni
Jérôme Petazzoni
It _seemed_ relatively straightforward, but I might have overlooked important things, as this is the first time that I'm patching React code 😅
Hi! If I remember well, I had noticed that in most sound fonts, the drum kits were on banks 100 to 127, and that it was a good heuristics to...
Hi! Yes, it's possible to output MIDI notes to something else. It would be super easy to change the code to output to another MIDI port; however, giving the choice...
Some details ... The code detects the type of LaunchPad by looking at the MIDI port name. Depending on the name of the port, it uses a different adapter class...
Hi! You're definitely on the right track :+1: I downloaded the [LaunchPad X programmer manual](https://fael-downloads-prod.focusrite.com/customer/prod/s3fs-public/downloads/Launchpad%20X%20-%20Programmers%20Reference%20Manual.pdf) and compared it to the [LaunchPad Pro programmer manual](https://d2xhy469pqj8rc.cloudfront.net/sites/default/files/novation/downloads/10598/launchpad-pro-programmers-reference-guide_0.pdf). Good news: the "programmer layout" of...
I found this in the doc: > To switch between Live Mode and Programmer Mode, enter the settings menu by pressing and holding Session briefly. Press the green Scene Launch...
Hi! Sorry, for some reason I had missed the notification about your message above; I just saw your pull request (#17). This looks like it works! To understand the modes,...
Hi! Would you be able to run `mido-ports` and copy-paste the output here? (It's a small program that normally gets installed with the `mido` Python package.) It should show the...
...Oh, scratch that, I just saw your screenshot on our other conversation:  OK, it looks like the LaunchPad isn't detected as a MIDI device 🤔 Could you also run...
For more details, see: - https://github.com/weaveworks/weave/issues/3936 - https://github.com/containerd/containerd/issues/6921 I'm not sure if it's weave's fault or containerd's fault; if it's weave's I guess they'll want to fix it; if it's...