Skip to content

Added ratio block, Triangle LFO Width control, several bug fixes.

Latest
Compare
Choose a tag to compare
@Digital-Larry Digital-Larry released this 01 Apr 13:18
· 7 commits to master since this release

Enhancements

  • The new "Ratio" block in the "Controls" menu is really handy for things like chorus, flanger, and oil-can delays, to create two control signals over a given range whose product remains constant.
  • Added a "Tri Width" control to the Ramp LFO block. Now you don't have to mess with an external multiplier if you wish to have a pot control your triangle LFO width.

Bug fixes include:

  • Simulation fix for Log and Exp instructions (this is down in code I didn't write originally, so let me know if there are any strange side effects).
  • Hall Reverb block was missing a "@isPinConnected" for the 3rd control input. This meant that if nothing was connected there, it would not generate code properly.
  • Simulator display redraws after each sweep (more improvements are possible here).