Main Menu

OSC Commands

Started by David, June 10, 2024, 09:07:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

David

Change page number just using the address portion (no argument)
/page/+ (can use next instead of the + sign)
/page/- (can use prev or previous instead of the - sign)
/page/{page number}

Change page number by using an argument (v1.3.0.0 onward)
/page/ + (can use next instead of the + sign)
/page/ - (can use prev or previous instead of the - sign)
/page/ {page number}

Open or close a PDF file, or quit the program (v1.3.0.0 onward)
/file/open {fully qualified filename as the string argument}
/file/close
/file/quit

David

If sending a open command where the argument (fully qualified filename) has spaces in it, surround it with double quotes.

This should get around the problem where the program sending the OSC command sees the spaces and splits it into several string arguments.