From: <ri...@us...> - 2004-03-09 09:06:16
|
Date: Tuesday March 9, 2004 @ 0:41 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19479/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleDriver.java Log Message: Allow user to switch between SDI and MDI. |
From: <tti...@us...> - 2004-03-21 18:13:20
|
Date: Sunday March 21, 2004 @ 10:03 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18943/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDBankDriver.java MIDIboxSIDDevice.java MIDIboxSIDSingleDriver.java MIDIboxSIDSingleEditor.java Log Message: get rid of deprecated elements |
From: <ha...@us...> - 2004-04-17 21:57:29
|
Date: Saturday April 17, 2004 @ 14:57 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25038/MIDIboxSID Modified Files: MIDIboxSIDBankDriver.java MIDIboxSIDDevice.java MIDIboxSIDSingleEditor.java MIDIboxSIDSlowSender.java Log Message: Make no use of PatchEdit.MidiOut.Write* and PatchEdit.MidiIn.*. |
From: <ri...@us...> - 2004-05-03 04:41:00
|
Date: Sunday May 2, 2004 @ 21:40 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22152/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSlowSender.java MIDIboxSIDSingleEditor.java MIDIboxSIDSingleDriver.java MIDIboxSIDWavetableModel.java MIDIboxSIDDevice.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:47:59
|
Date: Thursday May 20, 2004 @ 18:47 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30476/MIDIboxSID Modified Files: MIDIboxSIDDevice.java Log Message: define Device(Preferences). |
From: <ha...@us...> - 2004-07-05 19:53:28
|
Date: Monday July 5, 2004 @ 12:53 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23473/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java Log Message: replace EnvelopeNode class with EnvelopeWidget.Node class. |
From: <ri...@us...> - 2004-07-30 16:57:47
|
Date: Friday July 30, 2004 @ 9:57 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14030/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java MIDIboxSIDSingleDriver.java MIDIboxSIDBankDriver.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:25
|
Date: Thursday August 12, 2004 @ 20:08 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31801/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDBankDriver.java MIDIboxSIDSingleDriver.java Log Message: revert Driver, BankDriver, and their subclasses not to use IPatch. |
From: <ri...@us...> - 2004-08-14 22:27:19
|
Date: Saturday August 14, 2004 @ 15:27 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30038/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSlowSender.java Log Message: Introduce IDriver, IPatchDriver, ISingleDriver, and IBankDriver. |
From: <ha...@us...> - 2004-08-16 03:14:22
|
Date: Sunday August 15, 2004 @ 20:14 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16419/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSlowSender.java MIDIboxSIDSingleEditor.java Log Message: reduce IPatchDriver reference by synthdrivers |
From: <ri...@us...> - 2004-08-31 07:08:17
|
Date: Tuesday August 31, 2004 @ 0:08 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24680/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java Log Message: Initial support for XML drivers and Groovy plugins. |
From: <ha...@us...> - 2004-10-03 17:46:05
|
Date: Sunday October 3, 2004 @ 10:44 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18529/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDBankDriver.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:48
|
Date: Friday October 8, 2004 @ 21:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3020/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java Log Message: revert PatchNameWidget(String, IPatch) constructor. |
From: <tk...@us...> - 2004-10-31 17:32:16
|
Date: Sunday October 31, 2004 @ 9:32 Author: tklose Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7159 Modified Files: MIDIboxSIDSingleEditor.java Log Message: added new soundparameters, improved GUI |
From: <ha...@us...> - 2005-01-15 16:28:06
|
Date: Saturday January 15, 2005 @ 8:27 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19678/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java Log Message: fix compile time warnings. |
From: <ha...@us...> - 2005-01-16 18:05:50
|
Date: Sunday January 16, 2005 @ 10:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25411/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDBankDriver.java Log Message: deprecate BankDriver.sendPatch(Patch bank) method which has not been used. |
From: <ha...@us...> - 2005-01-30 22:15:48
|
Date: Sunday January 30, 2005 @ 14:15 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6656/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java Log Message: make JSLFrame.show() deprecated. |
From: <ha...@us...> - 2005-02-07 05:50:06
|
Date: Sunday February 6, 2005 @ 21:50 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24721/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDSingleEditor.java Log Message: make ParamModel() and ParamModel(Patch) constructor deprecated. |
From: <tk...@us...> - 2005-05-03 20:48:48
|
Date: Tuesday May 3, 2005 @ 13:48 Author: tklose Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16398 Modified Files: MIDIboxSIDSingleEditor.java Log Message: editor was not functional anymore due to shifted parameter addresses |
From: <tk...@us...> - 2005-05-07 19:37:13
|
Date: Saturday May 7, 2005 @ 12:37 Author: tklose Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12735 Modified Files: MIDIboxSIDSingleEditor.java MIDIboxSIDWavetableModel.java Log Message: added field for sound engine options (TB303 mode), improved wavetable sequencer |
From: <tk...@us...> - 2006-01-28 13:26:19
|
Date: Saturday January 28, 2006 @ 5:26 Author: tklose Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10282 Modified Files: MIDIboxSIDBankDriver.java MIDIboxSIDDevice.java MIDIboxSIDSingleDriver.java MIDIboxSIDSingleEditor.java MIDIboxSIDSlowSender.java Log Message: getChannel -> getDeviceID |
From: <jba...@us...> - 2006-03-07 20:47:32
|
Date: Tuesday March 7, 2006 @ 12:47 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/MIDIboxSID In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22056/synthdrivers/MIDIboxSID Modified Files: MIDIboxSIDDevice.java Log Message: Organized imports with Eclipse |