https://github.com/modlfo/teensy-braids
A port of the Mutable Instruments Braids to the Teensy board
https://github.com/modlfo/teensy-braids
Last synced: about 1 year ago
JSON representation
A port of the Mutable Instruments Braids to the Teensy board
- Host: GitHub
- URL: https://github.com/modlfo/teensy-braids
- Owner: modlfo
- Created: 2014-07-26T07:30:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T17:10:03.000Z (over 5 years ago)
- Last Synced: 2025-05-13T01:55:03.737Z (about 1 year ago)
- Language: C++
- Size: 1.18 MB
- Stars: 65
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
teensy-braids
=============
A port of the Mutable Instruments Braids to the Teensy board
This project extracts the Mutable Instruments Braids macro oscillator and uses the analog output (pin A14) of the teensy as audio output.
Once flashed, the Teensy receives MIDI-USB messages. The oscillator produces sound continuously and it changes the pitch based on the note-on message. The oscillator type, color and timbre are controlled with the messages CC32, CC33 and CC34 respectively.
You can find the code in the main.cpp file.
=============
### Compile
First install the Teensyduino tools. The define the variable ARDUINOPATH. In my case for OSX:
```
$ export ARDUINOPATH=/Applications/Arduino.app/Contents/Java
```
then use make
```
$ make
```
this will automatically open the Teensy loader program.