From: <ha...@us...> - 2004-09-25 04:29:11
|
Date: Friday September 24, 2004 @ 21:28 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14924/core Modified Files: DeviceDetailsDialog.java Patch.java ImportAllDialog.java AbstractLibraryFrame.java IDriver.java DevDrvPatchSelector.java Converter.java BankEditorFrame.java NewPatchDialog.java SysexGetDialog.java CrossBreedDialog.java BankDriver.java Driver.java UploadPatchDialog.java Log Message: add isSingleDriver(), isBankDriver(), and isConverter() on IDriver interface. |
From: <ha...@us...> - 2004-09-26 22:00:37
|
Date: Sunday September 26, 2004 @ 15:00 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19583/core Modified Files: IPatchDriver.java PatchTransferHandler.java CrossBreeder.java ImportAllDialog.java AbstractLibraryFrame.java IDriver.java IConverter.java ImportMidiFile.java Converter.java BankEditorFrame.java MidiUtil.java DriverUtil.java SysexGetDialog.java Driver.java Log Message: IDriver - IPatch[] createPatch(byte[] sysex); IPatchDriver + IPatch createPatch(byte[] sysex); - IPatch[] createPatch(SysexMessage[] msgs); + IPatch[] createPatches(SysexMessage[] msgs); IConverter + IPatch[] createPatches(byte[] sysex); IConverter does not extend IDriver any more. |
From: <ha...@us...> - 2004-09-27 03:56:50
|
Date: Sunday September 26, 2004 @ 20:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv404/core Modified Files: PatchEdit.java SearchDialog.java DevDrvPatchSelector.java Actions.java ConfigPanel.java FolderDialog.java MidiScan.java ErrorDialog.java CrossBreedDialog.java SynthConfigPanel.java Device.java UploadPatchDialog.java CompatibleFileDialog.java Log Message: replace show() which is deprecated by JDK1.5 with setVisible(true). get rid of unused import. |
From: <jww...@us...> - 2004-10-02 18:18:36
|
Date: Saturday October 2, 2004 @ 11:17 Author: jwweber55434 Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24322/JSynthLib/core Modified Files: SysexGetDialog.java Log Message: Commented lines at the beginning of pasteIntoSelectedFrame, where patches with sysex length less than 20 were being skipped. |
From: <ha...@us...> - 2004-10-03 16:47:52
|
Date: Sunday October 3, 2004 @ 9:46 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4386/core Modified Files: LibraryFrame.java DevDrvPatchSelector.java Log Message: make better use of getByteArray() method. |
From: <ha...@us...> - 2004-10-03 17:45:35
|
Date: Sunday October 3, 2004 @ 10:44 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18529/core Modified Files: Patch.java AbstractLibraryFrame.java ISingleDriver.java Driver.java IPatchDriver.java IPatch.java BankEditorFrame.java PatchEditorFrame.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-03 18:19:52
|
Date: Sunday October 3, 2004 @ 11:17 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25797/core Modified Files: DriverUtil.java AppConfig.java ErrorMsg.java SysexHandler.java MidiUtil.java Log Message: javadoc fix. |
From: <ha...@us...> - 2004-10-09 04:14:31
|
Date: Friday October 8, 2004 @ 21:14 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28617/core Modified Files: Patch.java ImportAllDialog.java IDriver.java AbstractLibraryFrame.java IConverter.java DevDrvPatchSelector.java LibraryFrame.java SceneFrame.java SortDialog.java Driver.java IPatchDriver.java IPatch.java BankEditorFrame.java CrossBreedDialog.java SysexStoreDialog.java BankDriver.java PatchEditorFrame.java SysexSendToDialog.java UploadPatchDialog.java Added Files: IBankPatch.java ISinglePatch.java Removed Files: ISingleDriver.java IBankDriver.java Log Message: more OO (Object Oriented) interfaces for Patch related methods. See "[Jsynthlib-devel] synth driver interface change proposal" for more details. |
From: <ha...@us...> - 2004-10-09 04:56:47
|
Date: Friday October 8, 2004 @ 21:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3020/core Modified Files: Patch.java PatchNameWidget.java IPatch.java Log Message: revert PatchNameWidget(String, IPatch) constructor. |
From: <ha...@us...> - 2004-10-19 03:53:14
|
Date: Monday October 18, 2004 @ 20:53 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5547/core Modified Files: PatchEditorFrame.java Log Message: Don't send patch every time the frame gets focus. delete gotFocus(), lastFocus() add frameDeactivated() |
From: <ha...@us...> - 2004-10-19 03:54:01
|
Date: Monday October 18, 2004 @ 20:53 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5681/core Modified Files: SysexStoreDialog.java Log Message: delete SysexStoreDialog(IPatch) |
From: <ha...@us...> - 2004-10-19 03:55:44
|
Date: Monday October 18, 2004 @ 20:55 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6069/core Modified Files: PatchBasket.java Log Message: fix javadoc |
From: <ha...@us...> - 2004-10-19 03:56:23
|
Date: Monday October 18, 2004 @ 20:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6250/core Modified Files: Patch.java Log Message: getTransferData throws UnsupportedFlavorException. |
From: <ha...@us...> - 2004-10-19 03:56:56
|
Date: Monday October 18, 2004 @ 20:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6319/core Modified Files: Actions.java Log Message: simplify Save and Save_As |
From: <ha...@us...> - 2004-10-19 04:03:09
|
Date: Monday October 18, 2004 @ 21:03 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7714/core Modified Files: LibraryFrame.java SceneFrame.java AbstractLibraryFrame.java DevDrvPatchSelector.java BankEditorFrame.java Log Message: Actions enable/disable first disable all, then enable only required menu command. no check on each command. Library/Scene delete multiple selected patches/scenes. maintain 'changed' field correctly. |
From: <ha...@us...> - 2004-10-23 20:07:24
|
Date: Saturday October 23, 2004 @ 13:07 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4228/core Modified Files: PatchEditorFrame.java Log Message: Send a patch even editor frame is activated if multiple editor frames are opened. |
From: <ha...@us...> - 2004-10-31 00:13:49
|
Date: Saturday October 30, 2004 @ 17:13 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2869/core Modified Files: LibraryFrame.java SceneFrame.java AbstractLibraryFrame.java Actions.java Log Message: fix bug on Save and Save As for Scene library |
From: <ha...@us...> - 2004-10-31 01:15:39
|
Date: Saturday October 30, 2004 @ 18:15 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14287/core Modified Files: PatchEdit.java ErrorMsg.java JSLFrame.java JSLDesktop.java Log Message: change command line syntax. java JSynthLib [-D number] [filename...] |
From: <ha...@us...> - 2004-11-13 23:59:16
|
Date: Saturday November 13, 2004 @ 15:59 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5454/core Modified Files: PatchEdit.java AbstractLibraryFrame.java Actions.java Added Files: WaitDialog.java Log Message: show wait dialog after 1 second. |
From: <tti...@us...> - 2004-11-14 12:28:12
|
Date: Sunday November 14, 2004 @ 4:28 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13931/core Modified Files: MidiUtil.java Log Message: unneeded System.out.println calls of my code removed |
From: <ha...@us...> - 2005-01-05 05:09:04
|
Date: Tuesday January 4, 2005 @ 21:08 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14369/core Modified Files: BankEditorFrame.java Log Message: disabled 'Sort' and 'Import All' when a bank editor is active. |
From: <ha...@us...> - 2005-01-07 06:17:53
|
Date: Thursday January 6, 2005 @ 22:17 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9390/core Modified Files: EnvelopeWidget.java Log Message: Fix bug a static node hidden the next node. Fix bug both miny and maxy had to be set to Node.SAME to use y axis value of the previous node. Now if miny is set to Node.SAME, maxy is ignored. |
From: <ha...@us...> - 2005-01-07 06:24:44
|
Date: Thursday January 6, 2005 @ 22:24 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10929/core Modified Files: EnvelopeWidget.java Log Message: rename Node.ofs[XY] to Node.pmodel[XY]. |
From: <ha...@us...> - 2005-01-08 06:39:18
|
Date: Friday January 7, 2005 @ 22:39 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10626/core Modified Files: EnvelopeWidget.java Log Message: Send Sysex messages during mouse dragging. |
From: <ha...@us...> - 2005-01-10 03:22:44
|
Date: Sunday January 9, 2005 @ 19:22 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30808/core Modified Files: EnvelopeWidget.java Log Message: Implement setFaderValue, setValue, setEnabled() correctly. Reduce number of loop code to improve efficiency. Make use of better data structure and member names. |