Skip to content
Snippets Groups Projects
  1. Jan 25, 2014
  2. Jan 24, 2014
  3. Jan 23, 2014
  4. Jan 18, 2014
  5. Jan 16, 2014
  6. Jan 12, 2014
  7. Jan 11, 2014
  8. Oct 03, 2013
  9. Sep 19, 2013
  10. Aug 24, 2013
  11. Aug 19, 2013
  12. Jun 19, 2013
  13. Jun 15, 2013
  14. May 29, 2013
  15. May 13, 2013
  16. May 12, 2013
  17. 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
  18. May 04, 2013
  19. Apr 05, 2013
  20. Mar 29, 2013
    • Josh Siegle's avatar
      Switch to manual font loading · e176ce1d
      Josh Siegle authored
      For some reason, "getCustomTypefaceForFont" wasn't being called on OS X.
      It probably has something to do with platform-specific code for loading
      fonts. Now, in cases where custom fonts are needed, loading requires
      4 lines instead of 1. Kind of a pain, so hopefully this is a temporary
      solution until we can figure out what's different about Macs.
      e176ce1d
  21. Mar 21, 2013
    • jsiegle's avatar
      Continue to make visualizers indepedent from OpenGL · 2a94f110
      jsiegle authored
      The Visualizer class no longer inherents from OpenGLCanvas. In the future,
      scrolling will be handled by a Viewport object.
      2a94f110
    • 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
    • jsiegle's avatar
      Updated JUCE library · 637baf17
      jsiegle authored
      637baf17
  22. Mar 20, 2013
  23. Feb 12, 2013
  24. Dec 27, 2012
  25. Nov 24, 2012
  26. Nov 10, 2012
  27. Oct 30, 2012
  28. Oct 06, 2012
Loading