Code Monkey home page Code Monkey logo

msynth's Introduction

MSynth

A simple-ish digital desktop synthesizer unit, on woefully underpowered hardware.

(well it's an STM32F429, it's really just RAM-limited, but hey it only costs ~57 cad for parts + pcbs + assembly)

Architecture

The project is split up into multiple subprojects, each contained in a folder. They all have READMEs related to their internal structure. User-facing documentation (i.e. a guide) is stored in the docs/ folder.

The various subprojects are:

  • bmap: various resource generation tools
  • board: PCB CAD files + schematic
  • bootloader: The MSynth Bootloader, responsible for installation/updating/management/booting of applications and filesystem management/cleanup.
  • factory: Test application for verifying board accuracy, component quality and basic unit tests.
  • framework: Common code and build setup for all applications (clock setup, peripheral access code, filesystem code, etc.)
  • fstool: Tools for generating and interacting with filesystem images
  • app: Various primary apps are placed here. The most important one is main_app, which is the actual synthesizer core.

Licensing

The MSynth project source code is licensed under the ISC license (see LICENSE.txt). Note that any output of MSynth units is NOT covered by this license; you are free to do literally anything with the audio that comes out of this project, and no warranty is provided for these outputs (again, see LICENSE.txt).

Various font resources used (Lato and DejaVu Sans) are optionally used during the compilation process, but not included here; if you wish to avoid licensing restrictions you may substitute other or custom fonts with more favorable licensing.

Any graphical resources (only in their source form in this repository), including logos are licensed under the CC-BY-SA-4.0 license. (see LICENSE-graphics.txt)

Copyright (c) 2020, Matthew Mirvish

msynth's People

Contributors

mincrmatt12 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.