Hi! I’ve found somewhat of a bug with my Ribbons - whenever I’m loading a preset, the mix is not at a 100%. It’s at about 97 and it’s audible when closing the LPF all the way down. Adjusting the mix knob slightly and back to 100% and the mix is back at a 100%. This happens with all the presets, also the factory ones. I have of course tried saving again several times after the mix knob is definitely at a 100%, but when I load the preset again, it’s back at around 97. I have midi connected, but nothing is controlling mix (CC2). What could this be
I’m aware of this issue and have a fix ready to go for it. I was going to wait until releasing a bigger update to roll it out but I can share a minor revision within the next few days.
The preset values are stored as 8 bits, which means they can be represented using values 0 to 255. When I load them, I convert them to decimal by dividing them by a number. This number should be 255 but I accidentally typed 256. Oops!
You’re welcome. Just a heads up - there is a bug relating to Disintegration Loop in the file I shared with you that was brought to my attention a couple days ago (you can read about it in that same thread). I’ll revisit it / fix it soon when I have a little more time and share another file. It will include this “presets loading to 99.6% instead of 100%” patch.
I should have done a separate branch for this instead of using the same one. My mistake and lesson learned.