dimatura / MEGAfm

This is the Atmega1284 firmware for the MEGAfm synthesizer.

Home Page:https://www.twistedelectrons.com/megafm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEGAfm

This is the Atmega1284 firmware for the MEGAfm synthesizer.

Find the official releases at the official product page or the github release page.

THANKS!

A million thanks to Matt Montag & Florian Jung for fixing and opening the code!

Photo of the MEGAfm

Building and flashing the source 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 "arp mode" button while turning it on, and send the sysex. Note that you need to wait about 200msec between each sysex.

Contributing

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! :)

License

The MEGAfm 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.

About

This is the Atmega1284 firmware for the MEGAfm synthesizer.

https://www.twistedelectrons.com/megafm

License:Other


Languages

Language:C++ 84.7%Language:C 14.0%Language:Processing 1.0%Language:Makefile 0.2%Language:Shell 0.1%