Editing software aid for use with the Primova GX-2 Gear Shifter device used with GK type hexaphonic guitar/bass processors.
The editor will display and edit the internal functions of the Gear Shifter processor device via a USB port (serial over USB).
Link to hardware unit site:
https://www.primovasound.com/products/gx2/index.php/
Features
- Visual GUI editing of internal paramenters for the PRIMOVA GX-2 Gear Shifter device, connected via USB serial port.
- Ability to save and load settings to/from file to the GX-2
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Rate This Project
Login To Rate This Project
User Reviews
-
An excellent tool! One minor issue to watch for: recent firmware files distributed by Primova have MS-DOS end of line terminators (CR,LF), whereas, for the MacOS v11+ version, it expects to read the firmware file as an Unix file, with LF line terminators only. This causes an error in the app reporting the hex file was bad. It's fairly easy, if arcane, to convert the hex file to Unix format, using the MacOS Terminal shell script: tr -d '\004\015' < GX-2\ V2.4.hex > GX-2\ V2.4_unix.hex Ideally, the app should be a bit more forgiving of the end of line terminators, accepting either MS-DOS or Unix text file conventions. If I get a chance, I'll submit an update.
-
I think it is excellent !! I wrote it too, so my review might be biased.