Skip to content
Snippets Groups Projects
  1. Mar 28, 2016
  2. Mar 22, 2016
  3. 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
  4. Mar 20, 2016
  5. Mar 06, 2016
  6. Mar 05, 2016
  7. Jan 20, 2016
  8. Nov 17, 2015
  9. Nov 10, 2015
  10. Oct 28, 2015
  11. Oct 07, 2015
  12. Oct 01, 2015
  13. Sep 30, 2015
  14. Sep 23, 2015
  15. Sep 21, 2015
  16. Sep 18, 2015
  17. Sep 15, 2015
  18. Sep 04, 2015
  19. Jul 11, 2015
  20. Jun 04, 2015
  21. May 15, 2015
  22. May 12, 2015
  23. Apr 07, 2015
  24. Mar 30, 2015
  25. Mar 13, 2015
  26. Feb 12, 2015
  27. Jan 28, 2015
  28. Jan 12, 2015
  29. Jan 09, 2015
  30. Jan 08, 2015
  31. Dec 23, 2014
  32. Dec 22, 2014
    • shayo's avatar
      PSTH revived. Not fully tested. · 0003a949
      shayo authored
      0MQ is included, but not linked (unless you define it in
      NetworkEvents.h).
      Redrawing events are not called for some reason.
      0003a949
  33. Dec 21, 2014
  34. Dec 19, 2014
Loading