aboutsummaryrefslogtreecommitdiffstats
path: root/classes/BowelyzerGUI.sc
Commit message (Collapse)AuthorAgeFilesLines
* classes/BowelyzerGUI.sc: Make width of controlsGroupButton dependant on its ↵David Runge2016-07-251-2/+1
| | | | amount of letters in the name.
* classes/BowelyzerGUI.sc: Adding a CheckBox to the general controls of the ↵David Runge2016-07-251-0/+16
| | | | channelView for setting the behavior of whether to forward OSC messages for the given channel, only if the pitch detected was new.
* classes/BowelyzerGUI.sc: Updating the setupEZRanger function to draw its ↵David Runge2016-07-241-11/+22
| | | | children properly and add default lo/hi values, using the same bounds as EZSlider.
* classes/BowelyzerGUI.sc: Adding BowelyzerConfig class constants for GUI ↵David Runge2016-07-241-25/+30
| | | | controls. Moving the creation of knobs, sliders and rangers to a separate function.
* classes/BowelyzerGUI.sc: Moving channel controls to respective groups for ↵0.9David Runge2016-07-191-71/+160
| | | | their functionality and making them available with a Button. Cleaning up the creation of EZText and EZSlider elements.
* classes/BowelyzerGUI.sc: Setting channel View names type String, too. ↵David Runge2016-07-141-6/+3
| | | | classes/Bowelyzer.sc: Casting update type String, when checking for empty String on rename.
* classes/BowelyzerGUI.sc: Setting all View names to type String (eliminating ↵David Runge2016-07-141-22/+96
| | | | many asSymbol references). Removing buttonWidth from the width calculation of channelContainerView. Introducing a global toggle Button in buttonView beneath channel add Button, able to toggle all channels on/off simultaneously. Externalizing channel toggle Button state with setCurrentToggleState and global toggle Button state with setCurrentGlobalToggleState.
* classes/BowelyzerGUI.sc: Refactoring setupAddressesAndPorts into ↵0.8David Runge2016-07-141-53/+110
| | | | setupSynthServerView, setupHubView and setupForwardView. Dropping removeConfigView and removeAddressesandPorts in favor of the unifying removeSettingsView, that can remove a settingsView by name. Setting up all Buttons and EZViews by adding them to the layout of their parent. This is also true for the children of settingsView, which makes their distribution and resizing much easier (by additionally introducing a variable width stretching object). Factoring the sending of the /load message out of the load Button, to also be able to use it in the 'Current configuration' list, which is setup using setupConfigFilePathView and updated by setupCurrentConfigFilePath. The ScrollView holding the channelViews was added to lowerView, to make room for a higher level Button View on the left side of the screen. Removing useless additional colors and resetting some margins.
* classes/Bowelyzer.sc: Refactoring all GUI functions, formerly using defer to ↵David Runge2016-07-101-199/+256
| | | | BowelyzerGUI, where they are all deferred to AppClock. classes/BowelyzerGUI.sc: Adding helper functions to properly defer all needed functionality to AppClock. Renaming setChannelName to setChannelText. The function setChannelName now renames the channelView, whereas setChannelText renames the TextField of a channel.
* classes/BowelyzerGUI.sc: Adding function to set the TextField of a given ↵David Runge2016-07-101-0/+26
| | | | channel to a given String.
* classes/BowelyzerGUI.sc: Refactoring the initialization and removal of ↵David Runge2016-07-101-21/+36
| | | | configView into two separate functions. Moving towards using layout.insert for inserting Views into the settingsView layout.
* classes/BowelyzerGUI.sc: Implementing channel selector as EZPopUpMenu. ↵David Runge2016-07-101-47/+85
| | | | Providing complete BowelyzerConfig instance on BowelyzerGUI init, to also get access to configFilePath for display. Refactoring action of 'save as' Button into separate function for easier access, when no configuration file is setup yet. classes/Bowelyzer.sc: Initializing BowelyzerGUI with complete BowelyzerConfig instance. Calling 'save as' if there is no configuration file setup yet.
* classes/BowelyzerGUI.sc: Introducing a short wait, before setting up ↵0.7.5David Runge2016-07-091-9/+12
| | | | headView items, as otherwise in cases when coming from setups with more channels they will have broken width attributes and numbers and/or text will not be shown properly.
* classes/BowelyzerGUI.sc: Refactoring the creation and removal of addresses ↵David Runge2016-07-091-34/+76
| | | | and ports Views into separate functions setupAddressesAndPorts and removeAddressesAndPorts. Expanding all alignment calls for better readability. Changing the call to setupPauseButton to be aware of the \active state from the channels config (will be initialized red, when inactive). Fixing comments.
* classes/BowelyzerGUI.sc: Adding Button to add a new channel and adding its ↵David Runge2016-07-091-82/+111
| | | | 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/Bowelyzer.sc: Adding /free OSC listener, to be able to close ↵David Runge2016-07-081-11/+82
| | | | channels. Moving the update functionality for LevelIndicators to BowelyzerGUI.sc. Naming OSCdefs properly using Symbols. classes/BowelyzerGUI.sc: Adding close Button for each channel. Adding free function for the OSC indicator fadeout Tasks. Naming more objects, if possible.
* classes/BowelyzerGUI.sc: Updating to correct fileMode in save button. Adding ↵David Runge2016-07-061-1/+2
| | | | TODO for inactive Button states.
* classes/*.sc: Moving all classes to the proper subfolder classes.0.4David Runge2016-07-031-0/+520