Filter Umenu to only display Prefix Filename
Hi there! I'm trying to create a patch that populates a umenu's items list only if it matches a filename prefix. Ideally I would be able to change the prefix word it populates the umenu with so I can switch between only seeing files that start with the word "idle" into seeing only files that start with the word "action".
I've tried the regexp and substituted the irrelevant words in the file name to leave only the prefix and the id number but then I can't find a way to either populate a umenu or have a jit.qt.movie read the files once the files name has been stripped.
Thanks in advance!
you will have to dump original umenu to second one
letting matched items through.
P.S.
or use chooser object - it has filtertext argument
Thank you! The chooser object is working well!
Chooser object is looking at my project media folder and sending messages into the filter text attrui easily changes the list of images :)
I appreciate your time energy in your reply! <3