Skip to content
Snippets Groups Projects
  1. 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
    • Septen'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
    • Septen's avatar
      CAR: fixed bug gain slider had per-channel functionality. · f9be0a39
      Septen authored
      * Fixed bug gain slider have some buggy per-channel functionality
        so it were possibility to set different gain values for only some
        channels.
      * Now gain slider affects all the channels.
      * Explicitly added gain slider to the CAREditor component.
      f9be0a39
  2. Mar 20, 2016
  3. Mar 19, 2016
  4. Mar 18, 2016
  5. Mar 17, 2016
  6. Mar 15, 2016
  7. Mar 11, 2016
  8. Mar 08, 2016
  9. Mar 07, 2016
  10. Mar 06, 2016
  11. Mar 05, 2016
Loading