From: <ha...@us...> - 2004-03-06 07:29:53
|
Date: Friday March 5, 2004 @ 23:07 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30522/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50ToneBankDriver.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/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19479/synthdrivers/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50PatchSingleDriver.java MKS50ToneBankDriver.java MKS50ToneSingleDriver.java Log Message: Allow user to switch between SDI and MDI. |
From: <tti...@us...> - 2004-03-21 18:13:17
|
Date: Sunday March 21, 2004 @ 10:03 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18943/synthdrivers/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50PatchSingleDriver.java MKS50PatchSingleEditor.java MKS50ToneBankDriver.java MKS50ToneSingleDriver.java MKS50ToneSingleEditor.java RolandMKS50Device.java Log Message: get rid of deprecated elements |
From: <ha...@us...> - 2004-04-17 21:57:31
|
Date: Saturday April 17, 2004 @ 14:57 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25038/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50ToneBankDriver.java Log Message: Make no use of PatchEdit.MidiOut.Write* and PatchEdit.MidiIn.*. |
From: <ha...@us...> - 2004-05-01 20:19:03
|
Date: Saturday May 1, 2004 @ 13:18 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22086/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50ToneBankDriver.java Log Message: comment out unsed choosePatch method. |
From: <ri...@us...> - 2004-05-03 04:41:04
|
Date: Sunday May 2, 2004 @ 21:40 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22152/synthdrivers/RolandMKS50 Modified Files: MKS50ToneSingleDriver.java MKS50PatchSingleDriver.java MKS50PatchSingleEditor.java MKS50PatchBankDriver.java MKS50ToneBankDriver.java MKS50ToneSingleEditor.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-21 01:48:19
|
Date: Thursday May 20, 2004 @ 18:48 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30476/RolandMKS50 Modified Files: RolandMKS50Device.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/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23473/synthdrivers/RolandMKS50 Modified Files: MKS50ToneSingleEditor.java Log Message: replace EnvelopeNode class with EnvelopeWidget.Node class. |
From: <ri...@us...> - 2004-07-30 16:57:49
|
Date: Friday July 30, 2004 @ 9:57 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14030/synthdrivers/RolandMKS50 Modified Files: MKS50ToneSingleDriver.java MKS50PatchSingleDriver.java MKS50PatchBankDriver.java MKS50ToneBankDriver.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:08:09
|
Date: Thursday August 12, 2004 @ 20:08 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31801/synthdrivers/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50ToneBankDriver.java MKS50ToneSingleDriver.java MKS50PatchSingleDriver.java Log Message: revert Driver, BankDriver, and their subclasses not to use IPatch. |
From: <ri...@us...> - 2004-08-14 22:27:24
|
Date: Saturday August 14, 2004 @ 15:27 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30038/synthdrivers/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50ToneBankDriver.java MKS50ToneSingleDriver.java MKS50PatchSingleDriver.java Log Message: Introduce IDriver, IPatchDriver, ISingleDriver, and IBankDriver. |
From: <ha...@us...> - 2004-08-21 14:39:34
|
Date: Saturday August 21, 2004 @ 7:39 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19533/synthdrivers/RolandMKS50 Modified Files: MKS50ToneBankDriver.java MKS50ToneSingleDriver.java MKS50PatchSingleDriver.java MKS50PatchBankDriver.java Log Message: make Driver.calculateChecksum(Patch, int, int, int) static. |
From: <ri...@us...> - 2004-08-31 07:08:08
|
Date: Tuesday August 31, 2004 @ 0:08 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24680/synthdrivers/RolandMKS50 Modified Files: MKS50PatchSingleEditor.java MKS50ToneSingleEditor.java Log Message: Initial support for XML drivers and Groovy plugins. |
From: <ha...@us...> - 2004-10-09 04:57:14
|
Date: Friday October 8, 2004 @ 21:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3020/synthdrivers/RolandMKS50 Modified Files: MKS50PatchSingleEditor.java MKS50ToneSingleEditor.java Log Message: revert PatchNameWidget(String, IPatch) constructor. |
From: <ha...@us...> - 2005-01-16 18:05:51
|
Date: Sunday January 16, 2005 @ 10:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25411/synthdrivers/RolandMKS50 Modified Files: MKS50ToneBankDriver.java MKS50PatchBankDriver.java Log Message: deprecate BankDriver.sendPatch(Patch bank) method which has not been used. |
From: <ha...@us...> - 2005-01-30 22:15:58
|
Date: Sunday January 30, 2005 @ 14:15 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6656/synthdrivers/RolandMKS50 Modified Files: MKS50PatchSingleEditor.java MKS50ToneSingleEditor.java Log Message: make JSLFrame.show() deprecated. |
From: <ha...@us...> - 2005-02-06 19:28:45
|
Date: Sunday February 6, 2005 @ 11:28 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24455/synthdrivers/RolandMKS50 Modified Files: MKS50PatchBankDriver.java MKS50ToneBankDriver.java Log Message: make BankDriver.getPatchName/setPatchName method abstruct. |
From: <ha...@us...> - 2005-02-07 05:50:13
|
Date: Sunday February 6, 2005 @ 21:50 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/RolandMKS50 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24721/synthdrivers/RolandMKS50 Modified Files: MKS50PatchSingleEditor.java MKS50ToneSingleEditor.java Log Message: make ParamModel() and ParamModel(Patch) constructor deprecated. |