I know I already reported but didn't find my old post
As the custom button name with backquote are broken ( no text before, no multiple backquote, no text allowed after...)
instead of the simple (i.e. as for a pad name)
Width `skin_width`
horrible things like that are needed :
`param_add "skin_width & param_cast text" "get_text ' Width '"`
or worth
`param_add "video_level & param_cast percent & param_cast text" "get_text ' Video '"`
instead of simple
Video `video_level & param_cast percent`
It would be fine they work the same as pad names (with fix for their own bug with first backquote needing at least one char before it to work)
Other thing :
in custom button context selectionmenu popup , the script appears instead of name, would be more friendly to see the value instead of some unreadable great line of code
As the custom button name with backquote are broken ( no text before, no multiple backquote, no text allowed after...)
instead of the simple (i.e. as for a pad name)
Width `skin_width`
horrible things like that are needed :
`param_add "skin_width & param_cast text" "get_text ' Width '"`
or worth
`param_add "video_level & param_cast percent & param_cast text" "get_text ' Video '"`
instead of simple
Video `video_level & param_cast percent`
It would be fine they work the same as pad names (with fix for their own bug with first backquote needing at least one char before it to work)
Other thing :
in custom button context selectionmenu popup , the script appears instead of name, would be more friendly to see the value instead of some unreadable great line of code
Mensajes Sun 30 Aug 20 @ 7:31 am