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

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

Open
kybr opened this issue Nov 12, 2018 · 0 comments
Open

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

kybr opened this issue Nov 12, 2018 · 0 comments

Comments

@kybr
Copy link
Member

kybr commented Nov 12, 2018

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.

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

No branches or pull requests

1 participant