From f31e3b3ba212b0ea8feab61d4810ebaa97bb9c64 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 9 Jul 2016 06:26:59 +0200 Subject: classes/BowelyzerGUI.sc: Adding Button to add a new channel and adding its size to the width of channelContainerView. Refactoring channel creation into a single function. Fixing the use of EZSlider by setting a orientation for the Slider object after creation. --- classes/BowelyzerGUI.sc | 193 ++++++++++++++++++++++++++++-------------------- 1 file changed, 111 insertions(+), 82 deletions(-) diff --git a/classes/BowelyzerGUI.sc b/classes/BowelyzerGUI.sc index ad4507c..403c911 100644 --- a/classes/BowelyzerGUI.sc +++ b/classes/BowelyzerGUI.sc @@ -14,8 +14,8 @@ BowelyzerGUI{ controlMeterContainerViewHeight = 700, controlMeterContainerViewWidth = 300, controlMeterContainerViewSize, - buttonHeight = 20, - buttonWidth = 48, +