logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

send_osc - Sends a single OSC message

Author

       Dominic Sacre <dominic.sacre@gmx.de>

Description

send_osc  sends  an  OSC  message  to  the  specified  port (UDP port number, or any other address string
       supported by liblo).  The message is delivered to path.  If the first argument following the path  starts
       with a comma, it's interpreted as a type string, specifying the OSC data types to be used for sending the
       message arguments.  Otherwise, send_osc automatically tries to use appropriate data types.  Valid integer
       and float values are sent as such, anything else is sent as a string.

Name

       send_osc - Sends a single OSC message

See Also

dump_osc(1)

                                                                                                     send_osc(1)

Synopsis

send_oscportpath [,types] [args...]

See Also