Skip to content
Snippets Groups Projects
  1. May 21, 2012
  2. May 20, 2012
  3. May 19, 2012
  4. May 18, 2012
  5. May 17, 2012
  6. May 16, 2012
  7. May 13, 2012
  8. May 10, 2012
  9. May 07, 2012
  10. Apr 21, 2012
  11. Apr 17, 2012
  12. 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
  13. Apr 10, 2012
  14. Apr 08, 2012
    • jsiegle's avatar
      AudioComponent closes device when not in use. Closes #10. · b41183d8
      jsiegle authored
      The AudioComponent now closes the audio device when it's not in use,
      saving CPU cycles. Previously, background CPU levels would be between
      8 and 10%. Now, when acquisition is not active (and audio device settings
      are not being actively edited), background CPU levels drop to 2%. More
      optimization will be necessary to get it down to zero, but 2% is still
      a big improvement over what we had previously.
      b41183d8
  15. Apr 06, 2012
  16. Apr 05, 2012
  17. Apr 04, 2012
    • jsiegle's avatar
      RecordNode now handles opening and closing of files for continuous data. · 5f523dc1
      jsiegle authored
      Whenever files are needed for recording, the RecordNode opens them. When
      they are no longer necessary (either recording has stopped, or recording
      of a particular channel has stopped), the RecordNode closes them.
      5f523dc1
    • 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
  18. Mar 20, 2012
  19. Mar 15, 2012
  20. Mar 12, 2012
  21. Mar 11, 2012
Loading