Skip to content
Snippets Groups Projects
  1. Sep 29, 2014
  2. Sep 10, 2014
  3. Aug 21, 2014
  4. Aug 02, 2014
  5. Jul 31, 2014
  6. Jul 14, 2014
  7. Jul 13, 2014
  8. Mar 19, 2014
  9. Feb 28, 2014
  10. Feb 06, 2014
  11. Jan 11, 2014
  12. Jan 05, 2014
  13. Nov 27, 2013
  14. Nov 20, 2013
  15. 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
  16. Jun 19, 2013
  17. May 21, 2013
  18. May 16, 2013
  19. May 15, 2013
  20. May 14, 2013
  21. Apr 04, 2013
  22. Apr 03, 2013
  23. Mar 21, 2013
  24. Mar 12, 2013
  25. Feb 13, 2013
  26. Feb 12, 2013
  27. Dec 06, 2012
  28. Nov 26, 2012
  29. Nov 22, 2012
  30. Nov 20, 2012
  31. Oct 08, 2012
  32. Sep 24, 2012
  33. Apr 05, 2012
  34. 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
  35. Mar 15, 2012
  36. 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
  37. Mar 02, 2012
  38. Feb 16, 2012
    • jsiegle's avatar
      Fixed bug in GenericProcessor::setDestNode · 0e8dac82
      jsiegle authored
      Previously, if you placed a sink in front of a source, it would lead to
      a never-ending "while" loop. By removing two lines (254-255), this problem
      was solved.
      0e8dac82
Loading