descriptionTB-303 soft clone
homepage URLhttp://www.nekosynth.co.uk/wiki/nekobee
ownernedko@nedk.org
last changeSun, 1 Feb 2009 16:03:09 +0000 (1 16:03 +0000)
content tags
add:
README
There isn't really a README for nekobee yet.

You've got as far as extracting the tarball.  This is good.
Say "./configure" - this bit isn't set up right because I'm crap at autotools.
The autoconf scripts might fail to notice if you don't have liblo, dssi or some development libraries.
Once configure has done its thing, use make and make install - the default place to put it is /usr/local/lib/dssi/nekobee
If you get compilation errors, you're probably missing a library.  Please report it to gordon@gjcp.net

Launch the plugin with your favourite DSSI host.  Something like "jack-dssi-host nekobee.so" will do it.

Nekobee supports continuous controllers since 0.1.5 - these are listed below.

// nekobee defines

Tuning:		0x4b	//
Waveform:	0x46	// select waveform
Cutoff:		0x4A	// VCF Cutoff
Resonance:	0x47	// VCF Resonance
Env modulation:	0x01	// cheat and use modwheel
Decay:		0x48	// Decay time (well release really)
Accent Level:	0x4	// 
Volume:		0x07	// standard main volume

The decay knob works backwards.  This will be fixed, but will break old values ofor the knob.
shortlog
2009-02-01 Gordon JC Pearceadded tuning knobmaster
2009-01-27 Torben HohnFix 64bit warnings.
2009-01-27 Nedko ArnaudovRemove autohell
2009-01-27 Nedko ArnaudovRemove old pngs
2009-01-27 Nedko Arnaudovwaf build system
2009-01-26 Nedko ArnaudovAdd .gitignore
2009-01-26 Nedko ArnaudovMake it build again after the refactoring
2009-01-26 Nedko Arnaudovrefactor ui code
2009-01-26 Nedko ArnaudovMerge branch 'newui' into lv2lv2
2009-01-25 gordonjcptweak filter, again
2009-01-22 Nedko ArnaudovExternal UI updates (should be fully functional now)
2009-01-22 Nedko ArnaudovRemove DSSI from GUI Window title, it is used for LV2 too
2009-01-22 Nedko ArnaudovLV2 UI shows
2009-01-21 Nedko ArnaudovSkeleton of LV2 UI talking to DSSI style UI process
2009-01-21 Nedko ArnaudovLV2 support infrastructure fixes
2009-01-21 Nedko ArnaudovInstall LV2 plugin
...
heads
14 years ago newui
15 years ago master
15 years ago lv2