Skip to content
Snippets Groups Projects
  1. Sep 21, 2015
  2. May 15, 2015
  3. May 14, 2015
  4. Nov 05, 2014
  5. Oct 09, 2014
  6. Oct 02, 2014
  7. Sep 29, 2014
  8. Sep 18, 2014
  9. Aug 04, 2014
  10. Jan 18, 2014
  11. Oct 03, 2013
  12. Sep 20, 2013
  13. 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
  14. May 04, 2013
  15. 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
  16. 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
  17. 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
  18. Mar 20, 2013
  19. Dec 26, 2012
  20. Nov 20, 2012
  21. Nov 19, 2012
  22. Oct 06, 2012
  23. Sep 20, 2012
  24. Jul 07, 2012
  25. Jun 17, 2012
  26. May 23, 2012
  27. May 21, 2012
  28. May 20, 2012
  29. May 18, 2012
  30. May 17, 2012
  31. May 16, 2012
  32. Mar 10, 2012
  33. Mar 03, 2012
    • jsiegle's avatar
      Updated audio editor. · 228ad596
      jsiegle authored
      The control panel now holds an "AudioEditor" to adjust volume
      and open a window to alter device settings. Audio output is definitely
      working, but different buffer sizes make it sound really weird. The
      same problem is present in the Juce demo app, however, so I don't
      think it's a problem inherent in the GUI.
      228ad596
  34. Feb 19, 2012
Loading