Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/live/clip/get/notes Error "Message too long" #88

Open
StrongBearCeo opened this issue Jun 8, 2023 · 1 comment · May be fixed by #89
Open

/live/clip/get/notes Error "Message too long" #88

StrongBearCeo opened this issue Jun 8, 2023 · 1 comment · May be fixed by #89

Comments

@StrongBearCeo
Copy link
Contributor

This occurs when a clip contains an excessive number of notes, such as a clip filled with numerous 16th notes of a hi-hat.

(2023-06-07 20:58:12,471) [ERROR] AbletonOSC: Socket error: Traceback (most recent call last):
  File "/abletonosc/osc_server.py", line 117, in process
    remote_addr=response_addr)
  File "/abletonosc/osc_server.py", line 82, in send
    self._socket.sendto(msg.dgram, remote_addr)
OSError: [Errno 40] Message too long
@StrongBearCeo
Copy link
Contributor Author

added /live/clip/get/notes_range in this PR #87 to paginate and handle a large number of notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant