Free/libre LV2 maximiser/maximizer plugin.
Go to file
Mirko Di 3eca57906a Updated README 2022-09-18 00:23:33 +02:00
CONTRIBUTING.org Changed VST reference to "LV2" 2022-09-18 00:19:33 +02:00
COPYING Worked on the C side of things 2022-09-13 18:57:40 +02:00
README.org Updated README 2022-09-18 00:23:33 +02:00
manifest.ttl Worked on the C side of things 2022-09-13 18:57:40 +02:00
miser.c Worked on the C side of things 2022-09-13 18:57:40 +02:00
miser.ttl Worked on the C side of things 2022-09-13 18:57:40 +02:00

README.org

LibreMiser LV2

Copyright (C) 2022 mirk0dex <mirkodi.tech>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

LibreMiser

A free/libre LV2 maximiser/maximizer plugin.

Installation

Just download the latest release or compile it yourself, then get it into your plugins directory (I personally use ~/.local/share/ladspa/) and use it in your LV2-compatible digital audio workstation.

GNU/Linux

You have two options: you can either

  1. use Carla or
  2. use the latest nightly LMMS version (no GUI [yet]).

*BSD

BSDs are BaSeD, but I don't know anything about plugins for them. You guys gotta figure it out yourselves, sorry.

Windows

If you're on Windows, I'm sorry for you. LV2 is not supported there. Heck, LV2 means "LADSPA Version 2", and LADSPA is the "(GNU/)Linux Audio Developer's Simple API". Install GNU/Linux. You're missing out on many great plugins, and, more importantly, freedom.

MacOS

is garbage.

Building

Dependencies

  • an LV2-compatible DAW (bonus points if free software, LMMS and Ardour are the best);
  • a computer;
  • a file manager (you need one in order to move the plugin to your plugins directory);
  • that's it.

For building

  • LV2 libs and stuff

Usage

Load it into your DAW and […]

Contributing

Hacking & configuring

Just

git clone https://git.mirkodi.tech/mirk0dex/LibreMiser
and have fun.

Known bugs

The program is not working as per now.

To-Do

TODO Actually start working on this thing