You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Looking through past issues I've found this one #155 that describes my current problem. It seems strange, but seeing that another person has had it confirmed that what I'm seeing is real. The code is really straight forwards:
I intercept and record the sent notes in a DAW (Logic). Here I'm trying to send 6 notes and in Logic I see only 5. If I drop one (like note 85), Logic only records 5. I can confirm the same behavior in Cubase. The dropped event is always the last one of the array (so, in the provided example, note 85 is not played but note 80 is. If I comment out note 85, 80 is not played and so on).
The text was updated successfully, but these errors were encountered:
Hi,
Looking through past issues I've found this one #155 that describes my current problem. It seems strange, but seeing that another person has had it confirmed that what I'm seeing is real. The code is really straight forwards:
I intercept and record the sent notes in a DAW (Logic). Here I'm trying to send 6 notes and in Logic I see only 5. If I drop one (like note 85), Logic only records 5. I can confirm the same behavior in Cubase. The dropped event is always the last one of the array (so, in the provided example, note 85 is not played but note 80 is. If I comment out note 85, 80 is not played and so on).
The text was updated successfully, but these errors were encountered: