Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix
In directory sc8-pr-cvs1:/tmp/cvs-serv19624/JSynthLib/synthdrivers/OberheimMatrix
Modified Files:
OberheimMatrix1000Device.java OberheimMatrix6Device.java
Log Message:
Fixed the bug in the MidiScanner. No "0" is added before the final 0xf7 byte.
Index: OberheimMatrix1000Device.java
===================================================================
RCS file: /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix/OberheimMatrix1000Device.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OberheimMatrix1000Device.java 22 Feb 2002 00:43:54 -0000 1.2
--- OberheimMatrix1000Device.java 7 Aug 2003 22:19:25 -0000 1.3
***************
*** 10,15 ****
/**
*
! * @author Administrator
! * @version
*/
public class OberheimMatrix1000Device extends Device
--- 10,15 ----
/**
*
! * @author
! * @version $Id$
*/
public class OberheimMatrix1000Device extends Device
***************
*** 24,28 ****
synthName="Matrix 1000";
! inquiryID="F07E**06021006000200*********F7";
addDriver ( new OberheimMatrixBankDriver ());
addDriver ( new OberheimMatrixSingleDriver ());
--- 24,28 ----
synthName="Matrix 1000";
! inquiryID="F07E**06021006000200********F7";
addDriver ( new OberheimMatrixBankDriver ());
addDriver ( new OberheimMatrixSingleDriver ());
Index: OberheimMatrix6Device.java
===================================================================
RCS file: /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix/OberheimMatrix6Device.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OberheimMatrix6Device.java 22 Feb 2002 00:43:54 -0000 1.2
--- OberheimMatrix6Device.java 7 Aug 2003 22:19:25 -0000 1.3
***************
*** 11,15 ****
*
* @author Gerrit Gehnen
! * @version 0.1
*/
public class OberheimMatrix6Device extends Device
--- 11,15 ----
*
* @author Gerrit Gehnen
! * @version $Id$
*/
public class OberheimMatrix6Device extends Device
***************
*** 22,26 ****
modelName="Matrix 6/6R";
synthName="Matrix 6";
! inquiryID="F07E**06021006000200*********F7";
infoText="JSynthLib supports all librarian and editing functions on both Matrix 6/6r Single Patches, but "+
"does not yet include support for manipulating banks of patches.\n"+
--- 22,26 ----
modelName="Matrix 6/6R";
synthName="Matrix 6";
! inquiryID="F07E**06021006000200********F7";
infoText="JSynthLib supports all librarian and editing functions on both Matrix 6/6r Single Patches, but "+
"does not yet include support for manipulating banks of patches.\n"+
|