Skip to content
Snippets Groups Projects
  1. Apr 14, 2016
  2. Apr 13, 2016
  3. Apr 12, 2016
  4. 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
  5. Apr 05, 2016
  6. Apr 02, 2016
  7. Apr 01, 2016
  8. Mar 28, 2016
  9. Mar 27, 2016
  10. Mar 22, 2016
  11. 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
  12. Mar 20, 2016
  13. Mar 19, 2016
  14. Mar 18, 2016
  15. Mar 15, 2016
  16. Mar 12, 2016
  17. Mar 11, 2016
  18. Mar 08, 2016
  19. Mar 07, 2016
    • Septen's avatar
      Control panel: minor positioning UI improvements. · d47c1928
      Septen authored
      * Adjusted positions for play, record, master clock components;
      * Adjusted positions for CPU and Disk meter components;
      * Stylystic fixes.
      d47c1928
    • Septen's avatar
      Control panel: UI improvements. · 473cd2bd
      Septen authored
      * Implemented sliders' material lookAndFeel;
      * Material lookAndFeel have been applied to sliders;
      * Improved UI layout for panel.
      * Adjusted positioning of elements during resizing.
      * New icon for "Mute" button;
      473cd2bd
  20. Mar 06, 2016
Loading