Skip to content

v17.1.0

Latest
Compare
Choose a tag to compare
@philburk philburk released this 11 Apr 00:42
· 8 commits to master since this release
40a4109
  • Added several new UnitGenerators
    • PlateReverb for diffuse sound
    • MultiTapDelay for modeling early reflections
    • RoomReverb that combines PlateReverb and MultiTapDelay #115
    • WaveFolder that adds complexity to a timbre #88
  • Fixed a crash in ExponentialRamp when the input crossed zero. #92
  • Fixed non-real-time WaveRecorder by stopping StreamingThread when done. #105
  • Fixed a bug in the MultiChannelSynthesizer if the same note was played on multiple channels. #114
  • Added an example that renders some MIDI messages to PCM. #108