https://github.com/lrq3000/pedalboard2
An open-source chainable VST host for Windows and MacOSX. Mirror of Niall Moody's Pedalboard2 sourcecode
https://github.com/lrq3000/pedalboard2
host vst vst-host
Last synced: 3 months ago
JSON representation
An open-source chainable VST host for Windows and MacOSX. Mirror of Niall Moody's Pedalboard2 sourcecode
- Host: GitHub
- URL: https://github.com/lrq3000/pedalboard2
- Owner: lrq3000
- License: gpl-3.0
- Created: 2023-12-09T19:40:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T20:22:48.000Z (almost 2 years ago)
- Last Synced: 2025-07-15T07:38:01.952Z (3 months ago)
- Topics: host, vst, vst-host
- Language: C++
- Homepage: https://www.niallmoody.com/work/pedalboard2/
- Size: 1.87 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: ChangeLog.txt
- License: license.txt
Awesome Lists containing this project
README
# Pedalboard2
Description
-----------
A VST plugin host designed for live use. Based on the JUCE 'audio plugin host'
code, heavily modified to better suit my purposes.Key Features:
- Modular patching.
- All plugin parameters can be manipulated in real time via MIDI CCs or Open
Sound Control messages.
- Any number of patches can be queued up and rapidly switched.Usage
-----
Should be fairly self-explanatory. Double click in the plugin field to add
processors. To add VST plugins to the available list of processors, go to
Options->Plugin List, the Options...->Scan for new or updated VST plugins...
All keyboard shortcuts can be remapped via Options->Application Mappings; you
can also have MIDI CCs or OSC messages mapped to the commands here (useful for
the next/prev patch commands).To delete connections, click to select, then hit the delete key.
If you don't want the app to listen for OSC messages, untoggle the OSC Input
button in Options->Misc Settings.The big play button at the bottom of the app is just so you can sync multiple
File Players up to a single trigger - for now all it does is play and pause any
connected File Players.For more details, see the html documentation.
NOTE: If you're running a 64-bit version of Windows *AND* you're using 64-bit
plugins, you'll want to use the Pedalboard2-64bit.exe version. If you want to
use 32-bit plugins, go with Pedalboard2.exeFiles
-----
Settings files are stored:* Windows XP: `Documents and Settings//Application Data/Pedalboard2`
* Windows Vista/7/8/10/11: `Users//AppData/Roaming/Pedalboard2`
* Mac OSX: `/Users//Library/Application Support/Pedalboard2`License Details
---------------
Source code is licensed under the GPL v3. Graphics and sounds under the
Creative Commons Sampling Plus license.- Niall Moody (22/04/13).