Programming java if you don't really want to learn java
Hi
What are your opinions about this:
There's a Java program that offers editor support for hardware synthesizers, using the System Exclusive messages specified for each different supported synthesizer.
System Exclusive messages are strings of hexadecimal numbers, they describe values of certain parameters of sounds.
People who own a hardware synthesizer are usually musicians, and if they know about the System Exclusive specifications of their synthesizers, it means they are pretty advanced computer musicians.
But it doesn't mean they are programmers who are used to writing object-oriented code.
How can a musician write a piece of Java code without learning every aspect of the whole Java language?
I'm trying to write a step by step tutorial. But as there's a lot of different synthesizers, it's impossible to write a universal step by step tutorial. Or not ?