i think it needs libusb dev as dep
sudo apt-get install libusb-1.0-0-dev
//if you want justints fish etc add: libasound2-dev libx11-dev)
sudo make
from shbobo.zip readme
to run shlisp, you may need to sudo, or may not.
In a console, find your command, _lin, _win, or _mac
without any arguments it will dump the HID data received from any SHNTH
./shlisp …/examp/vancouver.txt
with the option -h, it spits out a list of the possible opcodes.
with the option -z, it spits out a list of the possible opcodes in Chinese
with the option -b, followed immediately by a number, it uses this number as the “barcode”, eg -b255 inverts all bars.
after these options:
with one argument, it parses the phile as shlisp source, then transmits it to SHNTH.
with another argument, preferably …/wanilla.bin, it will update your synthesis matrix (1-4 minutes)
usb on linux does not connect to device unless you have permission.
you needs to use terminal to go to fish directory and run “sudo fish”
or, you can give permission for shnth by putting a file named “shnth.rules” inside the
/etc/udev/rules.d/ directory.
the shnth.rules file should contain the following text:
SUBSYSTEM==“usb”, ATTR{idVendor}==“6666”, ATTR{idProduct}==“6666”, MODE=“0666”
SUBSYSTEM==“usb”, ATTR{idVendor}==“6666”, ATTR{idProduct}==“7777”, MODE=“0666”