Skip to content
Snippets Groups Projects
  1. Mar 20, 2013
  2. Feb 12, 2013
  3. Dec 27, 2012
  4. Nov 24, 2012
  5. Nov 10, 2012
  6. Oct 30, 2012
  7. Oct 06, 2012
  8. Jul 31, 2012
  9. Jul 08, 2012
  10. Jul 07, 2012
  11. May 23, 2012
  12. May 21, 2012
  13. May 20, 2012
  14. May 19, 2012
  15. May 18, 2012
  16. May 17, 2012
  17. May 16, 2012
  18. May 07, 2012
  19. Apr 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 01, 2012
    • jsiegle's avatar
      Major refactoring. · a66d703f
      jsiegle authored
      Three important changes:
      - The FilterList is now the ProcessorList
      - The FilterViewport is now the EditorViewport
      - Any classes that need to access important UI objects have become subclasses
        of the "AccessClass". Such objects automatically obtain pointers from
        the UIComponent and register the MessageCenter as an ActionListener. This
        will make it much easier to allocate pointers to objects.
      a66d703f
    • jsiegle's avatar
  22. Feb 21, 2012
  23. Feb 19, 2012
  24. Feb 17, 2012
  25. Feb 14, 2012
  26. Feb 13, 2012
    • jsiegle's avatar
      Changes to DataViewport class · 1ad5f3ae
      jsiegle authored
      Tabs now work reasonably well when right-justified.
      
      Border is now a square (except for upper-right corner).
      1ad5f3ae
    • jsiegle's avatar
      Acquisition automatically stops if data source is lost · ac72523a
      jsiegle authored
      Changes to the DataThread, SourceNode, and UIComponent classes allow data
      threads to disable callbacks if they are no longer receiving input. So
      far this has only been tested with the Intan Board, but it works really well.
      Unplugging the board in the middle of acquisition allows the thread to exit,
      and callbacks to be disabled, without any seg faults.
      ac72523a
  27. Feb 11, 2012
Loading