Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
  2. 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
  3. Jun 19, 2013
  4. Jun 15, 2013
  5. May 21, 2013
  6. May 04, 2013
  7. Apr 08, 2013
    • jsiegle's avatar
      Save hardware timestamps in RecordNode · 6ea36303
      jsiegle authored
      Some caveats:
      - If a source doesn't generate its own timestamps, all timestamps will be
        zero. This is obviously bad, so we need a way to protect this
        from happening.
      - If there are multiple timestamps from different sources, they might
        conflict. Again, something needs to be done about this in the near future.
      - If only a 32-bit timestamp is given, it needs to be shifted by 8 bits
        to fit in our 64-bit timestamp slot
      6ea36303
  8. 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
  9. 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
  10. 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
  11. Nov 19, 2012
  12. Nov 17, 2012
  13. Nov 16, 2012
  14. Nov 12, 2012
  15. Nov 11, 2012
  16. Nov 10, 2012
  17. Nov 08, 2012
  18. Nov 06, 2012
  19. Oct 06, 2012
  20. Sep 20, 2012
  21. May 21, 2012
  22. May 20, 2012
  23. May 17, 2012
  24. May 16, 2012
  25. Apr 05, 2012
  26. Apr 04, 2012
Loading