From: <jww...@us...> - 2005-01-31 21:29:32
|
Date: Monday January 31, 2005 @ 13:29 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32731/JSynthLib/synthdrivers/AlesisDM5 Modified Files: Constants.java Log Message: Corrected INQUIRY_ID. |
From: <ha...@us...> - 2005-02-07 05:50:08
|
Date: Sunday February 6, 2005 @ 21:50 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24721/synthdrivers/AlesisDM5 Modified Files: BitModel.java AlesisDM5SysInfoEditor.java Log Message: make ParamModel() and ParamModel(Patch) constructor deprecated. |
From: <jww...@us...> - 2005-02-08 00:23:10
|
Date: Monday February 7, 2005 @ 16:23 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7027/JSynthLib/synthdrivers/AlesisDM5 Modified Files: BitModel.java Log Message: Removed following definitions: protected Patch patch; protected int ofs; which were causing the editor to fail with NullPointerException |
From: <jww...@us...> - 2005-02-17 20:16:49
|
Date: Thursday February 17, 2005 @ 12:16 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16621/JSynthLib/synthdrivers/AlesisDM5 Modified Files: AlesisDM5SysInfoDriver.java Log Message: Added override of sendPatch method to set first byte of sysex record back to F0 before sending patch. This is workaround for a core bug. |
From: <jww...@us...> - 2005-02-18 18:28:20
|
Date: Friday February 18, 2005 @ 10:28 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16434/JSynthLib/synthdrivers/AlesisDM5 Modified Files: AlesisDM5PrChgEditor.java Log Message: Removed line that set the first byte of the sysex record to 0xF0 in DM5ProgChgSender.generate method |
From: <jww...@us...> - 2005-02-18 18:28:30
|
Date: Friday February 18, 2005 @ 10:28 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16467/JSynthLib/synthdrivers/AlesisDM5 Modified Files: AlesisDM5SysInfoDriver.java Log Message: Replaced override of sendPatch method and replaced with override of calculateCheckSum null method |
From: <jww...@us...> - 2005-02-18 18:28:34
|
Date: Friday February 18, 2005 @ 10:28 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16511/JSynthLib/synthdrivers/AlesisDM5 Modified Files: AlesisDM5SysInfoEditor.java Log Message: Removed line that set the first byte of the sysex record to 0xF0 in DM5SysInfoSender.generate method |
From: <ha...@us...> - 2005-03-03 04:05:42
|
Date: Wednesday March 2, 2005 @ 20:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7853/synthdrivers/AlesisDM5 Modified Files: AlesisDM5PrChgDriver.java AlesisDM5SgSetDriver.java AlesisDM5TrSetDriver.java Log Message: make Driver.calculateChecksum(Patch patch, int start, int end, int offset) static. |
From: <jww...@us...> - 2005-03-04 22:39:01
|
Date: Friday March 4, 2005 @ 14:38 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8604/JSynthLib/synthdrivers/AlesisDM5 Modified Files: AlesisDM5SgSetDriver.java Log Message: Removed calculateChecksum(Patch) method. No longer needed. |
From: <jww...@us...> - 2005-03-04 22:39:06
|
Date: Friday March 4, 2005 @ 14:39 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8658/JSynthLib/synthdrivers/AlesisDM5 Modified Files: AlesisDM5TrSetDriver.java Log Message: Removed calculateChecksum(Patch) method. No longer needed. |
From: <ha...@us...> - 2005-03-05 23:09:55
|
Date: Saturday March 5, 2005 @ 15:09 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/AlesisDM5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29327/synthdrivers/AlesisDM5 Removed Files: CCSender.java Log Message: removed. |