Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpusch88/Externalizer
Externalizer is a VST3 audio plugin developed using the JUCE framework, designed to enable routing audio to and from external hardware processors within DAWs and other audio programs. The goal of the project is to provide latency compensation, dry/wet control, and gain staging.
https://github.com/mpusch88/Externalizer
ableton-live audio-effects audio-hardware audio-processing daw effects external-audio-effects virtualdj vst vst3
Last synced: 24 days ago
JSON representation
Externalizer is a VST3 audio plugin developed using the JUCE framework, designed to enable routing audio to and from external hardware processors within DAWs and other audio programs. The goal of the project is to provide latency compensation, dry/wet control, and gain staging.
- Host: GitHub
- URL: https://github.com/mpusch88/Externalizer
- Owner: mpusch88
- License: mit
- Created: 2023-04-09T17:23:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-29T20:56:19.000Z (over 1 year ago)
- Last Synced: 2024-08-01T02:28:16.436Z (4 months ago)
- Topics: ableton-live, audio-effects, audio-hardware, audio-processing, daw, effects, external-audio-effects, virtualdj, vst, vst3
- Language: C++
- Homepage:
- Size: 176 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Externalizer (WIP)
Externalizer is a VST3 audio plugin built using the [JUCE framework](https://juce.com/). This project aims to enable audio routing to/from external hardware processors from within digital audio workstations (DAWs) and other audio programs. Key features include latency compensation, dry/wet control, and gain staging.
## Requirements
- [JUCE v6.x](https://juce.com/get-juce/download) or later
- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) (for Windows) or Xcode (for macOS)## Building the Plugin
1. Open the Projucer application and load the `Externalizer.jucer` file.
2. Make sure that the appropriate plugin format (VST3) is selected.
3. Click "Save Project and Open in IDE" to open the project in your preferred IDE (Visual Studio 2022 or Xcode).
4. Build the project using the IDE's build command.After building, the VST3 plugin will be available in the default output directory (`Builds//build`).
## Usage
To use the Externalizer plugin, add the built VST3 file to the desired plugin folder. Consult your audio program's documentation for information on how to load and use VST3 plugins.
## Features
- Audio routing to/from external hardware processors within a DAW
- Latency compensation
- Dry/wet control
- Gain staging## Development
- Use Projucer to manage the project and generate IDE project files
- Implement features in the `Source` folder
- Design UI in the `PluginEditor.cpp` and `PluginEditor.h` files
- Test the plugin in various DAWs on different platforms## Context
This project uses a modified version of https://github.com/mpoon/gpt-repository-loader to maintain up to date code context for use with ChatGPT / GPT4.
Example command:
```bash
python gpt_repository_loader.py "../Externalizer" -p "../Externalizer/.preamble" -o "../Externalizer/context.txt" -t 2048 -m 10
```## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).