8000 GitHub - Amphicheiras/Wavetable-Synth: DIY synthesizer of basic waveforms, made with JUCE.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Amphicheiras/Wavetable-Synth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wavetable Synthesizer Audio Plugin

right

Features

Getting Started

Prerequisites

  • JUCE Framework: Required for building and running the plugin. Download from JUCE.
  • Supported DAWs: Any Digital Audio Workstation that supports VST, AU, or standalone plugins.
  • Compiler: Ensure a compatible C++ compiler is installed. For Windows, MSVC is recommended, while Xcode works well on macOS.

Installation

  1. Clone the repository:

     git clone https://github.com/Amphicheiras/Wavetable-Synth.git
     cd Wavetable-Synth
  2. Have a look at the /root and /plugin CMakeLists.txt

  3. Configure with CMake:

    cmake -S . -B build
  4. Compile with CMake:

    cmake --build build

Usage

  1. Load the Plugin: After compiling, load the plugin in a supported DAW or run as a standalone application if built as such.
  2. Place the Synth in a MIDI channel and play a MIDI note!

Code Overview

Parameters

Contributing

Contributions are welcome! Please fork this repository, create a branch, and submit a pull request for any improvements or bug fixes.

Issues

If you encounter bugs or have feature requests, please report them in the Issues section of this repository.

License

This project is licensed under the GNU GPL-3.0 License - see the LICENSE file for details.

Acknowledgments

Special thanks to the open-source audio community and JUCE for their continuous support and resources.

Super special thanks to Jan Wilczek!

Useful Links

About

DIY synthesizer of basic waveforms, made with JUCE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0