rafapaezbas / octadre

Transform your Novation Launchpad into a circular, flexible sequencer.
https://rafapaezbas.github.io/octadre/
GNU General Public License v3.0
2 stars 0 forks source link

Launchpad Mini Support? #1

Open glibersat opened 3 years ago

glibersat commented 3 years ago

Hi!

First, thanks for this piece of software, it looks like it should perfectly fit my needs!

I have a launchpad mini and unfortunately, couldn't make it work. Is it supposed to work with it?

Thank you,

Guillaume

rafapaezbas commented 3 years ago

Hello! Thanks for trying out! For the moment, we don't have a launchpad mini to test the software. So I don't exactly know what is the difference to the Launchpad 2. Do you see the circle in the launchpad when you boot the application?

Edit: beside that, we are working on documentation for the application, a user manual and explanatory videos will come soon, check the updates just in case the documentation could also be helpful for you.

Regards, Rafa

glibersat commented 3 years ago

Hi, As far as I can read, the mk2 protocol is different from the mini that is much close to the mk1 protocol (no RGB).

When I plug it in, nothing shows on the pad. Could you point to the code/config where the midi commands are issued so I can check the protocol differences?

Cheers

rafapaezbas commented 3 years ago

Check the render.js file. That one is probably the cause. Also the majority of the code logic is in init.js

Midi control uses easy-midi npm package.

Regards