-
Notifications
You must be signed in to change notification settings - Fork 9
fl.change~ object request #47
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
Comments
You could test that the lists match using an fl.==~ operation on two frames summed to the length of the frame on one side. This could give you a 1 / 0 for whether the frame was the same from which you could drive an fl.route~ or similar to let the frame through or not. |
For @fearn-e:
|
👀 |
@AlexHarker Hold on, I just got round to starting this, ran the python script to make a new object, and it says fl.change~.cpp already exists. So I go and have a look, and what do you know. I guess the only question is, is this object finished or do you want me to take a look at it anyway? |
Ah yes it would appear that I did do this and then promptly forgot all about it. It looks like I actually did the object in full, (including VS project etc.) although I suspect I did not write a helpfile. Can you look to see if there is a proper helpfile and if not, can you make one and test that the object works... |
Now included in develop at dad4dcb. |
It would be handy to be able to filter out repeated frames. Is there a way to do this currently? If not, can I suggest an fl.change~ object that only outputs a frame if it is different from the previous?
The text was updated successfully, but these errors were encountered: