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

osc/ctl : use osc incoming data as controllers #72

Open
reno- opened this issue Sep 6, 2013 · 1 comment
Open

osc/ctl : use osc incoming data as controllers #72

reno- opened this issue Sep 6, 2013 · 1 comment
Assignees
Milestone

Comments

@reno-
Copy link
Member

reno- commented Sep 6, 2013

I just reloaded span and the loading time for the span.maxpat is at least six seconds on my mbp i7.
After investigations, the guilty is the [poly~ mappolytest2 20] which need 5 secondes to instanciate the 20 voices for incoming osc dataflow.

@reno- reno- mentioned this issue Sep 6, 2013
@ghost ghost assigned tmays Sep 6, 2013
@reno-
Copy link
Member Author

reno- commented Sep 6, 2013

I think that we need to keep a span patch as light as possible. That's true that we need some mappings functions, but I might prefer to have all the mappings in only one place, and use this central mapping for osc incoming dataflow.

Maybe we could first just record osc addresses and messages type in the span dict.
And after allow user to add it to the namespace and use it in a mapping. This workflow could be really quick but it might be important to separate dedicated functions.

What do you think about?

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

No branches or pull requests

2 participants