Skip to content
Snippets Groups Projects
  1. Apr 09, 2013
  2. Apr 08, 2013
  3. Apr 06, 2013
  4. Apr 05, 2013
  5. Apr 04, 2013
  6. Apr 03, 2013
  7. Mar 22, 2013
  8. Mar 21, 2013
  9. Mar 12, 2013
  10. Feb 12, 2013
  11. Nov 26, 2012
  12. Nov 22, 2012
  13. Nov 20, 2012
  14. Nov 12, 2012
  15. Nov 11, 2012
  16. Nov 10, 2012
  17. Oct 08, 2012
  18. Sep 24, 2012
  19. 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
  20. May 23, 2012
  21. Apr 13, 2012
    • jsiegle's avatar
      Redesigned channel selector buttons. · f5b78060
      jsiegle authored
      Channel selection now takes place within a slick new interface. It's not
      yet tied to actually changing parameters, but things should be much simpler
      code-wise, as well as visually.
      f5b78060
  22. Apr 11, 2012
  23. Apr 05, 2012
  24. Apr 04, 2012
    • jsiegle's avatar
      Implemented rudimentary recording functionality for continuous channels · 90406533
      jsiegle authored
      If continuous channels are toggled for recording within their respective editors,
      a "writeContinuousBuffer" function will be activated within the RecordNode. This
      function doesn't do anything yet, but it will make it easy to add diskwriting
      capabilities in the near future. Once a stable format for events has been established,
      a similar function will be implemented for writing event buffers to disk.
      90406533
  25. Mar 21, 2012
    • Stuart Layton's avatar
      A preliminary version of the ProjectionAxes that renders projection points... · 88f8b678
      Stuart Layton authored
      A preliminary version of the ProjectionAxes that renders projection points using a texture instead of drawing each point. This should allow the plots to translate around the page without problem.  Additionally the plot can be flagged to regenerate the texture from scratch using a circular buffer of accumulated amplitudes. This hasn't been tested yet.  Additionally this code is very alpha and needs to be cleaned up and could break at any time.
      88f8b678
  26. Mar 19, 2012
  27. Mar 16, 2012
  28. Mar 15, 2012
  29. Mar 11, 2012
  30. Mar 10, 2012
  31. Mar 05, 2012
  32. Mar 03, 2012
    • jsiegle's avatar
      Updated audio editor. · 228ad596
      jsiegle authored
      The control panel now holds an "AudioEditor" to adjust volume
      and open a window to alter device settings. Audio output is definitely
      working, but different buffer sizes make it sound really weird. The
      same problem is present in the Juce demo app, however, so I don't
      think it's a problem inherent in the GUI.
      228ad596
Loading