This is the Atmega1284 firmware for the AY3 Synthesizer.
Find the official releases at the official product page.
THANKS!
A million thanks to RIO for fixing and opening the code!
Install platformio
and python2
. (Yes. I am so sorry :(.)
To compile the firmware and to generate the firmware update sysex, run:
make firmware.syx
Then put the device into bootloader mode by holding down the encoder button while turning it on, and send the sysex. Note that you need to wait about 200msec between each sysex.
If you want to fix a bug, add a feature or contribute in any other way to the development of this firmware, we are glad to accept a pull request in this repository! Please make sure your contribution adheres to the following:
- Please update CHANGELOG.md to contain a brief description of your changes.
- Ensure you do not break loading of old patches.
- Format your code using
make fmt
before submitting.
Thank you, we are looking forward to your contribution! :)
The AY3 firmware under src/
and include/
is free software. It is released under the terms of
the ISC License. The libraries and tools distributed in the 3rdparty/
and lib/
directories have their own copyright and license notes.