http://code.google.com/p/synthclone/downloads/detail?name=synthclone-0.1.6.tar.gz
The new version includes bug fixes and improved packaging.
Also, I've written a two-part tutorial on writing plugins for
`synthclone`. If you're a developer and would like to teach
`synthclone` to do something new, then download the latest version
(0.1.6) and read the tutorial.
If you'd like to write a plugin, but don't know what to write, then
here are some plugin ideas:
1.) Sampling via PortAudio/PortMIDI
2.) LADSPA effects
3.) LV2 effects (I've done some work in this area, but I'm not
anywhere near done)
4.) Renoise instrument targets
5.) Gigastudio targets (LinuxSampler supports .gig files)
6.) A more robust version of the plugin in the tutorial. :)
That's all for now.
--
Devin Anderson
surfacepatterns (at) gmail (dot) com
blog - http://surfacepatterns.blogspot.com/
synthclone - http://synthclone.googlecode.com/
> Also, I've written a two-part tutorial on writing plugins for
> `synthclone`.
... which is located here:
http://code.google.com/p/synthclone/wiki/TutorialWritingASimplePluginPart1