Skip to content
Snippets Groups Projects
  1. Mar 26, 2016
    • Septen's avatar
      ButtonGroupManager: Refactoring. · 37d28e2c
      Septen authored
      * LinearButtonGroupManager class now have the same functionality as
        ButtonGroupManager class had before.
      * ButtonGroupManager now is the base class for all other button group
        managers.
      * Appropriate fixes in the CAR plugin.
      37d28e2c
  2. Mar 22, 2016
  3. Mar 21, 2016
    • Septen's avatar
      Implemented LinearSmoothedValueAtomic class. · 7b9078ef
      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.
      7b9078ef
  4. Mar 20, 2016
  5. Mar 18, 2016
  6. Mar 15, 2016
  7. Mar 06, 2016
  8. Mar 05, 2016
  9. Jan 20, 2016
  10. Nov 17, 2015
  11. Nov 10, 2015
  12. Nov 09, 2015
  13. Oct 28, 2015
  14. Oct 07, 2015
  15. Oct 01, 2015
  16. Sep 30, 2015
  17. Sep 23, 2015
  18. Sep 21, 2015
  19. Sep 18, 2015
  20. Sep 15, 2015
  21. Sep 04, 2015
  22. Jul 11, 2015
  23. Jul 03, 2015
  24. Jul 02, 2015
  25. Jun 04, 2015
  26. May 20, 2015
  27. May 19, 2015
  28. May 15, 2015
  29. May 12, 2015
  30. Apr 07, 2015
Loading