When I attempt to run nano-basket to control my original Korg NanoKontrol, I get the following error:
Traceback (most recent call last):
File "/usr/local/lib/nano-basket/./nano_basket_main.py", line 33, in
Midi_Device = NanoKontrolAlsaMidiComm()
File "/usr/local/lib/nano-basket/nano_basket_backend.py", line 269, in init
self.event = alsaseq.SeqEvent(alsaseq.SEQ_EVENT_SYSEX)
OverflowError: Python int too large to convert to C long
This is using Python 3.10.12 on Linux Mint 21.2. PyGObject is version 3.42.1, and pyalsa is version 1.1.6.
When I attempt to run nano-basket to control my original Korg NanoKontrol, I get the following error:
Traceback (most recent call last): File "/usr/local/lib/nano-basket/./nano_basket_main.py", line 33, in
Midi_Device = NanoKontrolAlsaMidiComm()
File "/usr/local/lib/nano-basket/nano_basket_backend.py", line 269, in init
self.event = alsaseq.SeqEvent(alsaseq.SEQ_EVENT_SYSEX)
OverflowError: Python int too large to convert to C long
This is using Python 3.10.12 on Linux Mint 21.2. PyGObject is version 3.42.1, and pyalsa is version 1.1.6.