Skip to content

feat: add Marshall CV-370 day/night toggle#4

Open
rueger-events-bot wants to merge 6 commits into
mainfrom
feat/cv370-day-night-toggle
Open

feat: add Marshall CV-370 day/night toggle#4
rueger-events-bot wants to merge 6 commits into
mainfrom
feat/cv370-day-night-toggle

Conversation

@rueger-events-bot
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a Marshall CV-370 option in the NDI source panel with host/IP configuration.
  • Adds a day/night toggle button that sends the CV-370 IR cut command used by the Marshall Companion module (ircut: 1 for daylight, ircut: 0 for night).
  • Persists the CV-370 enablement, host, and last selected mode in project files.
  • Adds a Qt unit test for CV-370 request URL generation.

Closes #1

Test Plan

  • cmake -S . -B build-test -DBUILD_TESTING=ON with a local stub NDI SDK
  • cmake --build build-test --target onpoint_tests --parallel
  • ctest --test-dir build-test --output-on-failure

Note: a full Linux onpoint target build currently reaches an existing platform gap unrelated to this change: DnsSdBridge has macOS/Windows implementations, but no Linux implementation is linked by CMake.


Recreated from upstream branch in hrueger/onpoint so GitHub Actions run in the repository context. Supersedes #2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CV-370 daylight/night mode toggle for NDI streams

1 participant