From: Vladimir A. <vl...@gm...> - 2011-09-01 16:18:27
|
On 09/01/2011 10:02 AM, Joe Emenaker wrote: > One of the things I'd like to see next is a mechanism to load just the > synth drivers that you need. As things are now, compiling JSynthLib > means compiling*all* of the synth drivers, and the same goes for > distributing it. If we hope to add many more synth drivers, this is > going to get out of control. So, we'll need to come up with a way where > we can just compile/distribute the core JSynthLib app, and then have > that app load the individual synth drivers from individual jar files or > something. > I would suggests looking at plugin implementation in jedit. Plugins there are dynamically loadable, and there is a plugin manager that can download plugins directly from source forge site and install on the fly. Regards, Vladimir |