Dictionary: change a key character(s)
Hi guys,
is there a simple way to changing one recurrent character in the following dictionary without editing manually?
In this simple example I have a dict in which every time there is "A_" it should be replaced with "B_".
So that, as an example, "A_LOW-GAINS" becomes "B_LOW-GAINS".
Max Patch
Copy patch and select New From Clipboard in Max.
Oh, I asked the duck! :-)
Max Patch
Copy patch and select New From Clipboard in Max.
Haven’t scoped out your patches, but for things like this often using a basic text editor with find all + replace all functionality works great. But it assumes you don’t need a programmatic solution.