Giter VIP home page Giter VIP logo

therapsid's Introduction

TherapSID

This is the Atmega1284 firmware for the TherapSID synthesizer.

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

Photo of the TherapSID

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

Unit tests

Parts of the code can be tested on your development machine. We use the Catch2 unit testing framework. To run the tests that live in the test/ folder, just type:

make test

Note that the tests also serve as a kind of documentation, as the section names usually give a good hint of what the class is supposed to do.

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.
  • Run the unit tests using make test before submitting.

Thank you, we are looking forward to your contribution! :)

License

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

therapsid's People

Contributors

windfisch avatar twisted-electrons avatar rio-rattenrudel avatar thomasj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.