対象とするUbuntu Studioのバージョン
- これまでにリリースされたすべてのバージョン
Ubuntuで利用できるサウンド関係プラグイン
Ubuntuではサウンド関係のプラグインパッケージがいくつか提供されています。それらは以下の規格に準じています。
- LADSPA (Linux Audio Developers Simple Plugin API)
- サウンドを扱うプラグインのための規格
- DSSI (Disposable Soft Synth Interface)
- LADSPAをソフトウェア音源用に拡張した規格
- LV2 (LADSPA Version 2)
- LADSPAの後継
これらプラグインは、アプリケーションから直接利用可能な場合もありますし、PulseAudioサウンドサーバやJACKサウンドサーバのモジュールに挿して使うこともできます。
Audacityであれば上図のように、ツールバーの項目「エフェクト」から選択できます。
ここでは、パッケージの一覧だけ紹介します。どんなプラグインが含まれているかは、実際にインストールして試してみて下さい。
代表的なLADSPAプラグイン
パッケージ名 |
説明 |
ウェブサイト |
amb-plugins |
Third release, improved decoders now using phase aligned shelf filters.A set of ambisonics plugins, mainly to be used within Ardour. Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders. More to follow. |
http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html |
blop |
BLOP comprises a set of LADSPA plugins that generate bandlimited sawtooth, Square, Variable pulse and slope-variable triangle waves, Principally for use with one of the many modular software synthesisers available. |
|
calf-plugins |
The Calf project aims at providing a set of high quality open source audio plugins for musicians. All the included plugins are designed to be used with multitrack software. |
|
caps |
the C* Audio Plugin Suite, Is a collection of refined LADSPA audio plugins capable of (and mainly intended for) Realtime operation. The suite includes DSP units emulating instrument amplifiers, Stomp-box classics, Versatile 'virtual analogue' Oscillators, Fractal oscillation, Reverb, Equalization and more. |
|
cmt |
The Computer Music Toolkit (CMT) Is a collection of LADSPA plugins for use with software synthesis and recording packages on Linux. |
|
fil-plugins |
Various sets of plugins, both synth modules and audio processing. |
http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html |
mcp-plugins |
Various sets of plugins, both synth modules and audio processing. |
http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html |
swh-plugins |
Steve Harris has written a large number of plugins for LADSPA compatible hosts. |
|
tap-plugins |
The plugins (Equalizer, Reverberator, Stereo Echo, Tremolo, Scaling Limiter, AutoPanner and DeEsser) Have been written primarily for Ardour but should work well with any LADSPA host. |
|
omins |
These plugins are provided: Range translator, Formant filter, AD Envelope, DAHDSR Envelope, Hz to V/Oct converter, Comparison, Fast Crossfade, Masher, Multiplexer, Power, Probability Switch, Sample and Hold, Signal Absolute Value, Slew Limiter, Slide, Waveguide Mesh |
|
rubberband-ladspa |
Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. |
- |
ladspa-sdk |
LADSPAプラグイン開発のためのパッケージ |
プラグインの使い方は、PulseAudioであれば、モジュール「module-ladspa-sink」を使います。
http://www.pulseaudio.org/wiki/Modules#module-ladspa-sink
JACKサウンドサーバであれば、JACK Rackなどのユーティリティを使うことができます。
代表的なDSSIプラグイン
パッケージ名 |
説明 |
ウェブサイト |
dssi-host-jack |
JACKサウンドサーバのためのDSSIホストプログラム |
|
ghostess |
DSSIプラグインのグラフィカルなホストプログラム |
|
dssi-utils |
DSSIのツール集 |
|
dssi-example-plugins |
DSSIがいくつか含まれている |
|
fluidsynth-dssi |
サウンドフォントを使うシンセサイザであるfluidsynthのDSSI実装 |
|
hexter |
YamahaのDX7のエミュレーター |
|
xsynth-dssi |
クラシックなアナログスタイル(VCOs-VCF-VCA)のソフトウェアシンセサイザ |
|
zynadd |
zynAddSubFXのDSSI実装 |
|
dssi-vst |
Steinberg社のVSTインストルメントをDSSIとして使うためのホスト |
DSSIプラグインのファイルはパス「/usr/lib/dssi」以下に保存されます。起動するには、JACKのホストプログラムを使います。例えばHexterなら、ファイル「/usr/lib/dssi/hexter.so」なので端末で以下のように実行します。
$ jack-dssi-host /usr/lib/dssi/hexter.so
Rosegardenなどは、そのDAW環境にDSSIホストプログラムを含んでいます。
代表的なLV2プラグイン
パッケージ名 |
説明 |
ウェブサイト |
slv2-jack |
LV2のJACKホストプログラム |
|
invada-studio-plugins-lv2 |
グラフィカルフロントエンドを含むプラグイン集 |
|
lv2vocoder |
ボコーダプラグイン |
|
vocproc |
ピッチシフトプラグイン |
|
zynadd |
zynAddSubFXのバックエンドとLV2プラグインを含む |
|
zynjacku |
zynaddのためのグラフィカルフロントエンド |
|
lv2fil |
LADSPAのfil-pluginsのLV2拡張 |
http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html |
swh-lv2 |
swh-pluginのLV2版 |
|
mda-lv2 |
This package provides Paul Kellett's MDA plugins ported to the LV2 specification. |

