Examples of LFOShapePanel


Examples of com.pcmsolutions.device.EMU.E4.gui.preset.presetviewer.LFOShapePanel

        RowHeaderedAndSectionedTablePanel lfo1Panel;
        RowHeaderedAndSectionedTablePanel lfo2Panel;
        lfo1Panel = new RowHeaderedAndSectionedTablePanel().init(new EditableVoiceParameterTable(voices, ParameterCategories.VOICE_LFO1, lfo1Models, "LFO 1"), "Show LFO 1", UIColors.getTableBorder(), r1t);
        lfo2Panel = new RowHeaderedAndSectionedTablePanel().init(new EditableVoiceParameterTable(voices, ParameterCategories.VOICE_LFO2, lfo2Models, "LFO 2"), "Show LFO 2", UIColors.getTableBorder(), r2t);

        lfo1ShapePanel = new LFOShapePanel("LFO 1") {
            public Color getBackground() {
                return UIColors.getDefaultBG();
            }
        };
        lfo2ShapePanel = new LFOShapePanel("LFO 2") {
            public Color getBackground() {
                return UIColors.getDefaultBG();
            }
        };
        lfo1ShapePanel.addMouseWheelListener(this);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.