aolsenjazz / super-controller

Give your MIDI devices super powers: take control of the lights, messages, and communication between controllers.
MIT License
19 stars 2 forks source link

WIP: Linux support #6

Closed assaron closed 1 year ago

assaron commented 1 year ago

Addresses #5

1) Limits number of created RtMidi objects. 2) Adds a basic menu.

aolsenjazz commented 1 year ago

Thanks. Would you add linux to the .github/workflows/test.yml workflow matrix and check passing prior to merging? Prettier is also complaining - it's preconfigured so just need to run prettier in cli.

I remember running into some weirdness re. drivers when running tests in CI environment a while back on linux so may not be non-trivial.

I'll check what's required for linux publishing

assaron commented 1 year ago

OK, the tests are passing now.