Welcome to Decent Sampler Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
I am having an issue with menus that have multiple options. When I initially load my preset all of the sounds play at once even though I have one particular sound set to load for the preset.

To get DS to play a single sound I have to select another sound from the menu and then it works fine. It's just at load up that it plays every sound included in the menu.

I have double checked the code to make sure the correct tags/positions are in the binding and cannot find anything that appears incorrect.

If anyone has a fix for this I would greatly appreciate it. Code below:

<menu height="25" width="100" name="Low Drones" requireSelection="true" value="5" x="70" y="185">

        <option name="Low 1">

          <binding level="group" tags="low drone st,low drone c" parameter="ENABLED" position="0,1" translation="fixed_value" translationValue="true" type="general"/>

          <binding level="group" tags="um drone st,um drone c" parameter="ENABLED" position="2,3" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="organaarp pedal st,organaarp pedal c" parameter="ENABLED" position="4,5" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="jorgan sych st,jorgan sych c" parameter="ENABLED" position="6,7" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="glass bass st,glass bass c" parameter="ENABLED" position="16,17" translation="fixed_value" translationValue="false" type="general"/>

        </option>

        <option name="UM Low">

          <binding level="group" tags="low drone st,low drone c" parameter="ENABLED" position="0,1" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="um drone st,um drone c" parameter="ENABLED" position="2,3" translation="fixed_value" translationValue="true" type="general"/>

          <binding level="group" tags="organaarp pedal st,organaarp pedal c" parameter="ENABLED" position="4,5" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="jorgan sych st,jorgan sych c" parameter="ENABLED" position="6,7" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="glass bass st,glass bass c" parameter="ENABLED" position="16,17" translation="fixed_value" translationValue="false" type="general"/>

        </option>

        <option name="Organ AARP">

          <binding level="group" tags="low drone st,low drone c" parameter="ENABLED" position="0,1" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="um drone st,um drone c" parameter="ENABLED" position="2,3" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="organaarp pedal st,organaarp pedal c" parameter="ENABLED" position="4,5" translation="fixed_value" translationValue="true" type="general"/>

          <binding level="group" tags="jorgan sych st,jorgan sych c" parameter="ENABLED" position="6,7" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="glass bass st,glass bass c" parameter="ENABLED" position="16,17" translation="fixed_value" translationValue="false" type="general"/>

        </option>

        <option name="Jorgan SYCH">

          <binding level="group" tags="low drone st,low drone c" parameter="ENABLED" position="0,1" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="um drone st,um drone c" parameter="ENABLED" position="2,3" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="organaarp pedal st,organaarp pedal c" parameter="ENABLED" position="4,5" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="jorgan sych st,jorgan sych c" parameter="ENABLED" position="6,7" translation="fixed_value" translationValue="true" type="general"/>

          <binding level="group" tags="glass bass st,glass bass c" parameter="ENABLED" position="16,17" translation="fixed_value" translationValue="false" type="general"/>

        </option>

        <option name="Glass Bass">

          <binding level="group" tags="low drone st,low drone c" parameter="ENABLED" position="0,1" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="um drone st,um drone c" parameter="ENABLED" position="2,3" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="organaarp pedal st,organaarp pedal c" parameter="ENABLED" position="4,5" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="jorgan sych st,jorgan sych c" parameter="ENABLED" position="6,7" translation="fixed_value" translationValue="false" type="general"/>

          <binding level="group" tags="glass bass st,glass bass c" parameter="ENABLED" position="16,17" translation="fixed_value" translationValue="true" type="general"/>

        </option>

      </menu>
in Using the Sampler by charlie-waymire (440 points)

1 Answer

0 votes
Once I created some presets to load this issue went away. It only seems to happen while I'm working on a specific revision and am constantly reloading to check changes.
by charlie-waymire (440 points)
...