Skip to content
Snippets Groups Projects
  1. Apr 05, 2016
  2. Mar 06, 2016
  3. Sep 25, 2015
  4. Sep 21, 2015
  5. May 15, 2015
  6. May 14, 2015
  7. Nov 05, 2014
  8. Oct 09, 2014
  9. Oct 02, 2014
  10. Sep 29, 2014
  11. Sep 18, 2014
  12. Aug 04, 2014
  13. Jan 18, 2014
  14. Oct 03, 2013
  15. Sep 20, 2013
  16. May 05, 2013
    • jsiegle's avatar
      Update format of settings file · 4d5a7d82
      jsiegle authored
      - Clean up methods in GenericProcessor
      - File selection now happens outside of EditorViewport
      - Add mechanism for saving custom parameters for individual channels
      - Settings file is automatically saved at the start of recording
      4d5a7d82
  17. May 04, 2013
  18. Apr 05, 2013
    • jsiegle's avatar
      Run astyle to make code format more consistent · ea8c1c90
      jsiegle authored
      To run this in the future, install astyle (sudo apt-get install astyle),
      then enter the following from the top-level project directory:
      
      astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h"
      
      This will convert tabs to 4 spaces and ensure that brackets are on
      their own lines.
      ea8c1c90
  19. Apr 03, 2013
    • aacuevas's avatar
      Windows.h include not needed with juce 2 · 3f56af92
      aacuevas authored
      With new jucer, windows.h is not only unnecesary, but can cause conflicts with some definitions.
      Also, OpenGL.h includes disabled, as it's no longer needed and it, by itself, needs windows.h
      3f56af92
  20. Mar 21, 2013
    • jsiegle's avatar
      Change copyright year to 2013 · e36119a1
      jsiegle authored
      Use the following command to update the copyright year in all files,
      starting in the Source/ directory:
      
      find . -type f -print0 | xargs -0
         sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g'
      
      Works like a charm!
      e36119a1
    • jsiegle's avatar
      Switch pointers to ScopedPointers · 34ccc510
      jsiegle authored
      The main UI components now use ScopedPointers for their children,
      alleviating the need to call "deleteAllChildren" or "deleteAndZero"
      in the destructor.
      34ccc510
  21. Mar 20, 2013
  22. Dec 26, 2012
  23. Nov 20, 2012
  24. Nov 19, 2012
  25. Oct 06, 2012
  26. Sep 20, 2012
  27. Jul 07, 2012
  28. Jun 17, 2012
  29. May 23, 2012
  30. May 21, 2012
  31. May 20, 2012
  32. May 18, 2012
  33. May 17, 2012
  34. May 16, 2012
Loading