Questions & Answers

Page Down Skip /Page Up Skip does not work inside a Macro

+4 votes
510 views
asked Feb 19, 2021 in Mixing by richardlederer1 (3,310 points)
edited Feb 19, 2021 by richardlederer1
I have linked the functions "Page Down Skip / Up Skip" with the keys Alt + Left Arrow / Alt + Right Arrow in order to be able to switch my plugin tabs in the effect window and its works - however, only when the effect window is in focus. That's why I created a macro which first calls "Toggle floating windows" to set the focus on the plugin window and then the command "Page Down Skip" - but this macro has no effect. Even after I removed "Toggle floating windows" from the macro, and it only contained "Page Down Skip", I could no longer switch between the plugin windows with this macro. Why does a macro with only one command behave differently than the command itself, and how can I solve this problem?

At this point I would like to mention again, that none of this would be necessary for me if Studio One would remember the last selected insert-effect tab when closing the song and preselecting it when the song is restarted. Then I wouldn't have to repeatedly select the tab while navigating through the tracks in the mixer, after each song that I need 90% of the time (EQ Pro). That would be much more practical and time-saving than repeatedly navigating to the desired tab.

2 Answers

0 votes
answered Jan 8, 2022 by jeradatherton (900 points)
I'm having the same problem I think. I need to build a macro that includes "page down skip" but it doesn't work no matter how I arrange it.
0 votes
answered Oct 26, 2022 by webhamster (2,030 points)
It's still not fixed. A workaround is to manually edit the .studioonemacro file using a text editor. Use the command 'Devices Previous Device in Rack'.

<?xml version="1.0" encoding="UTF-8"?>
<Macro title="NetPrevious" group="" description="">
<CommandElement category="Devices" name="Previous Device in Rack"/>
<CommandElement category="Devices" name="Next Device in Rack"/>
</Macro>
...