Posted: 13 Mar 2018, 15:17
I had a user module Setting set up with this:
sdkAddSettingLineInteger(DESIGN_TAB_NAME, &wirelessMUXfrom, "Wireless MUX from ID (-1 = off)", -1, NUM_CONFIG_ID - 1, scLinear, "", -1);
This setting would not save and/or restore when the patch was reloaded.
When I changed the Setting name to "Wireless MUX from ID" it then was saved and restored.
I put this in the "Patching" forum as its not really about the SDK, but the name of the setting.
Anyone else noticed anything like this ?
Some part of the "(-1 = off)" string must be the cause. I wonder it if was interfering with the storage or reading from the patch or workspace config ?
If there is no documented explanation I suppose it should be raised as a bug.
Simon.
sdkAddSettingLineInteger(DESIGN_TAB_NAME, &wirelessMUXfrom, "Wireless MUX from ID (-1 = off)", -1, NUM_CONFIG_ID - 1, scLinear, "", -1);
This setting would not save and/or restore when the patch was reloaded.
When I changed the Setting name to "Wireless MUX from ID" it then was saved and restored.
I put this in the "Patching" forum as its not really about the SDK, but the name of the setting.
Anyone else noticed anything like this ?
Some part of the "(-1 = off)" string must be the cause. I wonder it if was interfering with the storage or reading from the patch or workspace config ?
If there is no documented explanation I suppose it should be raised as a bug.
Simon.