Get scene names in Live
Hi.
I'm making this patch where i collect the names from all the Scenes in Ableton live into a menu. But when collecting the names from Scenes which by default is named: 1, 2, 3 etc. i end up with this result:
"" 1"", "" 2"" and "" 3""
This looks kind of messy in the menu, so I was wondering if anyone knows a method for removing all the " and . Does Max f.x. have a way to filter characters?
Max Patch
Copy patch and select New From Clipboard in Max.
I prefer using regexps for that kind of stuff, like so:
Thanks! Works great! And great website you have by the way.