bitfocus / companion-module-songbeamer-osc

Songbeamer OSC Module
MIT License
6 stars 0 forks source link

Combine presentation_language_primary and presentation_language into one action #6

Open bensteUEM opened 1 year ago

bensteUEM commented 1 year ago

At present both actions are implemented as separate action. Logically both might depend on each other.

This issue is about

bensteUEM commented 1 year ago

After combining both actions into one it seems that there is no change applied debug: Sent OSC to 192.168.0.28:10023 with /presentation/primarylanguage and [{"type":"i","value":2}] debug: Sent OSC to 192.168.0.28:10023 with /presentation/language and [{"type":"s","value":"234"}]

bensteUEM commented 1 year ago

tested with 6.04a - no changes in Songbeamer when trying to set primary lanugage or changing language order


system: ** Log cleared **
warn: Songbeamer does not yet act upon the request  - check #6
debug: Sent OSC to 192.168.0.28:10023 with /presentation/primarylanguage and [{"type":"i","value":1}]
debug: Sent OSC to 192.168.0.28:10023 with /presentation/language and [{"type":"s","value":"1234"}]
warn: Songbeamer does not yet act upon the request  - check #6
debug: Sent OSC to 192.168.0.28:10023 with /presentation/primarylanguage and [{"type":"i","value":1}]
debug: Sent OSC to 192.168.0.28:10023 with /presentation/language and [{"type":"s","value":"1234"}]
warn: Songbeamer does not yet act upon the request  - check #6
debug: Sent OSC to 192.168.0.28:10023 with /presentation/primarylanguage and [{"type":"i","value":1}]
debug: Sent OSC to 192.168.0.28:10023 with /presentation/language and [{"type":"s","value":"21"}]
bensteUEM commented 1 month ago
bensteUEM commented 1 month ago

Fixes in Songbeamer required

I'm unsure how to select e.g. language 3 and 4 only in GUI therefore can not test /presentation/languages

Lasibian commented 1 month ago

Select multiple languages in SongBeamer by holding down Ctrl.

/presentation/languages returns "" for all languages. This is according to the current documentation.