https://github.com/kylemcmaster/nitrosynth
A simple synthesizer plugin built with JUCE.
https://github.com/kylemcmaster/nitrosynth
audio dsp juce juce-framework music synthesizer
Last synced: about 1 year ago
JSON representation
A simple synthesizer plugin built with JUCE.
- Host: GitHub
- URL: https://github.com/kylemcmaster/nitrosynth
- Owner: KyleMcMaster
- Created: 2024-10-12T01:41:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T01:34:04.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:19:49.788Z (about 1 year ago)
- Topics: audio, dsp, juce, juce-framework, music, synthesizer
- Language: C++
- Homepage:
- Size: 7.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NitroSynth
A simple synthesizer plugin built with JUCE.
## Notable Project Files
## Build Instructions
### Prerequisites
- JUCE
## Debugging and Testing
Currently, I have the build path added to FL Studio's plugin scanner and I can see the plugin in the list of available plugins. This allows me to iterate on the plugin and test it in FL Studio. This should be possible with Logic Pro X and Ableton Live as well.
I also could build the plugin host example project and initialize it as the startup project for debugging. This would allow me to debug the plugin in a standalone environment. In my "backlog" as a TODO once I have more complex features implemented.
## Resources