Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Using al::Parameter class with inflexible OSC controller #1

@kybr

Description

@kybr

If I have a hardware OSC controller that output stuff like this:

/foo/slider/3/x f
/foo/slider/3/y f

Then how should I configure al::Parameter so it responds to these messages? Would this do it?

Parameter x {"3/x", "slider", 0.0f, "/foo", -1.0f, 1.0f}; 
Parameter x {"3/y", "slider", 0.0f, "/foo", -1.0f, 1.0f}; 

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions