send snapshot on startup problem

Home Forums General Programming send snapshot on startup problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #549
    Widy75
    Participant
      • Topics: 10
      • Replies: 61
      • Total: 71

      first problem:)
      is there a way to configure a delay for sending parameters on statup …… by pressing snapshot it works …but not for sending on statup ..or did i miss something
      in this case i always need to press send snapshot … to keep the right state ….

      or should i implement a luascript with a timer/delay to send all modulators with a delay in between ….
      .

      second problem:)
      whats the best way to show and edit a patch name received from an sysex dump … i received 8 values in an sysex … how can i store them in ONE single Modulator
      i only know the SetModulatorValue with int as argument

      lg widy

      #3850
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        the first part is a problem i need to fix, but i don’t know how yet. Adding the configured delay between messages on start means the panel will load that much longer, without the delay it will cause errors on the device. Maybe i’ll add some sort of option to choose witch one you want.

        The second one is really simple, i assume it’s a name so it’s 8 ASCII characters encoded in numbers, you need to convert your data to a string and display it using a label or whatever component that can show strings

        #3851
        Widy75
        Participant
          • Topics: 10
          • Replies: 61
          • Total: 71

          ok thx for the info
          i solved first problem for now … i just disable the auto send on startup .. and send all modulators in an lua script with a delay in between
          the delay is just a simple for i = 0 ; 10000 ….. i want use os cammands or so on …

          i do this just for 10 parameters ..and for this parameters i don’t have a sysex defintion <img decoding=” title=”Smile” /> ….
          my sweep nice shruthi did not provide sysex defintions for sequencer settings .. only for the sequence itself <img decoding=” title=”Smile” />

          however .. if i solve also the the last problem … displaying the name …i will try this at night …. ctrlr has a new nice shruthi panel <img decoding=” title=”Smile” /> with full parameter exchange in both directions
          (panel is the same as the existing one but with new features )

          lg widy

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘Programming’ is closed to new topics and replies.
        There is currently 0 users and 68 guests online
        No users are currently active
        Forum Statistics
        Threads: 2,495, Posts: 17,374, Members: 77,605
        Most users ever online was 12 on January 22, 2019 3:47 pm
        Ctrlr