From: <ha...@us...> - 2004-07-28 04:35:44
|
Date: Tuesday July 27, 2004 @ 21:35 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31776 Modified Files: SceneFrame.java PatchTransferHandler.java PatchEditorFrame.java PatchEdit.java NewPatchDialog.java LibraryFrame.java JSLFrame.java Driver.java BankEditorFrame.java Added Files: Actions.java Log Message: update for Actions class phase 1. |
From: <ha...@us...> - 2004-07-29 03:14:34
|
Date: Wednesday July 28, 2004 @ 20:14 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19829 Modified Files: SceneFrame.java PatchTransferHandler.java PatchEditorFrame.java PatchEdit.java MidiUtil.java MacUtils.java LibraryFrame.java JSLWindowMenu.java JSLFrame.java JSLDesktop.java DocumentationWindow.java Constants.java BankEditorFrame.java Actions.java Log Message: update for Actions class phase 2: move Action methods from PatchEdit to Actions. |
From: <jba...@us...> - 2004-07-30 05:32:25
|
Date: Thursday July 29, 2004 @ 22:32 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2711/core Modified Files: SceneFrame.java Log Message: Fix for bug #998494. Changed all direct accesses to SceneListModel.list to the corresponding method accesses. |
From: <jba...@us...> - 2004-07-30 05:42:02
|
Date: Thursday July 29, 2004 @ 22:41 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3505/core Modified Files: Actions.java Log Message: Fixed showMenuPatchPopup and createPopupMenu. Problem was that in the Scene Window the Popup didn't work because createPopupMenu made the Popup as a method wide variable. The lead to a NullPointer exception in showMenuPatchPopup. |
From: <ri...@us...> - 2004-07-30 16:57:35
|
Date: Friday July 30, 2004 @ 9:57 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14030/core Modified Files: PatchBasket.java Patch.java DevDrvPatchSelector.java KnobWidget.java ScrollBarLookupWidget.java PatchNameWidget.java SynthConfigPanel.java DocumentationWindow.java PatchTransferHandler.java SceneFrame.java SortDialog.java SysexMatcher.java Actions.java BankEditorFrame.java Scene.java MidiConfigPanel.java CrossBreedDialog.java EnvelopeWidget.java SysexSendToDialog.java VertScrollBarWidget.java PatchContainer.java SysexGetDialog.java ComboBoxWidget.java ScrollBarWidget.java SearchDialog.java CrossBreeder.java LibraryFrame.java ReassignPatchDialog.java Storage.java ConfigPanel.java UploadPatchDialog.java DeviceAddDialog.java KnobLookupWidget.java MidiScan.java Device.java PatchListTransferHandler.java Converter.java SysexStoreDialog.java Storable.java PatchEditorFrame.java AppConfig.java DevicesConfig.java PrefsDialog.java ClipboardUtil.java CheckBoxWidget.java ImportAllDialog.java SpinnerWidget.java SysexWidget.java ParamModel.java AbstractPatchListModel.java Driver.java ImportMidiFile.java TreeWidget.java NewPatchDialog.java FaderBoxConfigPanel.java BankDriver.java Added Files: IPatch.java XMLPatch.java XMLDeviceFactory.java XMLDecoder.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: <ri...@us...> - 2004-08-01 04:51:41
|
Date: Saturday July 31, 2004 @ 21:51 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18511/core Modified Files: LibraryFrame.java XMLPatch.java SceneFrame.java Patch.java IPatch.java BankEditorFrame.java Log Message: Move comments from Patch to IPatch, add getByteArray to IPatch, and make getMessages() use MidiUtil.yteArrayToSysexMessages() |
From: <tti...@us...> - 2004-08-01 09:44:24
|
Date: Sunday August 1, 2004 @ 2:44 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22816/core Modified Files: Tag: branch_0_19 PatchListTransferHandler.java Log Message: Remove check for existing driver assignment. Reenables rudimentary driver assignment of 'cut&paste'd patches |
From: <tti...@us...> - 2004-08-01 09:44:28
|
Date: Sunday August 1, 2004 @ 2:44 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22830/core Modified Files: PatchListTransferHandler.java Log Message: Remove check for existing driver assignment. Reenables rudimentary driver assignment of 'cut&paste'd patches |
From: <tti...@us...> - 2004-08-01 10:32:07
|
Date: Sunday August 1, 2004 @ 3:32 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28050/core Modified Files: Driver.java Log Message: fix 'hasEditor' to match new IPatch class |
From: <tti...@us...> - 2004-08-01 12:32:05
|
Date: Sunday August 1, 2004 @ 5:31 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20700/core Modified Files: AppConfig.java NoteChooserConfigPanel.java Log Message: first step of MIDI sequencer support. config panel changes |
From: <tti...@us...> - 2004-08-01 18:58:34
|
Date: Sunday August 1, 2004 @ 11:58 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10441/core Modified Files: Driver.java MidiUtil.java Log Message: 2nd step of MIDI sequencer support. Highly experimental yet. |
From: <jba...@us...> - 2004-08-03 05:28:24
|
Date: Monday August 2, 2004 @ 22:28 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14504/core Modified Files: DevicesConfig.java Driver.java MidiTest.java Patch.java Log Message: Fixed Javadoc. |
From: <jba...@us...> - 2004-08-03 05:35:25
|
Date: Monday August 2, 2004 @ 22:35 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15288 Added Files: VertScrollBarLookupWidget.java Log Message: New widget which is the vertical equivalent of ScrollBarLookupWidget. |
From: <tti...@us...> - 2004-08-05 20:55:23
|
Date: Thursday August 5, 2004 @ 13:55 Author: ttittmann Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21302/core Modified Files: Tag: branch_0_19 PatchEdit.java Log Message: new release 0.19-pre2 |
From: <dqu...@us...> - 2004-08-12 11:59:34
|
Date: Thursday August 12, 2004 @ 4:59 Author: dqueffeulou Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26626/core Modified Files: SysexGetDialog.java Log Message: Patch to IPatch replace in pasteIntoSelectedFrame |
From: <ha...@us...> - 2004-08-13 03:08:26
|
Date: Thursday August 12, 2004 @ 20:08 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31801/core Modified Files: Driver.java BankDriver.java Log Message: revert Driver, BankDriver, and their subclasses not to use IPatch. |
From: <ha...@us...> - 2004-08-14 05:05:34
|
Date: Friday August 13, 2004 @ 22:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17325/core Modified Files: Driver.java Log Message: define void trimSysex(IPatch pk) |
From: <ri...@us...> - 2004-08-14 22:27:15
|
Date: Saturday August 14, 2004 @ 15:27 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30038/core Modified Files: Patch.java DevDrvPatchSelector.java Device.java PatchNameWidget.java SysexStoreDialog.java PatchEditorFrame.java SysexHandler.java AppConfig.java SceneFrame.java SortDialog.java NoteChooserConfigPanel.java XMLPatch.java SysexMatcher.java IPatch.java BankEditorFrame.java CrossBreedDialog.java SysexSendToDialog.java ImportAllDialog.java SysexGetDialog.java SearchDialog.java SysexWidget.java CrossBreeder.java LibraryFrame.java Driver.java ReassignPatchDialog.java DeviceDetailsDialog.java NewPatchDialog.java BankDriver.java UploadPatchDialog.java Added Files: IDriver.java ISingleDriver.java IPatchDriver.java IBankDriver.java Log Message: Introduce IDriver, IPatchDriver, ISingleDriver, and IBankDriver. |
From: <ha...@us...> - 2004-08-16 03:45:58
|
Date: Sunday August 15, 2004 @ 20:45 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20470/core Modified Files: PatchEdit.java Utility.java Log Message: show version information in debug mode. |
From: <ha...@us...> - 2004-08-16 03:48:15
|
Date: Sunday August 15, 2004 @ 20:48 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20730/core Modified Files: IPatchDriver.java Patch.java SysexWidget.java IDriver.java PatchNameWidget.java IPatch.java Converter.java IBankDriver.java ISingleDriver.java SysexGetDialog.java Driver.java Log Message: fix javadoc, etc. |
From: <ha...@us...> - 2004-08-17 04:08:29
|
Date: Monday August 16, 2004 @ 21:07 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv742/core Modified Files: Patch.java AppConfig.java PatchEditorFrame.java Log Message: use better type/structure. |
From: <dqu...@us...> - 2004-08-18 13:26:57
|
Date: Wednesday August 18, 2004 @ 6:26 Author: dqueffeulou Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8835/core Modified Files: PatchEditorFrame.java Log Message: add frameClosing, frameActivated and frameopened method to allow sub-classes to decide what to do (things that are not window management), especially for patch sending. |
From: <ha...@us...> - 2004-08-19 05:05:30
|
Date: Wednesday August 18, 2004 @ 22:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21041/core Modified Files: LibraryFrame.java IPatchDriver.java XMLPatch.java SceneFrame.java Patch.java CrossBreeder.java CrossBreedDialog.java IPatch.java PatchEditorFrame.java Converter.java BankEditorFrame.java UploadPatchDialog.java Log Message: add methods, edit, store, play, send, etc., on IPatch. |
From: <ha...@us...> - 2004-08-21 14:39:42
|
Date: Saturday August 21, 2004 @ 7:39 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19533/core Modified Files: Driver.java Log Message: make Driver.calculateChecksum(Patch, int, int, int) static. |
From: <ha...@us...> - 2004-08-21 17:08:42
|
Date: Saturday August 21, 2004 @ 10:08 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31478/core Modified Files: DeviceDetailsDialog.java Patch.java DevDrvPatchSelector.java IPatch.java Converter.java NewPatchDialog.java SysexGetDialog.java Device.java Added Files: IConverter.java Log Message: introduce IConverter interface. |