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
This could be a button on the ModuleView page (consider similar placement to "Auto-patch" button #269).
It would randomize all parameters of the module.
VCV-rack ported modules have a randomizeEnabled flag for each param, it would be great to respect that. CoreModules do not have anything equivalent so we could add an onRandomize function to the CoreProcessor base class, and let CoreModules override it. --> moved to Issue #290
The text was updated successfully, but these errors were encountered:
This could be a button on the ModuleView page (consider similar placement to "Auto-patch" button #269).
It would randomize all parameters of the module.
VCV-rack ported modules have a--> moved to Issue #290randomizeEnabled
flag for each param, it would be great to respect that. CoreModules do not have anything equivalent so we could add anonRandomize
function to the CoreProcessor base class, and let CoreModules override it.The text was updated successfully, but these errors were encountered: