More examples?

Is there any sample code for implementing a simple instrument (synth) with an editor? E.g. loading images and using them as sliders or knobs. And the instrument generating audio output as MIDI note on and offs are received.

In addition to the JuceDemoPlugin.

/Mike

Apart from the sinewave synth in the juce demo app, I’ve not got any other example code, though there must be other demo code out there.

Here we go…
First, check out the juced project. It has everything you need:
http://code.google.com/p/juced/
Look in the extended folder to find the differences from juce.
In the apps folder there’s plenty of effects, synths, utilities, and a daw.

Then, Togu released 2 open source plugins (effects):
http://kunz.corrupt.ch/?Products:VST_TAL-Reverb
http://kunz.corrupt.ch/?Products:VST_TAL-Filter

Cheers

Super! Thanks.