Skip to content
Snippets Groups Projects
  1. May 01, 2016
  2. Apr 26, 2016
  3. Mar 05, 2016
  4. Nov 19, 2015
  5. Oct 07, 2015
  6. Oct 01, 2015
  7. Sep 15, 2015
  8. May 15, 2015
  9. May 14, 2015
  10. Mar 24, 2015
  11. Nov 12, 2014
  12. Oct 27, 2014
  13. Oct 09, 2014
  14. Sep 25, 2014
  15. Sep 15, 2014
  16. Aug 04, 2014
  17. Jan 25, 2014
  18. Jan 23, 2014
  19. Jan 22, 2014
  20. Jan 19, 2014
  21. Jan 18, 2014
  22. Jan 11, 2014
  23. Oct 09, 2013
  24. Sep 20, 2013
  25. Aug 08, 2013
  26. Jun 20, 2013
  27. Jun 19, 2013
  28. May 29, 2013
  29. May 10, 2013
  30. May 09, 2013
    • interpretivechaos's avatar
      Loading Parameters and altering Parameter Buttons based on active channels · 3a2ace62
      interpretivechaos authored
      Allows parameters to be set from saved XML and changes the
      parameterEditor buttons (currently for discrete parameters only) to
      reflect which parameters are currently used by selected and
      non-selected channels. This fixes a problem where the buttons would
      always show what the last press was rather than the current values for
      the active channels (e.g. If you changed the parameters on Channel 2,
      and then switched to select only Channel 1, the GUI would incorrectly
      indicate that the settings for Channel 2 were active). Additionally,
      allows the user to see what parameter values are used for channels not
      currently selected.
      3a2ace62
  31. May 05, 2013
    • jsiegle's avatar
      Update format of settings file · 4d5a7d82
      jsiegle authored
      - Clean up methods in GenericProcessor
      - File selection now happens outside of EditorViewport
      - Add mechanism for saving custom parameters for individual channels
      - Settings file is automatically saved at the start of recording
      4d5a7d82
  32. Apr 28, 2013
  33. Apr 10, 2013
  34. Apr 05, 2013
    • jsiegle's avatar
      Run astyle to make code format more consistent · ea8c1c90
      jsiegle authored
      To run this in the future, install astyle (sudo apt-get install astyle),
      then enter the following from the top-level project directory:
      
      astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h"
      
      This will convert tabs to 4 spaces and ensure that brackets are on
      their own lines.
      ea8c1c90
Loading