From: <ha...@us...> - 2004-03-06 07:29:52
|
Date: Friday March 5, 2004 @ 23:07 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30522/OberheimMatrix Modified Files: OberheimMatrixBankDriver.java Log Message: make Driver.sendPatchWorker final. |
From: <ri...@us...> - 2004-03-09 09:06:18
|
Date: Tuesday March 9, 2004 @ 0:41 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19479/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java Log Message: Allow user to switch between SDI and MDI. |
From: <tti...@us...> - 2004-03-18 14:20:03
|
Date: Thursday March 18, 2004 @ 6:10 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6242/synthdrivers/OberheimMatrix Modified Files: OberheimMatrix1000Device.java OberheimMatrix6Device.java OberheimMatrixBankDriver.java OberheimMatrixSingleDriver.java OberheimMatrixSingleEditor.java Log Message: get rid of deprecated elements |
From: <ri...@us...> - 2004-03-31 18:05:51
|
Date: Wednesday March 31, 2004 @ 9:54 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28036/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixBankDriver.java OberheimMatrixSingleEditor.java Log Message: combine duplicate code. |
From: <ha...@us...> - 2004-04-17 21:57:30
|
Date: Saturday April 17, 2004 @ 14:57 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25038/OberheimMatrix Modified Files: OberheimMatrixBankDriver.java OberheimMatrixSingleDriver.java Log Message: Make no use of PatchEdit.MidiOut.Write* and PatchEdit.MidiIn.*. |
From: <ha...@us...> - 2004-04-26 04:43:49
|
Date: Sunday April 25, 2004 @ 21:43 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11727 Modified Files: OberheimMatrix6Device.java OberheimMatrix1000Device.java Log Message: fold device info string. |
From: <ha...@us...> - 2004-04-26 04:44:30
|
Date: Sunday April 25, 2004 @ 21:44 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11836 Modified Files: OberheimMatrixSingleEditor.java Log Message: use AppConfig.getOSName() to detect Linux. |
From: <ri...@us...> - 2004-05-03 04:40:58
|
Date: Sunday May 2, 2004 @ 21:40 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22152/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java OberheimMatrixSingleEditor.java OberheimMatrixBankDriver.java Log Message: Various cleanup including: * One class per file * Cleaned up unused imports * Call static items via class name * Fix use of deprecated methods. |
From: <ha...@us...> - 2004-05-05 06:30:41
|
Date: Tuesday May 4, 2004 @ 23:30 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26010/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: make better use of SysexWidgets. |
From: <ha...@us...> - 2004-05-21 01:48:18
|
Date: Thursday May 20, 2004 @ 18:48 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30476/OberheimMatrix Modified Files: OberheimMatrix1000Device.java OberheimMatrix6Device.java Log Message: define Device(Preferences). |
From: <ha...@us...> - 2004-07-05 19:53:30
|
Date: Monday July 5, 2004 @ 12:53 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23473/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: replace EnvelopeNode class with EnvelopeWidget.Node class. |
From: <ha...@us...> - 2004-07-11 22:38:50
|
Date: Sunday July 11, 2004 @ 15:38 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13285/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: define Utility.centerDialog method and make use of it. move AppConfing.getOSName to Utility class. |
From: <ri...@us...> - 2004-07-30 16:57:39
|
Date: Friday July 30, 2004 @ 9:57 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14030/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java OberheimMatrix6Device.java OberheimMatrixSingleEditor.java OberheimMatrixBankDriver.java OberheimMatrix1000Device.java Log Message: First steps toward XML Drivers: Initial support for multiple Patch classes. Inquiry IDs are regexes. Device Add Dialog includes XML devices, although you can't yet add them. |
From: <ha...@us...> - 2004-08-13 03:07:51
|
Date: Thursday August 12, 2004 @ 20:07 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31801/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java OberheimMatrixBankDriver.java OberheimMatrixSingleEditor.java Log Message: revert Driver, BankDriver, and their subclasses not to use IPatch. |
From: <ri...@us...> - 2004-08-14 22:27:16
|
Date: Saturday August 14, 2004 @ 15:27 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30038/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java OberheimMatrixBankDriver.java Log Message: Introduce IDriver, IPatchDriver, ISingleDriver, and IBankDriver. |
From: <ha...@us...> - 2004-08-21 14:39:16
|
Date: Saturday August 21, 2004 @ 7:39 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19533/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java OberheimMatrixBankDriver.java Log Message: make Driver.calculateChecksum(Patch, int, int, int) static. |
From: <ri...@us...> - 2004-08-31 07:08:04
|
Date: Tuesday August 31, 2004 @ 0:07 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24680/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: Initial support for XML drivers and Groovy plugins. |
From: <ha...@us...> - 2004-09-15 04:34:25
|
Date: Tuesday September 14, 2004 @ 21:34 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10846/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixBankDriver.java Log Message: introduce DriverUtil class. The following static methods are moved into the new class. Driver.generateNumbers Driver.calculateChecksum(Patch, int, int, int) Patch.valueOf(byte[]) Patch.getPatchHeader(byte[]) Patch.chooseDriver(byte[]) Patch.chooseDriver(byte[], Device) |
From: <ha...@us...> - 2004-10-03 17:45:54
|
Date: Sunday October 3, 2004 @ 10:44 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18529/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixBankDriver.java Log Message: add byte[] IPatch.export(). add byte[] IPatchDriver.export(IPatch patch). get rid of void IPatchDriver.calculateChecksum(IPatch patch). IPatchDriver.send(IPatch patch, int, int) and ISingleDriver.send(IPatch patch) calculate checksum. |
From: <ha...@us...> - 2004-10-09 04:56:52
|
Date: Friday October 8, 2004 @ 21:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3020/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: revert PatchNameWidget(String, IPatch) constructor. |
From: <ha...@us...> - 2005-01-16 18:05:55
|
Date: Sunday January 16, 2005 @ 10:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25411/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixBankDriver.java Log Message: deprecate BankDriver.sendPatch(Patch bank) method which has not been used. |
From: <ha...@us...> - 2005-01-30 21:21:59
|
Date: Sunday January 30, 2005 @ 13:21 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26793/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: use setSize() instead of reshape(). |
From: <ha...@us...> - 2005-01-30 22:15:50
|
Date: Sunday January 30, 2005 @ 14:15 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6656/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: make JSLFrame.show() deprecated. |
From: <ha...@us...> - 2005-02-07 05:50:09
|
Date: Sunday February 6, 2005 @ 21:50 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24721/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleEditor.java Log Message: make ParamModel() and ParamModel(Patch) constructor deprecated. |
From: <ha...@us...> - 2005-03-03 04:05:42
|
Date: Wednesday March 2, 2005 @ 20:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/OberheimMatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7853/synthdrivers/OberheimMatrix Modified Files: OberheimMatrixSingleDriver.java OberheimMatrixBankDriver.java Log Message: make Driver.calculateChecksum(Patch patch, int start, int end, int offset) static. |