-
Notifications
You must be signed in to change notification settings - Fork 8
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
{Node-Red} is it possible to use this code within NodeRed? #78
Comments
Hey @MDAR, I’ve never used node red before. Do you have an example if something you want to achieve? E.g. do you have a set of nodes in node red and you want to have a node that when triggered would start recording on a hyperdeck? If the js in a node is able to open sockets it sounds feasible |
Thank you so much for replying. My use case is that I want to use a Shuttle HD (because of it's jog wheel) to be a master for a small bank of Hyperdecks All record So I'm looking for a way to mirror the events on the Shuttle to other decks. (I know that HyperDeckPanel can present one software surface and sync multiple HyperDeck units, it's just the hardware surface that I'm trying to create) Node-RED can easily open UDP and TCP ports. I'm happy to explore options is you can point me the right direction. |
I've created a build in a single file here: https://github.com/LA1TV/Hyperdeck-JS-Lib/blob/bundled/bundled.js So you might be able to paste that in at the top if your file and then use the It might fail though at the |
Wow Thanks I'm not entirely sure what to do with this, I but will spend some time next week trying to learn. |
Hello everyone
I'm not a coder in any sense of the word, so please forgive me if what I'm about to ask is impossible.
"Is there any way this JavaScript could be packaged to with as nodes within NodeRed?"
So that us lesser mortals can make use of it?
https://flows.nodered.org/flow/195773d3b493d81c9bf012f64da02ea3
https://nodered.org/docs/creating-nodes/
The text was updated successfully, but these errors were encountered: