MDA-LV2 - Le Bottin des Jeux Linux

MDA-LV2

🗃️ Specifications

📰 Title: MDA-LV2 🕹️ / 🛠️ Type: Tool
🗃️ Genre: Development 🚦 Status: 04. Released (status)
🏷️ Category: Development ➤ Audio Production ➤ Record & Effects 🌍️ Browser version:
🔖 Tags: 📦️ Package Name: mda-lv2
🐣️ Approx. start: 📦️ Arch package:
🐓️ Latest: 2014-01-05 📦️ RPM package:
📍️ Version: 1.2.2 📦️ Deb package: ✓
🏛️ License type: 🕊️ Libre 📦️ Flatpak package:
🏛️ License: MIT | GPL-2 📦️ AppImage package:
🏝️ Perspective: Third person 📦️ Snap package:
👁️ Visual: Text ⚙️ Generic binary: ✓
⏱️ Pacing: Real Time 📄️ Source: ✓
👫️ Played: Single 📱️ PDA support:
🎖️ This record: 5 stars 🕳️ Not used:
🎀️ Game design: 👫️ Contrib.: goupildb & Louis
🎰️ ID: 14375 🐛️ Created: 2014-07-13
🐜️ Updated: 2022-05-06

📖️ Summary

[en]: A port of the MDA VST plugins to LV2 [fr]: Un portage LV2 des plugins MDA de Paul Kellett (effets sonores, synthétiseurs, percussions)

🕸️ Links

🏡️ Website & videos
[Homepage] [Dev site] [Features/About 1 2] [Screenshots] [Videos t(202xxx) gd(202xxx) gu(202xxx) r(202xxx) lp(202xxx) g(202xxx) g[fr](202xxx) g[de](202xxx) g[ru](202xxx) g[pl](202xxx) g[cz](202xxx) g[sp](202xxx) g[pt](202xxx) g[it](202xxx) g[tr](202xxx)] [WIKI] [FAQ] [RSS] [Changelog 1 2 3]

💰 Commercial: [Support their work (Donate)]

🍩️ Resources
[geiswei (mda-VST-plug-ins - other port)]

🛠️ Technical informations
[mda-vst]

🦣️ Social
Devs (Dave Robillard [fr] [en]): [Site 1 2] [Chat] [mastodon] [PeerTube] [YouTube] [PressKit] [LinkedIn] [Interview 1(202xxx) 2(202xxx)]
Devs (Paul Kellett [fr] [en]): [Site 1 2] [Chat] [mastodon] [PeerTube] [YouTube] [LinkedIn] [Interview 1(202xxx) 2(202xxx)]
The Project: [Blog] [Chat] [Forums] [mastodon] [PeerTube] [YouTube] [PressKit] [reddit] [Discord]

🐝️ Related
[Debian/Ubuntu]

📦️ Misc. repositories
[Repology] [pkgs.org] [Generic binary] [Arch Linux / AUR] [openSUSE] [Debian/Ubuntu] [Flatpak] [AppImage(author's repo)] [Snap] [PortableLinuxGames]

🕵️ Reviews
[Espace-Cubase [fr]]

🕊️ Source of this Entry: [Site (date)]

🦣️ Social Networking Update (on mastodon)

🛠️ Title:
🦊️ What's:
🏡️
🐣️
🔖
📦️
📖 Our entry: https://www.lebottindesjeuxlinux.tuxfamily.org/en/online/lights-on/

🥁️ Update:
⚗️
📌️ Changes:
🦣️ From: 📶️

🏝️ https://www.youtube.com/embed/
🦉️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🕵️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️[fr] https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/

📕 Description [en]

📕🐧"blabla"🐧📕


MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett. It contains 36 high-quality plugins for a variety of tasks.

This is a more or less faithful port of both the effects and instrument plugins. The only functional difference in code is to support LV2-style toggle ports (> 0.0 is on, rather than 0.5). All the plugins have been tested, and thanks to several bug fixes this collection should be more reliable than the original.

No custom UIs are included, however control ports are grouped and given designations where appropriate, so hosts should be able to generate a good generic UI. The original "programs" are available as standard LV2 presets. The documentation from the old web site has been included in the data files and is readable by hosts, so detailed port and plugin documentation can be made available in the UI. This is intended to establish a precedent; hosts are encouraged to make this information somehow visible (currently at least Ardour 3 and Jalv support this by showing tooltips for controls, and Ardour has a drop down pane for the plugin description).

The instrument plugins make use of the new atom:AtomPort to receive MIDI. Apologies for any inconvenience, but this means they will only work in modern hosts which have implemented atom-based MIDI. The effects should work fine in any LV2 host.



MDA.LV2
=======

This is a port of the MDA VST plugins to LV2.

MDA plugins are originally by Paul Kellett and were released under the GPL-2 or later, or the MIT license. Thanks, Paul!

This port is by David Robillard, and is 100% Free Software (including the only dependency lv2.h) released under the GPL-2 or later. See COPYING for details.

This port is based on revision 10 of the MDA SVN repository at . It is similar to, but not 100% compatible with, the original plugins, since some VSTisms have been changed to be more appropriate for LV2 (e.g. toggle ports).

LVZ
---

To port these plugins to LV2, I wrote the missing code blindly in order to make things compile and work as an LV2 plugins. The interface (but not implementation) of this code is intrinsically similar to the original API used by MDA (namely VST), but solely due to the fact that the original MDA code was written against this API.

These plugins make no claim of compatibility, or any other relation, to VST.
This code does not require the VST SDK, or any other non-free software.
This code has never come into contact with any part of the VST SDK.
I (David Robillard) have never come into contact with any part of the VST SDK.
Clear? :)

I have named this wrapper/interface "LVZ" (for LV0, condescension intended).
It may be useful for porting other GPL-ST plugins to LV2.

Debian :
This package provides Paul Kellett's MDA plugins ported to the LV2 specification.
LV2 (LADSPA version 2) is an open standard for plugins and matching host applications, mainly targeted at audio processing and generation.

These plugins make no claim of compatibility, or any other relation, to VST. This code does not require the VST SDK, or any other non-free software, and it has never come into contact with any part of the VST SDK.

📕 Description [fr]

Un portage LV2 des plugins MDA de Paul Kellett (effets sonores, synthétiseurs, percussions), par Dave Robillard (plugins par Paul Kellett).

MDA-LV2 est un portage LV2 des plugins MDA de Paul Kellett. Il contient 36 plugins de haute qualité pour une variété de tâches.
Ce portage a été réalisé par David Robillard, et comprend 100% de logiciels libres (y compris la seule dépendance lv2.h) et il est publié sous la licence GPL-2 ou plus.
Ce port est basé sur la révision 10 du référentiel SVN MDA. Il est en tout point semblable, mais pas 100% compatible avec les plugins d'origine, car certains VSTisms ont été modifiés pour s'adapter à LV2 (par exemple les ports à bascule).

Voir aussi / See also: lv2-mdaMetaPiano, MDA-LV2,


MDA-LV2 est un port LV2 des plugins MDA de Paul Kellett. Il contient 36 plugins de haute qualité pour une variété de tâches.

C'est un port plus ou moins fidèle à la fois des effets et des plugins d'instruments.
La seule différence fonctionnelle dans le code est le support des "toggle ports" LV2. Tous les modules ont été testés, et grâce à plusieurs corrections de bugs cette collection devrait être plus fiable que l'original.

Aucune interface personnalisée n'est incluse, néanmoins les ports de contrôle sont regroupés et se voient attribués des désignations le cas échéant, si bien que leurs hôtes devraient être en mesure de générer une bonne interface générique. Les programmes d'origine sont disponibles sous forme de préréglages LV2 standard.
La documentation de l'ancien site web a été incluse dans les fichiers de données et est lisible par les hôtes, rendant disponible aux interfaces utilisateur la documentation détaillée des ports et plugins. Le but est de créer un précédent; les hôtes sont invités à rendre cette information en quelque sorte visible (actuellement au moins Ardour 3 et Jalv le supportent en affichant des boîtes de descriptions).

Les plugins d'instruments utilisent le nouvel "atom: AtomPort" pour recevoir le MIDI. Toutes mes excuses pour tout inconvénient, mais cela signifie qu'ils ne fonctionnent que dans des hôtes modernes qui ont mis en œuvre le MIDI basé sur "atom". Les effets devraient fonctionner correctement dans n'importe quel hôte LV2.



🍥️ Debian:

Ce package contient les plugins MDA de Paul Kellett portés sous la spécification LV2.
LV2 (LADSPA version 2) est un standard ouvert pour plugins et applications de serveurs, principalement axé sur le traitement et la génération audio.

Ces plugins ne ne revendiquent aucune compatibilité ou lien avec VST.
Ce code ne nécessite pas le SDK VST, ou tout autre logiciel non-libre, et il n'a jamais eut de lien avec n'importe quelle partie du SDK VST.