Skip to content

KS4Nguyen/LMMS-VSTs

Repository files navigation

LMMS Virtual Instruments Logo

Audio Filters for LMMS

  • vst_cringmod 2-channel Ring Modulator Status: In Progress

  • vst_spartializer Spartializer Status: Open

  • vst_hellow_world This is a plugin example from pongasoft/vst24-hello-world to get started with VST 2.4 plugins.

Installation Instructions

  1. Dependencies

You can use the VST Plugins in Fruity-Loops, ...

To Install LMMS on Linux run:

sudo apt update
sudo apt -y install lmms

For compiling the VST SDK (see next section) you need:

  • git

  • CMake & Ninja

  • build-essential package

Get them with:

sudo apt update
sudo apt install -y git build-essential ninja-build
  1. Compiling VST-SDK 2.4

    make sdk

  2. Creating the VST Plugins

    make

Copy the plugins in your LMMS subdirectory plugins/

Code Documentations

Doxygen is needed and can be installed with

sudo apt update 
sudo apt install -y doxygen

The main page for the documentation will be generated at:

./doc/html/index.html

Generate with:

make doc

What it can do

8 Ways to Use the Ring Modulator

I like that gran-turismo sound so much like the Trem and Univibe

Sources

DSP Filters

JFilters (C++)

Not used in this repo, but will be usefull:

LibSndFile

About

LMMS selfmade virtual instruments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors