Connect     |
A musical frequency generator
The jazz machine The jazz machine is a tiny web toy designed to play music on the internet. This applet is freeware : this means you can use it on your computer without any restriction. You are also free to distribute it on the internet by using it in your own web pages (or by any other means) as long as you don't modify the java code (class file). See the information in the source code if you want to modify or use portions of this code. The jazz machine is distributed under the GNU General Public License, and is licensed to you free of charge. The program is the copyright property of Neural Semantics sprl, Belgium. The software is provided "as is" - there is no warranty of any kind. No support is included with this license. Also visit our web site for other sound toys : http://www.neuralsemantics.com/ |
HTML settings Copy the following HTML line into your web page, assuming the class file is in the same directory as your page :
<APPLET CODE="JazzMachine.class" WIDTH=550 HEIGHT=290></APPLET> If you want to disable the display of the frequency value, do it this way :
<APPLET CODE="JazzMachine.class" WIDTH=550 HEIGHT=290> <PARAM NAME="showfreq" VALUE="off"> </APPLET> That's it ! You can also enlarge the applet by increasing its WIDTH and HEIGHT attributes. |