Skip to content
Snippets Groups Projects
  1. Aug 02, 2014
  2. Jul 31, 2014
  3. Jul 14, 2014
  4. Jul 13, 2014
  5. Mar 19, 2014
  6. Feb 28, 2014
  7. Feb 06, 2014
  8. Jan 11, 2014
  9. Jan 05, 2014
  10. Nov 27, 2013
  11. Nov 20, 2013
  12. Aug 27, 2013
    • aacuelo's avatar
      Windows version cleanup · d1dc465e
      aacuelo authored
      Due to the update to Juce 2 and the removal of IntanThread all of the specific windows dependencies are not needed anymore.
      d1dc465e
  13. Jun 19, 2013
  14. May 21, 2013
  15. May 16, 2013
  16. May 15, 2013
  17. May 14, 2013
  18. Apr 04, 2013
  19. Apr 03, 2013
  20. Mar 21, 2013
  21. Mar 12, 2013
  22. Feb 13, 2013
  23. Feb 12, 2013
  24. Dec 06, 2012
  25. Nov 26, 2012
  26. Nov 22, 2012
  27. Nov 20, 2012
  28. Oct 08, 2012
  29. Sep 24, 2012
  30. Apr 05, 2012
  31. 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
  32. Mar 15, 2012
  33. 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
  34. Mar 02, 2012
  35. Feb 16, 2012
  36. Feb 14, 2012
  37. 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
Loading