Rev 1231 send duplicated midi messages

Home Forums General News and releases Rev 1231 send duplicated midi messages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5814
    dasfaker
    Keymaster
      • Topics: 80
      • Replies: 793
      • Total: 873
      • ★★★

      Hi Atom

      Midi messages (ccs and program change) sent trhu LUA are sent twice. Sysex messages are sent only once. I’ve not tested other ones.

      Paste this code in the lua method of a default button to see it.

      myMethod = function(mod, value)

      part = 1
      if value == 1 then
      m = CtrlrMidiMessage({0xF0, 0x00,0xf7})
      else
      m = CtrlrMidiMessage({176+part, 0x7f, 0x00})
      end
      panel:sendMidiMessageNow(m)
      end

      * Also “Sort using simple numeric comparison” don’t work in the modulator list.

      • This topic was modified 11 years, 3 months ago by dasfaker.
      #5824
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        Yes it’s the continued story of CtrlrMidiMessage constructors, one day they’ll work as expected in ALL cases (there is just way too many cases for the same class).

        This issue is now fixed.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘News and releases’ is closed to new topics and replies.
      There is currently 0 users and 91 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