getSize only looking at last byte number

Home Forums General Programming getSize only looking at last byte number

Viewing 41 post (of 41 total)
  • Author
    Posts
  • #119723
    EnzoF04
    Participant
      • Topics: 17
      • Replies: 102
      • Total: 119
      • ★★

      Can you post the link to the S700 midi implementation so I can have a look?

      here it is in a OneDrive:

      https://1drv.ms/u/s!As8Bha-GZclYhjnnkDId3SxjgHGZ?e=eQdcCp

      If there is some pattern in the exchange then it can be coded easily like:
      – button to request load. Initialize MB. counter=0
      – MidiMessageReceived: check received message, if byte(1)=0x40 then append to MB; send ACK; counter =1
      else if size=60 then append to MB, send ACK; counter = counter+1
      else if byte(0)=0xF7 then append to MB; display MB or do whatever with the data

      You make me enthusiastic and motivated in picking it up in the near future! 🙂 Will need help though.

    Viewing 41 post (of 41 total)
    • The forum ‘Programming’ is closed to new topics and replies.
    There is currently 0 users and 133 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