Add effect control via artnet#127
Open
suplstfdo wants to merge 1 commit into
Open
Conversation
Owner
|
@suplstfdo can you recommend an artnet tool for me to test this? Preferably free ;) |
Contributor
Author
|
Of course, you can use QLC+, like I did in the attached screenshot. :) in the input/output tab just add an arnet output that points to 127.0.0.1 for the first DMX universe. Start MusicBeam before QLC+, because QLC+ does also bind the artnet standard port if its available. Then in the devices tab place a simple dimmer on the first channel. When changing the value of the dimmer in the "Mischpult" tab, you should be able to observe MusicBeam changing the currently active effect to the number of the DMX value. Let me know if it works 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR allows the currently active MusicBeam effect to be controlled via artnet. Pressing the new UI button spawns a background thread that listens on artnet port 6454 for channel 1 in universe 0. According to the value of the channel the respective effect gets selected.
I also placed a python script in the PR that helps testing the feature.
I also imported MusicBeam into QLC+ and verified it works as intended, which it does.