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

Request: OscReceiver version without learning #3

Open
sebllll opened this issue Dec 18, 2020 · 2 comments
Open

Request: OscReceiver version without learning #3

sebllll opened this issue Dec 18, 2020 · 2 comments

Comments

@sebllll
Copy link

sebllll commented Dec 18, 2020

i just did this for myself in a project where i don't need learning and want to save those cpu cycles. it's just a matter of deleting the learning stuff from the node, but maybe there's a better solution to that like sourcing out the learning into a separate node or so?

@joreg
Copy link
Member

joreg commented Dec 18, 2020

hmm..the whole learning stuff is in a cache region and should only be executed while learning.. can you elaborate on what you're expecting to gain here?

@sebllll
Copy link
Author

sebllll commented Jan 5, 2021

my simpified version looks like this:
image
this just saves some ticks when having a lot of receivers...

ideally the learning would go into a separate node - no idea on how to do this the best way, though :)

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

No branches or pull requests

2 participants