You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug in the latest nightly that broke my midi map. The knobs on my controller are affecting it, but it doesn't come into play until I use a control in Surge's interface to move it.
An example: I have knobs to control cutoff and resonance on both filters. Let's say res is at 0% and I turn the knob a lot. It will not actually go up, but when I focus on the control and tap up arrow, it will jump immediately to 100%.
Reports bscross on discord
The text was updated successfully, but these errors were encountered:
Midi Controllers go through a ControllerModulationSource
for uniform smoothing. Those CMSs are the only ones created
outside the normal modluation path, so they didn't get a sapmle
rate set which, defacto, meant only immediate mode (namely
UI) edits worked but midi edits did not.
Closessurge-synthesizer#6139
Midi Controllers go through a ControllerModulationSource
for uniform smoothing. Those CMSs are the only ones created
outside the normal modluation path, so they didn't get a sapmle
rate set which, defacto, meant only immediate mode (namely
UI) edits worked but midi edits did not.
Closes#6139
There's a bug in the latest nightly that broke my midi map. The knobs on my controller are affecting it, but it doesn't come into play until I use a control in Surge's interface to move it.
An example: I have knobs to control cutoff and resonance on both filters. Let's say res is at 0% and I turn the knob a lot. It will not actually go up, but when I focus on the control and tap up arrow, it will jump immediately to 100%.
Reports bscross on discord
The text was updated successfully, but these errors were encountered: