Skip to content
Snippets Groups Projects
  1. Aug 10, 2017
  2. Dec 30, 2016
  3. Jun 05, 2016
  4. Mar 06, 2016
  5. Sep 21, 2015
  6. Jan 16, 2015
  7. Dec 24, 2014
  8. Dec 23, 2014
  9. Nov 04, 2014
  10. Oct 30, 2014
  11. Sep 29, 2014
  12. Oct 08, 2013
  13. Aug 18, 2013
    • jsiegle's avatar
      Update data format · 2a5f1272
      jsiegle authored
      Change number of samples from int16 to uint16, as this should
      never be negative. Change timestamp from uint64 to int64, as
      negative timestamps may one day be necessary.
      2a5f1272
  14. Aug 10, 2013
  15. Jun 20, 2013
  16. Jun 19, 2013
  17. Jun 01, 2013
  18. May 22, 2013
  19. May 21, 2013
  20. Apr 09, 2013
    • jsiegle's avatar
      Implement ReferenceNode · 7796c929
      jsiegle authored
      The ReferenceNode (digital reference) is now working, although its
      functionality is limited. Currently, only one channel can serve
      as a reference. Ideally, each channel or subset of channels could
      have a unique reference. This will require additional UI upgrades
      that are not a priority at the moment.
      7796c929
  21. 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
  22. 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
  23. 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
  24. Nov 26, 2012
Loading