trowaSoft-VCV
trowaSoft-VCV copied to clipboard
cvOSCcv "AutoReconnectAtLoad" is cleared when exiting configuration
TrowaSoft modules v1.0.3, trying today in VCV 1.1.6 (will upgrade VCV during the semester break but not before).
- New patch, add a cvOSCcv.
- Switch to the configuration.
- Enable the connection.
- Enable "AutoCon."
- Exit configuration (as noted in another thread, some parameters are not persisted while remaining in configuration mode).
- Save the patch.
- Close and reopen the patch -- now cvOSCcv is not connected, and if you check the configuration, "AutoCon" is cleared.
- OK, so what happens if you save the patch while in configuration mode? -- Reenable "AutoCon," save.
- Close and reopen the patch -- again, cvOSCcv is not connected, and if you check the configuration, "AutoCon" is cleared.
I checked both saved patches in a text editor, and both of them have "AutoReconnectAtLoad": false,
.
So it seems that this setting is just not persisted on disk. (If I edit the patch file to make it true
, then it does work when reloading the patch.)
Hi. This is because it doesn't save the 'true' unless you connect also (the idea was so that it knows it's a valid connection before allowing auto-reconnection). If you check "AutoCon" and then hit "Connect", it should save and reconnect on re-load.
We can change it to save the setting when you hide the screen, but I am not sure when I will get around to it. I am still converting to v2 and have been a bit busy lately, but I'll try to get it to during the v2 conversion.