- 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.
-
- Mar 20, 2016
-
-
Septen authored
* Implemented ButtonGroupManager. It is responsible for positioning of buttons, any animations during switching, etc. * Added MaterialButtonLookAndFeel class which implements flat button look and feel following Google Material Design Guidelines.
-
- Mar 18, 2016
-
-
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
-
Christopher Stawarz authored
-
- Mar 06, 2016
-
-
Septen authored
-
- Mar 05, 2016
-
- Jan 20, 2016
-
-
Aaron Cuevas Lopez authored
-
- Nov 17, 2015
-
-
Aaron Cuevas Lopez authored
-
- Nov 10, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Nov 09, 2015
-
-
Aaron Cuevas Lopez authored
-
- Oct 28, 2015
-
- Oct 07, 2015
-
-
Aaron Cuevas Lopez authored
-
- Oct 01, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 30, 2015
-
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
- Sep 23, 2015
-
-
Aaron Cuevas Lopez authored
-
- Sep 21, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 18, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 15, 2015
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 04, 2015
-
-
Aaron Cuevas Lopez authored
-
- Jul 11, 2015
- Jul 03, 2015
-
-
Svenn-Arne Dragly authored
-
- Jul 02, 2015
-
-
Svenn-Arne Dragly authored
-
- Jun 04, 2015
- May 20, 2015
-
-
Christopher Stawarz authored
-
- May 19, 2015
-
-
Christopher Stawarz authored
-
- May 15, 2015
-
-
Aaron Cuevas Lopez authored
-
- May 12, 2015
-
-
Aaron Cuevas Lopez authored
-
- Apr 07, 2015
-
-
Aaron Cuevas Lopez authored
-
- Mar 30, 2015
-
- Mar 13, 2015
-
-
Nikolas authored
-