Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Emmet-Hayes/BatSynth
A polyphonic synthesizer with two oscillators implemented in C++ (with JUCE)
https://github.com/Emmet-Hayes/BatSynth
audio cplusplus cpp juce juce-framework synthesizer
Last synced: 3 months ago
JSON representation
A polyphonic synthesizer with two oscillators implemented in C++ (with JUCE)
- Host: GitHub
- URL: https://github.com/Emmet-Hayes/BatSynth
- Owner: Emmet-Hayes
- Created: 2019-09-03T17:10:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T04:39:44.000Z (over 1 year ago)
- Last Synced: 2024-08-04T02:08:34.155Z (6 months ago)
- Topics: audio, cplusplus, cpp, juce, juce-framework, synthesizer
- Language: C++
- Homepage:
- Size: 311 MB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - BatSynth - Hayes](https://github.com/Emmet-Hayes)</sup> | 2 oscillators with 13 wave shapes| |13|Β 1Β year<sub><sup>π </sup></sub>| (Instruments)
README
# BatSynth
A polyphonic synthesizer implemented in C++ (with JUCE).
An external midi device (like a usb keyboard) is required to make sounds!
If you are running the standalone version, any MIDI devices connected to your computer should be automatically detected thanks to the JUCE audio plugin client and show up in the options menu in the top left corner.I have recently updated this project to feature color changes across the GUI based on the lowest frequency note being currently played. Each bass frequency from the standard 12-note Western-European equal-temperament system will illuminate the UI in its own unique color. The amplitude of the final signal is furthur expressed visually by the brightness of the outlines around all sliders present in the GUI.
This synthesizer has two sound oscillators, each with thirteen different wave shapes.
Click on the label boxes below Osc1 and Osc2 to adjust their current respective oscillator wave shapes.
There is also a white noise oscillator that can be attenuated to your liking under the noise label.There are Attack, Decay, Sustain, and Release controls that affect the time-based tonality of the synthesizer.
Attack determines how quickly the oscillator's wave shape reaches full volume
Decay determines how quickly the oscillator decays to the sustain ratio (relative to full volume)
Sustain determines the ratio to full volume of the sound after the decay time has passed
Release determines how quickly the oscillator decays to silenceAfter the ADSR circuit in the signal chain, there is a 12db per octave low pass resonant filter with
a cutoff frequency parameter to determine what audio frequency to begin filtering, and a resonance
control to determine how resonant the cutoff frequency will be in the final result (be careful!!)![alt text](Images/BatSynthExampleImage.png)