Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffmhopkins/Open-Woodwind-Project
Collection of software for an open source MIDI Woodwind Controller/Instrument
https://github.com/jeffmhopkins/Open-Woodwind-Project
Last synced: 3 days ago
JSON representation
Collection of software for an open source MIDI Woodwind Controller/Instrument
- Host: GitHub
- URL: https://github.com/jeffmhopkins/Open-Woodwind-Project
- Owner: jeffmhopkins
- Created: 2019-05-07T02:08:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T00:54:43.000Z (about 3 years ago)
- Last Synced: 2024-08-02T05:06:51.214Z (3 months ago)
- Language: C++
- Homepage: https://hackaday.io/project/2992-the-open-woodwind-project
- Size: 59.4 MB
- Stars: 33
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open-Woodwind-Project
The Open Woodwind Project is aimed at making an open source MIDI Woodwind Controller with onboard synthesizer.
It utilizes a Teensy microcontroller with Audio Breakout, two MPR121s,BNO055 IMU, and MPXV4006GP pressure Transducer.
OWP_Synth is a sub project utilizing a Teensy Audio Libray based multi oscillator with LFOs, waveshaping, effects, and a complex modulation scheme, controlled over an OSC iPad interface. It will eventually be fully integrated into the onboard synth for the controller.
The OWP_Synth relies heavily on a TouchOSC interface to control it. This requires an OSC to MIDI bridge. On Windows you can use TouchOSC MIDI bridge, but for linux there's no offering from the TouchOSC developers, so it's a bit more complicated to setup, but all the config files and packages are called out for, and you should be able to get it setup if you want. See https://github.com/jeffmhopkins/Open-Woodwind-Project/tree/master/src/osc_configuration_for_linux_touchosc readme for how to do this.
See https://hackaday.io/project/2992-the-open-woodwind-project for porject log information.
I'll be including source code, and the 3D printing files necessary to reproduce this project in full here.
Jeff