[sdiy] Need java midi programs
ASSI
Stromeko at compuserve.de
Wed Oct 26 20:31:05 CEST 2005
On Mittwoch, 26. Oktober 2005 15:07, Fredrik Carlqvist wrote:
> So I need a sample application I can copy from. Does anyone have a
> link to an open source program or something like that? Or a pointer
> to a good self-education site.
There's a ton of tutorials (including a brief one on audio / MIDI)
reachable via java.sun.com. There are many more Java specific developer
resources.
> Also, can someone please enlighten me in what's the difference
> between different types of java programs? Beans, applets etc.?
These are programs that need to conform to a certain API and need a
special environment to run (Beans: some server on the net, Applet:
client side application, most often a web browser). If you need a GUI,
an Applet is easier because you don't need to worry much about
intialization of resources. But it is possible to do a standalone Java
program or even dual-mode (standalone or Applet depending on execution
context).
Achim.
--
+<[Q+ Matrix-12 WAVE#46 Neuron microQkb Andromeda XTk sonic heaven]>+
SD adaptation for Waldorf microQ V2.22R2:
http://Stromeko.Synth.net/Downloads.html#WaldorfSDada
More information about the Synth-diy
mailing list