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
  2. Mar 20, 2016
  3. Mar 18, 2016
  4. Mar 15, 2016
  5. Mar 11, 2016
  6. Mar 06, 2016
  7. Mar 05, 2016
  8. Feb 22, 2016
  9. Feb 18, 2016
  10. Feb 11, 2016
  11. Feb 08, 2016
  12. Jan 26, 2016
  13. Jan 20, 2016
  14. Jan 19, 2016
  15. Dec 23, 2015
  16. Dec 19, 2015
  17. Dec 16, 2015
  18. Nov 30, 2015
  19. Nov 17, 2015
  20. Nov 10, 2015
  21. Nov 09, 2015
  22. Oct 29, 2015
  23. Oct 28, 2015
  24. Oct 07, 2015
  25. Oct 01, 2015
  26. Sep 30, 2015
  27. Sep 23, 2015
  28. Sep 22, 2015
Loading