Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahtigner/blue
A polyphonic, MIDI capable audio synthesizer. Written with the JUCE audio framework in C++
https://github.com/noahtigner/blue
juce synthesizer
Last synced: 8 days ago
JSON representation
A polyphonic, MIDI capable audio synthesizer. Written with the JUCE audio framework in C++
- Host: GitHub
- URL: https://github.com/noahtigner/blue
- Owner: noahtigner
- Created: 2019-12-22T20:40:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T18:27:55.000Z (over 4 years ago)
- Last Synced: 2024-10-10T16:41:55.957Z (about 1 month ago)
- Topics: juce, synthesizer
- Language: C++
- Homepage:
- Size: 5.72 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blue
A polyphonic, MIDI capable audio synthesizer. Written with the JUCE audio framework.
### A snapshot of the Synth
![Screenshot](display.png)### Use
Run Builds/[your environment]/build/Release/Blue
For information on audio synthesis, see [Synthesis Fundamentals courtesy of Moog](https://moogfoundation.org/learning-synthesis/synthesis-fundamentals/)
### Development
Written in C++.
Dependencies:
* JUCE Audio Framework
## Author
Noah Tigner