Skip to content
Snippets Groups Projects
  1. Feb 06, 2017
  2. Feb 05, 2017
  3. Jan 16, 2017
  4. Jan 09, 2017
  5. Dec 19, 2016
  6. Nov 09, 2016
  7. Sep 21, 2016
  8. Aug 30, 2016
  9. Aug 29, 2016
  10. Aug 11, 2016
  11. Aug 02, 2016
  12. Jul 01, 2016
  13. Jun 21, 2016
  14. Jun 10, 2016
  15. Jun 08, 2016
  16. Jun 06, 2016
  17. May 17, 2016
    • Septen's avatar
      Updated to JUCE 4.2.1. · 3f5f403b
      Septen authored
      * All modules are replaced with the JUCE 4.2.1 ones;
      * Introjucer was replaced by Projucer;
      * Also some appropriate needed fixes for Makefile.plugins;
      * Removed -fvisibility=hidden flag for Linux building.
      3f5f403b
  18. May 04, 2016
  19. May 03, 2016
    • Septen's avatar
      Moved ChannelSelector's parser related components to the separate class. · 5610198f
      Septen authored
      * Created SlicerChannelSelectorComponent class which holds inside
        all ChannelSelector's parser related components and which
        takes responsibility for parsing selected range, etc.
      * Added possibility to collapse parser related components.
      * Added animations.
      * UI improvements.
      * Minor bugs fixes.
      5610198f
  20. Apr 26, 2016
  21. Apr 16, 2016
  22. Apr 12, 2016
  23. Apr 09, 2016
  24. Apr 02, 2016
  25. Mar 28, 2016
  26. 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
  27. Mar 22, 2016
  28. 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
    • Aaron Cuevas Lopez's avatar
      Add new CAR files to VS project · 88c2ebc5
      Aaron Cuevas Lopez authored
      88c2ebc5
  29. Mar 20, 2016
  30. Mar 11, 2016
  31. Mar 06, 2016
Loading