Re: Playing (MIDI) sounds from Java applet (Shepard's Tones)
From: Ben (cgrskip_at_skynet.be)
Date: 10/22/03
- Next message: ge0rge: "Re: Apache + Tomcat integration - please help!"
- Previous message: Patrick Carl: "Re: calling constructors within constsructors"
- In reply to: SOB-like MIDIs: "Playing (MIDI) sounds from Java applet (Shepard's Tones)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Oct 2003 22:36:22 +0200
"SOB-like MIDIs" wrote :
> How is this done?
> (I'm assuming it uses MIDI.)
No. Java only supports MIDI in its 1.4 version (javax.sound.midi).
This applet runs regular short au clips. Another method to do
audio with earlier versions of java is to use the sun.audio classes.
They're not standard java, but (before 1.4) it was the only way to
perform low-level sound synthesis in java.
An example with source code :
http://www.neuralsemantics.com/applets/jazz.html
(also take a look at the online e-guitar !)
> Is this sound applet playable from any
> java-enabled browser on any Windows system?
supposed to be, yes (provided there is a sound card !)
> How about on Mac or Unix?
same
Ben
- Next message: ge0rge: "Re: Apache + Tomcat integration - please help!"
- Previous message: Patrick Carl: "Re: calling constructors within constsructors"
- In reply to: SOB-like MIDIs: "Playing (MIDI) sounds from Java applet (Shepard's Tones)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|