Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 17, 2013
  3. May 10, 2013
  4. 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
  5. 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
  6. 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
  7. Feb 12, 2013
  8. Oct 06, 2012
  9. Sep 20, 2012
  10. May 21, 2012
  11. May 14, 2012
    • jsiegle's avatar
      Revamped spike messages. · 5595bd02
      jsiegle authored
      The SpikeDetector now uses SpikeObjects to pass spike messages,
      rather than the GenericProcessor "addEvent" code, as previously.
      This makes it easier to distribute spikes to multi-channel electrode
      displays, such as StereotrodePlot and TetrodePlot. However, there's
      still a problem with setting the axes. "Real" spikes have an issue
      with constantly changing the axes, whereas simulated spikes do not.
      5595bd02
  12. May 11, 2012
    • jsiegle's avatar
      Updated SpikeDetector Editor interface · 02d1e574
      jsiegle authored
      Through the SpikeDetector Editor, it's now possible to change the channel
      mapping for each electrode and adjust thresholds. It's not yet possible
      to inactivate particular electrodes or change parameters over multiple
      electrodes at once; these will both be necessary functions in the future.
      02d1e574
  13. May 10, 2012
  14. Apr 22, 2012
  15. Apr 02, 2012
  16. Mar 20, 2012
  17. Mar 12, 2012
  18. Feb 20, 2012
  19. Feb 19, 2012
  20. Feb 11, 2012
Loading