-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSC Status Updates #24
base: master
Are you sure you want to change the base?
Conversation
@7immy I haven't started using this in a real project yet but it should work. If you have a chance to give it a try I would appreciate feedback. |
@respectTheCode This is great news! I'll be sure to check this out soon and give you some feedback! |
Hey @respectTheCode, I had a chance to checkout the osc feature today. I had fun testing it but I'm not 100% sure how to use it. Is this the best way to get the paused status for example:
Is there a way to get hold of the MASTERVOLUME? I think its at the OSC address: Also "not channel" is being plastered all over my console. What does it mean? Cheers :) |
The channel audio meters are in What version of CasparCG are you running? The not channel message means that it is getting a packet that is not associated with a channel. I haven't seen that with 2.0.6. This code was all based on my fork of node-osc. I had to fork node-osc to get it to work. I want to try osc-min and see if it supports caspar any better. |
Hmm I'm not sure thats the MASTERVOLUME status. I'm getting a value of The "not channel" seems to appear on version 2.1.0. I tried it on 2.0.7 and "not channel" disappears.
|
Perhaps its something new thats not documented in the wiki. |
#23