From: <ge...@us...> - 2003-08-07 22:19:28
|
Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/EnsoniqESQ1 In directory sc8-pr-cvs1:/tmp/cvs-serv19624/JSynthLib/synthdrivers/EnsoniqESQ1 Modified Files: EnsoniqESQ1Device.java Log Message: Fixed the bug in the MidiScanner. No "0" is added before the final 0xf7 byte. Index: EnsoniqESQ1Device.java =================================================================== RCS file: /cvsroot/jsynthlib/JSynthLib/synthdrivers/EnsoniqESQ1/EnsoniqESQ1Device.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EnsoniqESQ1Device.java 22 Feb 2002 00:43:54 -0000 1.2 --- EnsoniqESQ1Device.java 7 Aug 2003 22:19:25 -0000 1.3 *************** *** 11,15 **** * * @author Gerrit Gehnen ! * @version 0.1 */ public class EnsoniqESQ1Device extends Device --- 11,15 ---- * * @author Gerrit Gehnen ! * @version $Id$ */ public class EnsoniqESQ1Device extends Device *************** *** 26,30 **** "knows a way around this let me know. The other ESQ librarians I checked out had the same problem, so "+ "it may be impossible"; ! inquiryID="F07E**06020F0200*************F7"; addDriver (new EnsoniqESQ1BankDriver ()); addDriver (new EnsoniqESQ1SingleDriver ()); --- 26,30 ---- "knows a way around this let me know. The other ESQ librarians I checked out had the same problem, so "+ "it may be impossible"; ! inquiryID="F07E**06020F0200************F7"; addDriver (new EnsoniqESQ1BankDriver ()); addDriver (new EnsoniqESQ1SingleDriver ()); |