yukulele / protoplug

Create audio plugins on-the-fly with LuaJIT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For people on windows: just put the whole repository in your vst folder. I have included the builds. if you're not on windows it will work but you gotta get the builds as specified below.

protoplug

Create audio plugins on-the-fly with LuaJIT.

Protoplug is a VST/AU plugin that lets you load and edit Lua scripts as audio effects and instruments. The scripts can process audio and MIDI, display their own interface, and use external libraries. Transform any music software into a live coding environment!

Cross-platform : builds for Windows, Linux, and macOS. This means that all protoplug scripts are compatible with these platforms and can be loaded into a huge amount of audio software (glory to JUCE)

Fast : Use the speed of LuaJIT to perform complex DSP tasks in realtime.

Free and open source : The source is MIT-licensed. Hack away.

Compiling from Source

There are prebuilt binaries, but building it from source is also simple:

Mac and Windows :

You'll need Visual Studio 2017 (Windows) or a recent XCode (macOS). Projects files are in the Builds folder.

Linux :

For example, on Ubuntu 16:

sudo apt-get install libluajit-5.1-2 libfftw3-3 build-essential pkg-config libgtk-3-dev libfreetype6-dev libx11-dev libasound2-dev libxinerama-dev libxcursor-dev libcurl4-openssl-dev
tar zxf protoplug-1.4.0.tar.gz
cd protoplug-1.4.0/Builds/multi/Linux/
make CONFIG=Release

Then, optionally run sudo make install or just copy the binaries from protoplug-1.4.0/Bin/linux to wherever you want them.

About

Create audio plugins on-the-fly with LuaJIT.

License:Other


Languages

Language:C++ 50.7%Language:C 43.4%Language:Objective-C++ 2.7%Language:HTML 1.2%Language:Lua 1.1%Language:Java 0.6%Language:Makefile 0.1%Language:Objective-C 0.1%Language:CSS 0.1%Language:R 0.0%Language:Shell 0.0%Language:Batchfile 0.0%