An FV-1 assembler/disassembler and EEPROM programming tool for the Spin Semiconductor FV-1 DSP
Reason this release was yanked:
Superceded by 0.4.2
Project description
FV-1 Programmer
An FV-1 assembler/disassembler and EEPROM programming tool for the Audiofab Easy Spin effects pedal.
Installation
This utility requires Python 3.8 or greater and has been tested on Windows, but should also work on MacOS and Linux.
On Windows, there should be a pre-built executable available from the latest release on Github. If you are on Windows and would prefer to download the pre-built binary, you can simply download the executable and run it directly. No other dependencies are required. We still recommend you install Windows Terminal and set it to be your default terminal.
Otherwise, this software is written in pure Python and can be installed using pip
or pipx
. If you are on MacOS or Linux, or you prefer to install and run the tool using Python (such that it can be easily updated to the latest release using Python's packaging tools), the easiest way to install this utility is with Python's built-in pip
. But keep in mind it will also install a bunch of dependencies directly into your Python environment:
pip install fv1-programmer
If you care about a clean Python environment, a cleaner way to install this utility is to first install pipx, and then install it with:
pipx install fv1-programmer
Either way, you will now have a fv1_programmer
command on your path, which you can run in a terminal (Windows Terminal highly recommended on Windows):
$ fv1_programmer
This will bring up a user interface that will allow you to configure all 8 program slots of the Easy Spin's FV-1 DSP and write the EEPROM.
This utility was made possible by the amazing Textual project. Check it out!
This utility also leverages the excellent FV-1 assembler (asfv1) and disassembler (disfv1).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fv1_programmer-0.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0cdff6e0706ff07f04d5899cda841b7fdbc09f66a99e103c2a0fb9c88474e42 |
|
MD5 | d8209c45fc41cc11ccc687b8e3105e3f |
|
BLAKE2b-256 | 80fe8ccefa67d7c0eeef9934770ecaa8e24286f581d1774165402ed36c0d384e |