HISE Logo Forum
    • Categories
    • Register
    • Login

    SuspendOnSilence Missing

    Scheduled Pinned Locked Moved Solved ScriptNode
    3 Posts 2 Posters 145 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aaronventure
      last edited by

      I have a network which is a ScriptFX in a Container. It's got a bunch of stuff running so I'd like to suspend the processing on silence.

      But I can't find the flag anymore. When I right click a node, it's not there.

      I tried manually implementing this using a soft bypass node and a timer, but unbypassing on note results in a tiny burp which I think is because of the ramps resetting instead of carrying on as they were on bypass.

      Christoph HartC 1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart @aaronventure
        last edited by

        @aaronventure not sure why it doesn't popup up, but you can just edit the XML and add the attribute manually (then it should pick it up the next time you load it, seems to be a glitch):

        <Network ID="script_fx1" SuspendOnSilence="1" Version="0.0.0">
          <Node FactoryPath="container.chain" ID="script_fx1" Bypassed="0" Name="script_fx1">
            <Nodes>
              <Node ID="chain" FactoryPath="container.chain" Bypassed="0" Name="chain">
                <Nodes/>
                <Parameters/>
              </Node>
            </Nodes>
            <Parameters/>
          </Node>
        </Network>
        
        A 1 Reply Last reply Reply Quote 0
        • A
          aaronventure @Christoph Hart
          last edited by

          @Christoph-Hart That worked, thanks. Even the ramps behave as they should!

          1 Reply Last reply Reply Quote 0
          • A aaronventure marked this topic as a question on
          • A aaronventure has marked this topic as solved on
          • First post
            Last post

          10

          Online

          1.7k

          Users

          11.9k

          Topics

          103.4k

          Posts