Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/KawaiK4
In directory sc8-pr-cvs1:/tmp/cvs-serv19624/JSynthLib/synthdrivers/KawaiK4
Modified Files:
KawaiK4Device.java
Log Message:
Fixed the bug in the MidiScanner. No "0" is added before the final 0xf7 byte.
Index: KawaiK4Device.java
===================================================================
RCS file: /cvsroot/jsynthlib/JSynthLib/synthdrivers/KawaiK4/KawaiK4Device.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** KawaiK4Device.java 15 Oct 2002 21:14:38 -0000 1.1
--- KawaiK4Device.java 7 Aug 2003 22:19:25 -0000 1.2
***************
*** 16,20 ****
/** Creates new K4Device */
public KawaiK4Device() {
! inquiryID="F07E**06024000000400000000000f7";
manufacturerName="Kawai";
modelName="K4/K4R";
--- 16,20 ----
/** Creates new K4Device */
public KawaiK4Device() {
! inquiryID="F07E**0602400000040000000000f7";
manufacturerName="Kawai";
modelName="K4/K4R";
|