There is no other way to describe this thing. All I know is that if you love computers and you love ROCKING this is a wet dream. I’ve always wanted to ssh into my *guitar*.
Some choice snippets from the FAQ:
7. How do I add [insert xyz here] functionality in to the control program?
C++ source code is provided for you to make any changes you like.
Still don’t understand how I’d actually go about this (APIs and such), but ok. Awesome.
And…
8. I know nothing about programming or Linux! How do I install a new control program I downloaded?
If you are not a programmer, only have access to Windows and are trying to install someone else’s control program that you downloaded, perform the following steps:
a. SSH in to the guitar (see above);
b. mount the file system read-write (see above);
c. cd /root
d. ps -A |grep main
e. kill PID (where PID is the process ID displayed from the previous command)
f. mv main main.bak
g. wget http://www.misadigital.com/main1.2 (substitute this address for the address of the file)
h. mv main1.2 main
i. mount -o remount,ro /
Oh yes ssh’ing into a guitar and mounting file systems in bash, sooo simpo when you know ‘nothing about linux’. Take that puny Windows user. Awesome.