forked from pgiblock/lmms-lv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
86 lines (57 loc) · 3.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
======================
LMMS Plugins for LV2
======================
This is the beginning of a port of LMMS plugins to LV2.
NOTE: The output of the plugins is VERY LOUD and WILL DISTORT.
This is known to be an issue in LMMS, and is generally resolved by lowering the
volume on the LMMS mixer. You should run the output through an JACK amplifier
before hitting the soundcard. I'm currently using JACK Rack with "Simple
amplifier" (amp_1181.so)
To use the Triple Oscillator plugin, use your favorite LV2 host with MIDI
support. Or, just use the command below:
jalv.gtk http://pgiblock.net/plugins/triple-oscillator
Key [W]=Working on, [C]=Complete, [X]=Not planned
Instruments:
[ ] AudioFileProcessor - playing audio files.
Would be nice to coordinate efforts with LV2 team, regarding host-side sample loading.
[ ] BitInvader - 'simple and dirty' wavetable synthesis.
Should be easy enough, might require "Atom" extension for the scribble data
[ ] Kicker - drum synthesis.
Easy
[W] LB302 - a monophonic implementation of the TB303 sound.
Simplified due to monophonic nature and because I'm familiar with code-base
[ ] Mallets - a struck-instrument synthesizer
Is this necessary due to CMT on LV2?
[ ] Organic - an additive organ synthesizer.
I'm not a huge fan of this one, so low priority
[ ] FreeBoy - an emulator of the sound chip of the Nintendo Game Boy.
Will require BitInvader's "Graph" widget and data-passing.
[ ] PatMan - a GUS-compatible patch instrument.
Never used it...
[X] SF2 Player - the official SoundFont2 player.
Not neccessary with FluidSynth LV2 plugin
[ ] SID - an emulator of the sound chips used by the C64.
A fun one, but not huge priority of mine
[X] Singerbot - a 'singing' sound synthesizer.
Unmaintained, might try it once LMMS restores this one
[W] TripleOscillator - the 'standard' subtractive synthesis module.
Priority #2 behind LB303. Will require writing the initial oscillator code
and voice-managing code. And the original oscillator code is less than ideal
for a C port.
[X] VeSTige - VSTi-hosting plugin
Not required with current work on FST
[ ] Vibed - powerful vibrating-string synthesis module.
Requires BitInvader's graph
[X] ZynAddSubFX - A powerful hybrid synthesizer
There is already zyn for LV2, right?
Effects:
[ ] Bass Booster - Maximizes bass sound
[X] Peak Controller - Control other parameters with the input peak levels
This is tied too closely to LMMS's mixer to be useful here.
A rewrite is necessary (and more trivial to be honest)
[ ] Spectrum Analyzer - Visualize audio response
There are other Visualizers in the JACK/LV2 world. Lowest priority.
[ ] Stereo Enhancer - Simulate a wider stereo separation
[ ] Stereophonic Matrix - Mix stereo input and output in a completely flexible way
Might not be too useful outside of LMMS. Originally designed to
work-around some limitation in the mixer.