From: <ge...@us...> - 2003-08-18 17:09:39
|
Update of /cvsroot/jsynthlib/JSynthLib In directory sc8-pr-cvs1:/tmp/cvs-serv1565 Modified Files: documentation.html Log Message: Fixed html-tags (Hiroo Hayashi), added FS1R section (Denis) Index: documentation.html =================================================================== RCS file: /cvsroot/jsynthlib/JSynthLib/documentation.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** documentation.html 15 Aug 2003 20:47:04 -0000 1.7 --- documentation.html 18 Aug 2003 17:04:15 -0000 1.8 *************** *** 11,15 **** <font face="Verdana,arial,helvetica" size="-1"> ! <h2><a name="toc">JSynthLib Documentation</h2> <ol type="I"> --- 11,15 ---- <font face="Verdana,arial,helvetica" size="-1"> ! <h1><a name="toc">JSynthLib Documentation</h1> [...2324 lines suppressed...] ! something that shouldn't be. Better yet, use ErrorMsg.reportError("ErrorMsg goes here") instead. This way the message is only printed if JSynthLib is run in debugging mode (aka ! <samp>java -jar JSynthLib.jar 2</samp>) ! <p>2) Use a MIDI cable to connect your computer's MIDI out to MIDI ! in. Get a program from the Internet to printout all incoming MIDI messages. now you can see what messages your editor/driver is sending ! and you can check them for correctness. ! <p>3) When you are working on a driver and it doesn't seem to be doing what the code looks like it should do, one common problem is that if you make a change to the Constructor, you need to go into JSynthLib and remove the driver from the SynthConfig Dialog box and then add it again. Otherwise the newly Changed constructor isn't getting ! called. ! <p>Good Luck. </body> </html> |