Page 1 of 1
Shortcut to subpatch
Posted: 10 Dec 2023, 23:03
by 23fx23
I find myself often having to jump in/out from different subpatches which kinda take some time in big 'towns'
idea would be to be able to create shortcuts
ie in subpatch A man assign CTRL+1
subpatch B assign CTRL+2
then pressing the shortcuts would directly 'jump' to memorized location
Re: Shortcut to subpatch
Posted: 11 Dec 2023, 18:50
by senso
are aware that the "history" arrows in patches can help for that ?
Re: Shortcut to subpatch
Posted: 11 Dec 2023, 19:12
by 23fx23
yeah patch history is quite nice already i reckon, for most cases between 2 places its sufficient.
its more in big hierachies with subpatchs inside of subpatchs ect, that sometimes makes quite a few clics, shorcuts could go instant, to N different locations, say 4 different deep nested paces, but no huge deal,
Re: Shortcut to subpatch
Posted: 11 Dec 2023, 19:30
by 23fx23
.. thinking back of it, didn't try yet , but maybe i could do something custom with iml, for ex buttons in top header triggering iml messages
Re: Shortcut to subpatch
Posted: 12 Dec 2023, 03:28
by SylvainT
You can use inspector window for this. (magnifying glass).
Comment module in your sub-patch, with dedicated strings, then find strings, double clic. It's done.
Re: Shortcut to subpatch
Posted: 12 Dec 2023, 10:58
by 23fx23
SylvainT wrote: ↑12 Dec 2023, 03:28
You can use inspector window for this. (magnifying glass).
Comment module in your sub-patch, with dedicated strings, then find strings, double clic. It's done.
nice, didn't thought about that one, cool trick, thanks!