OscArray Op
extension op - visible to all usersOutputs an array of data from a user defined OSC address
Summary (oneliner)
To get OSC data into cables you will need to install Osc2ws (Osc to web socket) from the following repo
https://github.com/pandrr/osc2ws
After following the instructions make sure that you check the example file to see how the web socket op is set up to receieve OSC data.
The websocket op receives data from osc2ws on port 8000
make sure that your OSC device is transmitting on port 9000 and that it has the same IP address as your computer.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Incoming Osc message
Address to filter data from
Click to learn. Op automatically listens to the next Osc message that comes in
Outputs
Array out
Length of array
Triggers when a message change occurs
Patches using OscArray
Changelog
created op 2019-10-08 - andro | |
Ops.Devices.OSC.OscArray renamed to Ops.Extension.Osc.OscArray 2022-12-14 - stephan |