IEEE-UCF / IEEE-VST

Multi-effect DSP Algorithms implemented in C++ and deployed as a VST plugin. Versions controlled and managed here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEEE-VST

A VST (Virtual Studio Technology) is a plug-in software interface that either synthesizes or affects audio within a DAW (Digital Audio Workstation).

The intention of this project is to create a VST effect plugin for implementation on the Knights Open Circuit Podcast vocal chain. It also may serve as a production aid for music created under the IEEEDM (IEEElectronic Dance Music) initiative and an item of interest for the DAW workshop.

This project will be programmed using C++, primarily through the Visual Studio IDE (Integrated Development Environment).

There will be three teams as follows:

  1. User Interface Team (#ui-ux) - configure faders, knobs, scopes, plugin settings and appearance.
  2. Signal Algorithms Team (#dsp) - develop digital audio data processing techniques.
  3. C++ Development Team (#cpp)- work with JUCE framework to create VST3 format.

Features

After cloning, run the following command to pull in the JUCE Framework: git submodule update --init --recursive

Features

About

Multi-effect DSP Algorithms implemented in C++ and deployed as a VST plugin. Versions controlled and managed here.