- Apr 14, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Apr 13, 2016
-
-
Aaron Cuevas Lopez authored
-
- Apr 12, 2016
-
-
Aaron Cuevas Lopez authored
-
- Apr 10, 2016
-
-
Septen authored
* Removed ChannelSelectorRegion class and appropriate instances since now it's redundant.
-
Septen authored
* Now ChannelSelector class contains three instances of TiledButtonGroupManager class (AUDIO, RECORD, PARAM). This managers own appropriate buttons, position it, responsible for all animations, fuzzy selection via dragging mouse, etc. * Button group managers minor fixes.
-
- Apr 05, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Apr 02, 2016
-
-
Aaron Cuevas Lopez authored
-
- Apr 01, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 28, 2016
-
-
Christopher Stawarz authored
Include definitions of LinearSmoothedValueAtomic's template methods in its header file (required because the explicit instantiations built in to the OE application are not visible to plugins on OS X)
-
Christopher Stawarz authored
-
- Mar 27, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 22, 2016
- Mar 21, 2016
-
-
Septen authored
* Implemented LinearSmoothedValueAtomic class based on the JUCE 4.0 library' LinearSmoothedValue class but with some improvements that were suggested by Timur Doumler during his JUCE Summit 2015 talk. * LinearSmoothedValueAtomic is very convenient to use with float values that need linearly smoothed behaviour (like volume, etc.) and which are shared between several threads (i.e. audio and GUI). * This class guarantees we won't have any race conditions and it will remains lock-free because of using std::atomic inside it.
-
Christopher Stawarz authored
-
Septen authored
* ParameterSlider: added possibility to change rotary fill colour. * CAR gain slider: changed rotary fill colour.
-
- Mar 20, 2016
-
-
Priyanjit Dey authored
-
Septen authored
-
Septen authored
* Added custom audio processor editor for CAR plugin - CAREditor; * Added buttons to switch between "Reference" and "Affected" channels; * CAR processor some minor changes; * Some minor changes in GenericEditor class which provide more possibilities for plugins (e.g. plugins can implement their own resized() methods, etc.); * Added UIUtilities header file in which we can include any UI components/utilities which will be useful for easier plugin creation.
-
- Mar 19, 2016
-
-
Priyanjit Dey authored
-
Septen authored
* Since "Small text" renders very bad, without any hinting, we replace it by "Default" font. And also "Default" font is much more suitable for Material Design. * Adjusted font sizes.
-
- Mar 18, 2016
-
-
Priyanjit Dey authored
-
Priyanjit Dey authored
-
Christopher Stawarz authored
On OS X, load plugin bundles from application bundle's PlugIns directory. Improved error handling in PluginManager.
-
Christopher Stawarz authored
On OS X, copy Rhythm-related files to the application bundle's Resources folder, and use the bundled copies at run time
-
- Mar 15, 2016
-
-
Christopher Stawarz authored
-
- Mar 12, 2016
-
-
Priyanjit Dey authored
-
Priyanjit Dey authored
-
Priyanjit Dey authored
-
Priyanjit Dey authored
-
- Mar 11, 2016
-
-
Priyanjit Dey authored
-
Priyanjit Dey authored
-
- Mar 08, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 07, 2016
-
-
Septen authored
* Adjusted positions for play, record, master clock components; * Adjusted positions for CPU and Disk meter components; * Stylystic fixes.
-
Septen authored
* Implemented sliders' material lookAndFeel; * Material lookAndFeel have been applied to sliders; * Improved UI layout for panel. * Adjusted positioning of elements during resizing. * New icon for "Mute" button;
-
- Mar 06, 2016