Skip to content

OSC messages with 3 parameters aren't parsed correctly #20

@ssfrr

Description

@ssfrr

When there are 3 parameters, the type tag is [',', 'f', 'f', 'f', NULL, NULL, NULL, NULL] (using floats for example). The first NULL is to terminate the string, and the remaining 3 are for padding. It looks like OscCore stops parsing the type tag after the final 'f', and then reports the first argument as 0.0. Then the first 2 arguments are shifted back, and the last argument is dropped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions