https://github.com/zeloe/synth_basic
A basic synth written in C++ with JUCE framework
https://github.com/zeloe/synth_basic
cplusplus juce juce-framework midi synthesizer
Last synced: 25 days ago
JSON representation
A basic synth written in C++ with JUCE framework
- Host: GitHub
- URL: https://github.com/zeloe/synth_basic
- Owner: zeloe
- License: gpl-3.0
- Created: 2023-05-28T08:40:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T12:21:15.000Z (about 2 years ago)
- Last Synced: 2024-12-25T22:26:52.124Z (6 months ago)
- Topics: cplusplus, juce, juce-framework, midi, synthesizer
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Synth_basic
A basic synth written in C++ with JUCE frameworkBased on code written from [WolfSound](https://github.com/JanWilczek/wavetable-synth)
## To Do
- Fix Pop up menu
- Fix wavetable switching
- Fix Adsr (Processing and GUI)
- Add Gain for wavetabels
- Add Unison Feature
- ...