Skip to content
Snippets Groups Projects
  1. May 16, 2012
  2. May 13, 2012
  3. May 07, 2012
  4. 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
  5. Apr 10, 2012
  6. 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
  7. Apr 06, 2012
  8. Mar 11, 2012
  9. Mar 10, 2012
  10. Mar 03, 2012
  11. Mar 02, 2012
  12. 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
      Renamed FilterList and FilterViewport · e06db7e1
      jsiegle authored
      e06db7e1
  13. Feb 22, 2012
  14. Feb 21, 2012
  15. Feb 20, 2012
  16. Feb 19, 2012
  17. Feb 16, 2012
  18. Feb 14, 2012
  19. Feb 11, 2012
Loading