added tuning knob
[nekobee.git] / README
blob4f33b018a9bf01579189c68e9039c0a76824a452
1 There isn't really a README for nekobee yet.
3 You've got as far as extracting the tarball.  This is good.
4 Say "./configure" - this bit isn't set up right because I'm crap at autotools.
5 The autoconf scripts might fail to notice if you don't have liblo, dssi or some development libraries.
6 Once configure has done its thing, use make and make install - the default place to put it is /usr/local/lib/dssi/nekobee
7 If you get compilation errors, you're probably missing a library.  Please report it to gordon@gjcp.net
9 Launch the plugin with your favourite DSSI host.  Something like "jack-dssi-host nekobee.so" will do it.
11 Nekobee supports continuous controllers since 0.1.5 - these are listed below.
13 // nekobee defines
15 Tuning:         0x4b    //
16 Waveform:       0x46    // select waveform
17 Cutoff:         0x4A    // VCF Cutoff
18 Resonance:      0x47    // VCF Resonance
19 Env modulation: 0x01    // cheat and use modwheel
20 Decay:          0x48    // Decay time (well release really)
21 Accent Level:   0x4     // 
22 Volume:         0x07    // standard main volume
24 The decay knob works backwards.  This will be fixed, but will break old values ofor the knob.