Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. 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
  3. Apr 26, 2016
    • Christopher Stawarz's avatar
      Set MACOSX_DEPLOYMENT_TARGET (i.e. the minimum supported OS X version) to... · c977173c
      Christopher Stawarz authored
      Set MACOSX_DEPLOYMENT_TARGET (i.e. the minimum supported OS X version) to 10.9.  Pass -Wpartial-availability to the compiler so it will warn about usage of API's that aren't available on all supported OS X versions.  Removed /opt/local and /usr/local from OS X header and library search paths, as they're used only by specific plugins and not needed generally.
      c977173c
  4. Apr 16, 2016
  5. Apr 09, 2016
  6. Apr 02, 2016
  7. Mar 28, 2016
  8. 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
  9. Mar 22, 2016
  10. 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
  11. Mar 20, 2016
  12. Mar 18, 2016
  13. Mar 15, 2016
  14. Mar 06, 2016
  15. Mar 05, 2016
  16. Jan 20, 2016
  17. Nov 17, 2015
  18. Nov 10, 2015
  19. Nov 09, 2015
  20. Oct 28, 2015
  21. Oct 07, 2015
  22. Oct 01, 2015
  23. Sep 30, 2015
  24. Sep 23, 2015
  25. Sep 21, 2015
  26. Sep 18, 2015
  27. Sep 15, 2015
  28. Sep 04, 2015
  29. Jul 11, 2015
  30. Jul 03, 2015
  31. Jul 02, 2015
Loading