Coder Social home page Coder Social logo

deadsy / googoomuck Goto Github PK

View Code? Open in Web Editor NEW
29.0 7.0 5.0 5.98 MB

Goo Goo Muck

License: GNU General Public License v3.0

Makefile 0.09% C 97.81% C++ 0.77% Assembly 0.94% Python 0.32% Objective-C 0.08%
stm32f4 stm32f4-discovery synthesizer midi midi-device music-synthesis stm32

googoomuck's Introduction

GooGooMuck

When the sun goes down, and the moon comes up...

I turn into a teenage goo goo muck.

What Is It?

GGM is a software based sound/music synthesizer that runs on the STM32F4 Discovery Board.

The synth and platfom code have been partitioned for ease of portability. The synth code is written using floating point, so a target CPU should have a 32 bit (single precision) FPU. E.g. ARM Cortex M4 or better.

Specifications

  • 44100 samples/second (per channel)
  • 16 bits/sample
  • stereo output
  • 32-bit floats for internal operations
  • MIDI input (serial)
  • 16 voice polyphony
  • 16 channels with independent patches

Hardware

Build tools:

The path to the GNU cross compilation tools is set in ./mk/common.mk

Source Layout

  • common - common souces (target/SoC independent)
  • drivers - device drivers (non SoC)
  • ggm - GooGooMuck synthesizer (target/SoC independent)
  • mk - make scripts
  • scripts - python scripts
  • soc - SoC drivers and definitions
  • target - target specific code
  • usb - tinyusb stack (ported to the STM32F4, work in progress)

Inspirations

Resources

googoomuck's People

Contributors

deadsy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

googoomuck's Issues

midi serial

got it built & beeping- so many pins... where do i connect the midi serial? usb midi would be amazing.

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.