@mikw99/nodered-osc-to-emberplus
v1.0.5
Published
a specialzed node to bridge osc-values to a lawo-console
Downloads
63
Readme
nodered-osc-to-emberplus
A specialized node to bridge a limited range of osc commands to a lawo console.
Prerequisites in flow:
As handling of different dsp is split, you need a few arrays in flow context. The index of the osc dictionary must match the corresponding index of the ember dictionary.
emberDictFader -> oscDictFader emberDictGain -> oscDictGain emberDictPFL -> oscDictPFL emberDictGrp -> oscDictGrp emberDictGrpPFL -> oscDictGrpPFL
You also need: ignoreListDict
You need the ignoreList array, which should contain every right channel of stereo channels in the ember targets, if you filled out the other arrays automatically. It will prevent timeouts when trying to set values for these channels.
Aside from the osc-input, you also need to be able to inject a number of command code words. msg.topic "reconnect" msg.topic "get Nodes" msg.topic "reScan" msg.topic "disconnect"
Workflow:
- Put target IP into node config.
- inject msg.topic "reconnect".
- inject msg.topic "get Nodes".
- wait for "get Node" operation to be finished.