Skip to content
Snippets Groups Projects
  1. Feb 06, 2013
  2. Dec 27, 2012
  3. Nov 26, 2012
  4. Nov 20, 2012
  5. Nov 12, 2012
  6. Nov 11, 2012
  7. Oct 06, 2012
  8. Sep 20, 2012
  9. Jul 31, 2012
  10. Jul 08, 2012
  11. Jul 07, 2012
  12. Jun 17, 2012
  13. Jun 16, 2012
    • jsiegle's avatar
      IntanThread now handles TTL inputs and generates its own timestamps. · a7a594c4
      jsiegle authored
      The IntanThread can report TTL events on its 6 input channels. This was tested
      with an Arduino; input detection is fast and reliable.
      
      The IntanThread also generates its own timestamps, allowing the software to move
      toward a framework in which timestamps come from input sources, rather than
      from the RecordNode.
      
      Finally, an ArduinoOutput module was added, which allows the software to
      communicate with an Arduino via serial output.
      a7a594c4
  14. May 21, 2012
  15. May 20, 2012
  16. May 18, 2012
  17. Apr 21, 2012
  18. Apr 17, 2012
  19. Apr 06, 2012
  20. Mar 20, 2012
  21. Mar 15, 2012
  22. Mar 12, 2012
  23. Mar 10, 2012
  24. Mar 02, 2012
  25. Mar 01, 2012
  26. Feb 20, 2012
    • jsiegle's avatar
      Fixed bug in LfpDisplayCanvas · 49ae303f
      jsiegle authored
      When an LfpDisplayCanvas was hidden for more than a few seconds, it would lose
      track of the displayBufferIndex, causing it to pause for a few seconds when
      it comes back into view. Now, the DataViewport sends a "refresh" reminder
      to the canvas, to remind it to update its buffer indices in order to
      display new data.
      49ae303f
    • jsiegle's avatar
      Cleaned up FilterList code · d3a7790a
      jsiegle authored
      d3a7790a
  27. Feb 19, 2012
  28. Feb 16, 2012
    • jsiegle's avatar
      Added code for WiFiOutput · 6a047d1d
      jsiegle authored
      In combination with an EventNode, a WiFiOutput node is able to send a
      simple message to a hard-coded address via UDP. This is the first sink that
      actually emits an output. It's obviously over-simplified, but as a
      proof-of-concept, it seems to be working well.
      6a047d1d
  29. Feb 14, 2012
Loading