-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unity: List of numbers for receive and send objects #42
Comments
[edit: I modified the topic to be a bit more clear] So, heavy doesn't support pd [list] objects. However perhaps simply using [pack] [unpack] we could use a new kind of I'm not sure what limitations we need to take into account. Is the length of the lists you are aiming to use deterministic? |
So I realized that my initial response on this was a bit off. Send and receive objects can already handle "lists" (ie. multiple values of numbers at a time). For instance all the MIDI integrations send and receive multiple values in order to work. However in your case you specifically need the Unity integration to be able to handle these. This will require someone versed in Unity to implement and validate. |
Hello! I think having different kinds of data possible to send and receive would be very interesting! I'm working on a project with Wwise and Unity and i need to send a list of numbers from unity to PD and I found out that only floats could be sent
The text was updated successfully, but these errors were encountered: