[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microsound] matlab and mircrosound
On Wed, 06 Nov 2002 22:07:23 +0100
e.g.ø wrote:
> if you want java resources for sound I can try to find them in my
possibly the best java based audio system is JSyn
softsynth.com
>
> is anybody using JAVA for sounds on this list?
Java itself is too slow. Performance critical code (like most real-time audio stuff) you must write in C/C++/assembly/forth or whatever suits you (but it has to work fast) and stick it into shared libraries. That's how JSyn is implemented. But it uses Java as a programming language so any Java coder will feel at home. It's got also a GUI frontend in which you connect boxes together and it generates Java code but you have to pay for that one.
>
> jMAX is a wonderful example of java and sounds.
If I understand it well (I haven't looked at jMax in ages) jMax backend (the audio engine) is in C or C++. The frontend is in Java.
--
../MiS
Michal Seta http://creazone.eworldmusic.com/doc/mis
CreaZone http://www.creazone.com
No One Receiving http://www.noonereceiving.32k.org
upcoming release:
NOR - "The Release of the Wandering-Eyed Girl"
http://www.grainofsound.com
------------------------------