Open Music Kontrollers

Quarterly releases 2020-2

lv2lint

Check whether a given LV2 plugin is up to the specification

builds.sr.ht status

An LV2 lint-like tool that checks whether a given plugin and its UI(s) match up with the provided metadata and adhere to well-known best practices.

Run it as part of your continuous integration pipeline together with lv2/sord_validate to reduce the likelihood of shipping plugins with major flaws in order to prevent unsatisfied users.

Note: This is an early release, if you happen to find false-positive warnings when using this tool, please report back, so it can be fixed.

Packages

Dependencies

ChangeLog

[0.6.0] - 13 Apr 2020

Added
Changed
Fixed
License

Check whether a given LV2 plugin is up to the specification

Kindly find more details, the source (and binaries) at:

Midi Matrix

An LV2 MIDI channel matrix patcher

builds.sr.ht status

Things that can be accomplished with this plugin:

Packages

Plugins

Channel Filter

Through

The Midi Matrix - Channel Filter is a 3-in-1 filter plugin with a simple UI enabling you to easily accomplish:

ChangeLog

[0.24.0] - 13 Apr 2020

Changed
License

An LV2 MIDI channel matrix patcher

Kindly find more details, the source (and binaries) at:

Sherlock

An investigative LV2 plugin bundle

This plugin bundle contains plugins for visualizing LV2 atom, MIDI and OSC events.

Use them for monitoring and debugging of event signal flows inside plugin graphs.

Packages

Plugins

ChangeLog

[0.22.0] - 13 Apr 2020

Added
Fixed
Changed
License

builds.sr.ht status

Kindly find more details, the source (and binaries) at:

VM

A programmable virtual machine LV2 plugin

builds.sr.ht status

This plugin bundle contains various plugins with a programmable stack-based virtual machine to modify up to 8 LV2 Control, CV, Audio, Atom and MIDI signals.

To be used when that specific simple filter plugin you desperately need does not yet exist.

Packages

Plugins

VM

ChangeLog

[0.8.0] - 13 Apr 2020

Changed
License

A programmable virtual machine LV2 plugin

Kindly find more details, the source (and binaries) at:

Mephisto

a Just-in-Time FAUST compiler embedded in an LV2 plugin

builds.sr.ht status

Write LV2 audio/cv instruments/filters directly in your host in FAUST DSP language without any need to restart/reload host or plugin upon code changes.

Use it for one-off instruments/filters, prototyping, experimenting or glueing stuff together.

Packages

ChangeLog

[0.8.0] - 13 Apr 2020

Fixed
Deprecated
Changed
License

a Just-in-Time FAUST compiler embedded in an LV2 plugin

Kindly find more details, the source (and binaries) at:

Shells Bells

A just-for-fun LV2 plugin bundle

builds.sr.ht status

The most limited, useless, hackable and fun plugin bundle ever. Sound the bell in the shell (or from any program forked from the latter) to send a MIDI note.

Packages

ChangeLog

[0.4.0] - 13 Apr 2020

Changed
License

A just-for-fun LV2 plugin bundle

Kindly find more details, the source (and binaries) at:

Moony

Realtime Lua as programmable glue in LV2

builds.sr.ht status

Write LV2 control port and event filters in Lua. Use it for one-off fillters, prototyping, experimenting or glueing stuff together.

Packages

General Overview

The Moony plugins come in three flavours, whereby some of them are more and others less suitable for linear plugin hosts (e.g. DAWs). All of them are suitable for non-linear hosts (NLH), e.g. Ingen or Synthpod.

The design goal of the plugin bundle was to create a tool to easily add realtime programmable logic glue in LV2 plugin graphs.

To have plugins which do a specific task efficiently is great, especially for audio plugins. LV2 stands apart from other audio plugin specifications with its extentable event system based on Atoms. As events can be much more varied in nature and represent pretty much anything (NOT ONLY MIDI), it would be useful to have a tool to create arbitrary event filters for a given setup on-the-fly.

For a given setup, one may need a special event filter only once and it seems to be overkill to write a native LV2 event filter in C/C++ just for that. It would also be nice to have a tool for fast prototyping of new event filters.

A scripting language seems to be ideal for these cases, where the user can write an event filter on a higher level of abstraction on-the-fly. The scripting language needs to be realtime safe, though, which restricts the choices dramatically.

One such scripting language is Lua. It is small, fast, easily embeddable and realtime-safe if coupled to a realtime-safe memory allocator like TLSF.

The Moony plugins can handle LV2 control and atom event ports, only. They do not handle LV2 audio ports. They may eventually handle LV2 control-voltage ports in the future, though. Control port values are internally handled as simple floating point numbers, whereas the atom event ports build on top of the LV2 atom and atom forge C headers.

The control port plugins are simple to script and need only low level programming skills.

The atom event port plugins are more complex. You may want to first understand the underlying concepts of LV2 atom and atom forge in the official resources:

API

The manual can be accessed from within the plugin UI or previewed here:

https://openmusickontrollers.gitlab.io/moony.lv2

Plugins

Screenshot

ChangeLog

[0.32.0] - 13 Apr 2020

Deprecated
Added
Changed
License

Realtime Lua as programmable glue in LV2

Kindly find more details, the source (and binaries) at:

PatchMatrix

a JACK patchbay in flow matrix style

builds.sr.ht status

A simple graphical JACK patchbay that tries to unite the best of both worlds:

It additionally features tightly embedded graphical mixer clients automatable with JACK MIDI/OSC.

Packages

ChangeLog

[0.18.0] - 13 Apr 2020

Changed
License

a JACK patchbay in flow matrix style

Kindly find more details, the source (and binaries) at:

Last update - 10 Nov 2025

Copyright © 2014-2025, Hanspeter Portner, Open Music Kontrollers, cc-by-sa 4.0.