rafamj / elecmidi

C program to help write electribe 2 patterns.
GNU General Public License v3.0
8 stars 1 forks source link

Thank for this repo #1

Closed apiel closed 2 years ago

apiel commented 2 years ago

Your repo helped me a lot to implement my web UI for electribe 2. You can find my code there: https://github.com/apiel/electribe-ui

You will find some info to parse the data (even if I got lot inspiration from your code :p ), have a look especially at https://github.com/apiel/electribe-core

rafamj commented 2 years ago

You are welcome. I tried to execute electribe-ui, but my browser doesn't have support for midi. I will have to search a plugin.

apiel commented 2 years ago

I used chrome to develop it, web midi is still not compatible with many browser, see https://developer.mozilla.org/en-US/docs/Web/API/MIDIInput and it work only for E2 not E2s

rafamj commented 2 years ago

I can see now the image of the UI. It is nice to be able to see all parameters at once.