Unexpected OSC behavior for SelectNextPage SelectPrevPage

Hello,

I'm creating a template for Beyond for my Lemur, and I've noticed some strange behavior when trying to select cue pages via OSC.

Beyond 4 Build 1320
Windows Firewall is disabled

OSC Target: /beyond/general/SelectPrevPage
Expected behavior: select the previous page
Actual behavior: selects the next page
OSC In (from my Lemur):
/beyond/general/SelectPrevPage (s) ""
OSC Out (from Beyond): the new current page index (increments - I expected the opposite behavior)
/b/Grid/PageIndex (f) 4

*** After restarting Beyond, it is no longer sending OSC messages. There is nothing showing up in the OSC OUT monitor.

OSC Target: /beyond/general/SelectNextPage
Expected behavior: selects the next page
Actual behavior: nothing
OSC In (from my Lemur):
/beyond/general/SelectNextPage (s) ""
OSC Out (from Beyond): none

OSC Target: /beyond/general/GetPage
Expected behavior: OSC Out from beyond including a page index
Actual behavior: nothing

The other unexpected behavior I encountered is related to inconsistent page numbering. It seems that the cue page numbers aren't necessarily in ascending order by category. e.g. - Page 10 could be in Graphics, page 11 could be in Atmospherics, and page 12 could be back in Graphics.

Is there a better way to handle this kind of stuff? I didn't want to keep track of the current page number on the Lemur because it won't automatically update when I switch categories.
 
Currious;

Did you already try to use : Selectnexttab & selectprevtab as commands?

( And maybe selectnextcat and selectprevcat )
 
Currious;

Did you already try to use : Selectnexttab & selectprevtab as commands?

( And maybe selectnextcat and selectprevcat )

I tried both /beyond/general/SelectNextTab and /beyond/general/SelectNextCat, and neither of those did anything either. The strange thing is that SelectPrevPage worked and Beyond responded with /b/Grid/PageIndex, but SelectNextPage didn't do anything. After restarting Beyond, even that stopped working.

The only page selection that currently works is /beyond/general/SelectPage (I).

192.168.1.192, #20 /beyond/general/SelectPrevTab (i) 0
192.168.1.192, #21 /beyond/general/SelectNextTab (i) 0
192.168.1.192, #22 /beyond/general/SelectPrevPage (i) 0
192.168.1.192, #23 /beyond/general/SelectNextPage (i) 0
192.168.1.192, #24 /beyond/general/SelectPrevCat (i) 0
192.168.1.192, #25 /beyond/general/SelectNextCat (i) 0

In the product comparison matrix, Beyond Essentials has OSC listed as "limited". What does that mean?
 
- "limited" means that Essentials does not offer PangoScript, and significant functionality based on OSC to PangoScript table. Object Tree is one more part which provide great OSC <> BEYOND gateway.

I think I answered your other questions in Support Ticket system
 
Back
Top