From: <ge...@us...> - 2003-08-07 22:19:27
|
Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/EmuProteusMPS In directory sc8-pr-cvs1:/tmp/cvs-serv19624/JSynthLib/synthdrivers/EmuProteusMPS Modified Files: EmuProteusDevice.java Log Message: Fixed the bug in the MidiScanner. No "0" is added before the final 0xf7 byte. Index: EmuProteusDevice.java =================================================================== RCS file: /cvsroot/jsynthlib/JSynthLib/synthdrivers/EmuProteusMPS/EmuProteusDevice.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EmuProteusDevice.java 22 Feb 2002 00:43:54 -0000 1.2 --- EmuProteusDevice.java 7 Aug 2003 22:19:24 -0000 1.3 *************** *** 10,15 **** /** * ! * @author Administrator ! * @version */ public class EmuProteusDevice extends Device --- 10,15 ---- /** * ! * @author ! * @version $Id$ */ public class EmuProteusDevice extends Device *************** *** 22,26 **** modelName="Proteus MPS"; synthName="MPS"; ! inquiryID="F07E**06021804040800*********F7"; infoText="This synthesizer lacks a MIDI addressable patch buffer. Therefore, when you send or play a patch "+ "from within JSynthLib, the patch at location 100 on the Proteus will be overwritten. JSynthLib "+ --- 22,26 ---- modelName="Proteus MPS"; synthName="MPS"; ! inquiryID="F07E**06021804040800********F7"; infoText="This synthesizer lacks a MIDI addressable patch buffer. Therefore, when you send or play a patch "+ "from within JSynthLib, the patch at location 100 on the Proteus will be overwritten. JSynthLib "+ |