Dynamically change arguments
Is it possible to change an object's args with a message?
Many thanks in advance
Joe
Well, I have an m4l patch that relies on [table]. Unfortunately due to m4l's global namespace multiple instances share the same table. If I don't change the name all instances use the same table.
Thanks again
Joe
This will definitely make unique tables, but it won't set the name based on user input.
I've concluded that I'm better off with[text].
Thanks again