Skip to content
Snippets Groups Projects
  1. May 24, 2016
  2. May 04, 2016
  3. 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
  4. Apr 26, 2016
  5. Apr 16, 2016
  6. Apr 14, 2016
  7. Apr 13, 2016
  8. Apr 12, 2016
  9. Apr 10, 2016
    • Septen's avatar
      ChannelSelector class: some cleanup. · e4989fe7
      Septen authored
      * Removed ChannelSelectorRegion class and appropriate instances
        since now it's redundant.
      e4989fe7
    • Septen's avatar
      Added TiledButtonGroupManager to the ChannelSelector class · 91a21c05
      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.
      91a21c05
  10. Apr 07, 2016
  11. Apr 05, 2016
  12. Apr 02, 2016
  13. Apr 01, 2016
  14. Mar 28, 2016
  15. Mar 27, 2016
  16. Mar 22, 2016
  17. 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
    • Christopher Stawarz's avatar
    • Septen's avatar
      Sliders colour behaviour improvements. · 0f94b1fc
      Septen authored
      * ParameterSlider: added possibility to change rotary fill colour.
      * CAR gain slider: changed rotary fill colour.
      0f94b1fc
  18. Mar 20, 2016
  19. Mar 19, 2016
  20. Mar 18, 2016
  21. Mar 15, 2016
  22. Mar 12, 2016
Loading