Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/KawaiK5000
In directory sc8-pr-cvs1:/tmp/cvs-serv19624/JSynthLib/synthdrivers/KawaiK5000
Modified Files:
KawaiK5000Device.java
Log Message:
Fixed the bug in the MidiScanner. No "0" is added before the final 0xf7 byte.
Index: KawaiK5000Device.java
===================================================================
RCS file: /cvsroot/jsynthlib/JSynthLib/synthdrivers/KawaiK5000/KawaiK5000Device.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** KawaiK5000Device.java 22 Feb 2002 00:43:54 -0000 1.2
--- KawaiK5000Device.java 7 Aug 2003 22:19:25 -0000 1.3
***************
*** 10,15 ****
/**
*
! * @author Administrator
! * @version
*/
public class KawaiK5000Device extends Device
--- 10,15 ----
/**
*
! * @author
! * @version $Id$
*/
public class KawaiK5000Device extends Device
***************
*** 22,26 ****
modelName="K5000";
synthName="K5k";
! inquiryID="F07E**06024000000A***********F7";
infoText="These Drivers should work with the Kawai K5000s, K5000r, and K5000w, though note that the 'B' bank PCM "+
"singles on the K5000w are not supported, only the additive type 'A' and 'D' bank type is supported. "+
--- 22,26 ----
modelName="K5000";
synthName="K5k";
! inquiryID="F07E**06024000000A**********F7";
infoText="These Drivers should work with the Kawai K5000s, K5000r, and K5000w, though note that the 'B' bank PCM "+
"singles on the K5000w are not supported, only the additive type 'A' and 'D' bank type is supported. "+
|