From: <pa...@us...> - 2014-09-01 10:03:27
|
Revision: 1364 http://sourceforge.net/p/jsynthlib/code/1364 Author: packe01 Date: 2014-09-01 10:03:18 +0000 (Mon, 01 Sep 2014) Log Message: ----------- FXML + XML for Yamaha DX7 Test fixes Modified Paths: -------------- branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/utils/editor/FXMLGenerator.java branches/coderefactoring/JSynthLib/src/main/xsd/xmldevice.xsd branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/ContainerDisplayer.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/GuiHandler.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PatchEditorTest.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/PatchLoadingTest.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/GetDriversForClassAction.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/core/guiaction/InstallDeviceAction.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/device/viewcontroller/widgets/AbstractDocumentHandler.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/device/viewcontroller/widgets/AbstractSwingWidgetAdapter.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/device/viewcontroller/widgets/SwingEnvelopeAdapter.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/device/viewcontroller/widgets/XMLExtractor.java branches/coderefactoring/JSynthLib/src/test/java/org/jsynthlib/test/adapter/WidgetAdapter.java branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis DM Pro.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis DM5.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Alesis QS7 QS8 QSR.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Behringer V-Amp 2.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Emu Proteus 2.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Emu Proteus MPS.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Kawai K4 K4R.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Kawai K5000.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Line6 Bass POD.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Line6 POD 2.0.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/MIDIbox FM.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/MIDIbox SID.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Novation Xio.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Oberheim Matrix 1000.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Oberheim Matrix 6 6R.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Quasimidi Quasar.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Rocktron Intellifex.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland Alpha Juno-1 MKS-50.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland D-10.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland GP16.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland JV80.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland MT32.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Roland TD6.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/TC Electronic G-Major.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/TC Electronic M350.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha CS2x.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX21 DX27 DX100.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX5.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX7-II.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX7.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha DX7s.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha FS1R.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha Motif.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TG100.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TX802.xml branches/coderefactoring/JSynthLib/src/test/resources/patchEditor/Yamaha TX81z.xml Added Paths: ----------- branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/synthdrivers/YamahaDX7/Yamaha DX7.xml branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/synthdrivers/YamahaDX7/YamahaDX7PerformanceSingleDriver.xml branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/synthdrivers/YamahaDX7/YamahaDX7VoiceSingleDriver.xml branches/coderefactoring/JSynthLib/src/main/java/org/jsynthlib/synthdrivers/YamahaDX7/YamahaDX7VoiceSingleDriverEditor.fxml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |