drakh / bluelab-plugins

All BlueLab plugins and apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluelab-plugins

All BlueLab plugins and apps

All the necessary files to rebuild all the plugins, installers, modify the design and the documentation.

There are interesting plugins such as phantom fundamental effect, good quality stero widening, good quality pitch shifting, spectrogram edition, experimental volume rendering of sound, Deep Learning demixing, visualizers, partials tracking, experimental (not finished) synthetizer based on the SAS model (Strutured Additive Synthesis)...

The plugins can be built on Linux, MacOS and Windows (vst2/vst3/au/aax and app).

To see them in action, have a look at these videos.

Checking out

git clone --recursive https://github.com/deadlab-plugins/bluelab-plugins.git

Building on Linux

  • call bl-checkout-submodules.sh

  • call bl-replace-nanovg.sh

  • edit plugs-path.sh and set the path for your system

  • launch the script make-links.sh

  • cd iPlug2/Dependencies/IPlug and launch download-iplug-sdks.sh

    Build flac

    • cd Libs/flac
    • ./autogen.sh
    • ./configure
    • make
    • mkdir lib/linux
    • cp ./src/libFLAC/.libs/libFLAC-static.a lib/linux
  • cd BuildSystem/linux and call make-dist-linux.sh (change plugins-list.sh to select only some plugins to build)

bluelab plugins

About

All BlueLab plugins and apps

License:GNU General Public License v3.0


Languages

Language:C 42.4%Language:C++ 35.7%Language:Shell 7.9%Language:Python 3.6%Language:Makefile 3.6%Language:Mathematica 2.0%Language:Batchfile 1.2%Language:HTML 0.9%Language:Inno Setup 0.8%Language:CMake 0.6%Language:Smarty 0.5%Language:Rich Text Format 0.3%Language:M4 0.3%Language:Perl 0.1%Language:Objective-C 0.1%Language:Roff 0.0%Language:MATLAB 0.0%Language:CSS 0.0%Language:Pascal 0.0%