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

fl.interval~ cannot be connected to fl.frommax~ if it is connected to an fl.tomax~ #120

Open
jamesb93 opened this issue Dec 16, 2023 · 4 comments

Comments

@jamesb93
Copy link
Contributor

Max disables the connection of the fl.interval~ in these circumstances, presumably taking the existing sane connection logic but missing this edge case where you want to go from a FrameLib network to max and then back.

image
@AlexHarker
Copy link
Owner

Weird. Nice catch! I think it must identify the output of fl.tomax~ as a Framelib connection but it shouldn't!

@AlexHarker
Copy link
Owner

I'm interested in why you want to do this though? You could do something similar using fl.register~ that would probably be better - am I missing something or a use case that is clearer?

(I'll fix it either way but I'm intrigued as to how you ended up trying this)

@jamesb93
Copy link
Contributor Author

You have now seen the patch sent to you for another issue where I do some offline processing and pass the last frame along in this manner, so thats one use case, though you can patch around it as you've indicated above.

@AlexHarker
Copy link
Owner

No - that's clear - this is for two different networks, which is not possible otherwise - needs fixing.

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