Skip to content
Snippets Groups Projects
  1. Mar 15, 2012
  2. Mar 11, 2012
  3. Mar 10, 2012
  4. 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
    • jsiegle's avatar
      23c56041
    • jsiegle's avatar
      Signal chains with splitters and mergers can be saved and loaded · e138c0a0
      jsiegle authored
      Major modifications to EditorViewport::loadState() and
      EditorViewport::saveState() allow complex signal chains to be loaded
      and saved. There are still some issues with editor button status
      on startup, but these should be easy to fix.
      e138c0a0
  5. Mar 02, 2012
  6. Mar 01, 2012
  7. Feb 22, 2012
  8. Feb 21, 2012
  9. Feb 20, 2012
  10. Feb 19, 2012
  11. Feb 17, 2012
  12. 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