In developing the LFO module (still in progress) I discovered that the algorithm which displays the knob values was misbehaving for control sockets which had a very small range (for instance, the LFO modules' "shape" socket has a range of 1 to 3). This OS update corrects the problem.
- Code: Select all
'' REVISION HISTORY:
''
'' Rev Date Description
'' ------- -------- ---------------------------------------------------
'' 1.00.00 07-19-08 Initial Release.
'' 1.00.02 08-06-08 Initial Shipping configuration
'' 2.00.00 10-19-08 Add manufacturing diagnostics
'' 2.01.00 11-01-08 Add scrolling version display
'' Update 'Gain' system resource so it's range is 0-100% (as displayed) instead of 0-200% (as it was previously behaving)
'' Add temporary workaround for the clkfreq/tube distorion bug posted at http://www.openstomp.com/phpbb/viewtopic.php?f=4&t=19
'' 2.01.01 02-24-09 Correct knob value display algorithm (was misbehaving for control sockets with very small data ranges)