I have built a GUI software application to edit the configuration in the Korg nanoKONTROL 1 & 2. This is an open source, cross platform application written in Python using the tkinter graphical toolkit. It works with ALSA and / or JACK MIDI. @wyleu has performed some initial testing with a nanoKONTROL2. I would be interested in any feedback (maybe via GitHub issues), especially if you have an original nanoKONTROL which it has not yet been tested with.
I do not have this device so have been coding in the dark to some degree.
You can find it on GitHub. The README should describe all you need to know so please do let me know if it isn’t clear.
This should provide similar functionality as the Windows / MacOS application that Korg provide. I have not seen that application so don’t know how similar it is to my interpretation.
I can’t be bothered! I’ve got a Windows machine I could fire up if I want but this was just a small distraction and favour for a friend. I hope it is mostly done.
I think the main thing for me is know, via the nanokontrol illustration, which button I have selected. It’s hard to tell when they’re all highlighted in red.
Yep! Fair point and one I would have done already if it didn’t have it’s particular challenges . The display is a PNG with touch hotspots so I will have to add some graphical overlay. Something for a spare few hours… who has those?
Try now - I have added an indication on the currently selected control. Remember also that the selected control name is indicated at the top of the parameter editor.
Ho ! Glad to find this thread ! I was looking for an open source app for for months !
Even started to reverse engineer/understand the sysex format to write something on my own (but prefered build a zynth instead :D)