Skip to content
Snippets Groups Projects
  1. May 15, 2012
  2. May 13, 2012
  3. Apr 30, 2012
  4. Apr 17, 2012
  5. 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
  6. Apr 11, 2012
  7. Apr 10, 2012
  8. Apr 09, 2012
  9. Apr 05, 2012
  10. 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
  11. Mar 28, 2012
  12. 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
  13. Mar 19, 2012
  14. Mar 16, 2012
  15. Mar 15, 2012
  16. Mar 12, 2012
  17. Mar 11, 2012
  18. Mar 10, 2012
  19. Mar 05, 2012
  20. 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
  21. Mar 02, 2012
  22. Mar 01, 2012
  23. Feb 16, 2012
  24. Feb 15, 2012
  25. Feb 14, 2012
    • jsiegle's avatar
      Fixed bug in SourceNode · 59060a54
      jsiegle authored
      The IntanThread was occasionally looking for data after acquisition was disabled,
      which would trigger the SourceNode to attempt to manually disable callbacks.
      The only negative effect of this was that if the user was currently viewing
      a different signal chain, it would switch back to the Intan chain unexpectedly.
      This is no longer the case, as the SourceNode checks to see whether or not
      it received a proper disable signal from the ProcessorGraph before notifying
      the UI that data may have been dropped.
      59060a54
    • jsiegle's avatar
      Minor updates to ControlPanel · b4a850ed
      jsiegle authored
      b4a850ed
    • jsiegle's avatar
      Added clock functionality · 69047601
      jsiegle authored
      69047601
    • jsiegle's avatar
      Updated color scheme. · d4ace4b3
      jsiegle authored
      d4ace4b3
    • jsiegle's avatar
      Aesthetic upgrades to FilterViewport and GenericEditor · 8129d839
      jsiegle authored
      Generic Editors colors now match the type of processor.
      The FilterViewport layout has been changed to a simple outline.
      8129d839
Loading