-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new output targets: File and stdout
oscsend --help ... url : specifies the destination parameters using a liblo URL. e.g. UDP "osc.udp://localhost:9000" Multicast "osc.udp://224.0.1.9:9000" TCP "osc.tcp://localhost:9000" File "file:///tmp/dump.osc" <<< new stdout - <<< new Example: oscsend - /hello sf "world?" .3 | hexdump -C 00000000 2f 68 65 6c 6c 6f 00 00 2c 73 66 00 77 6f 72 6c |/hello..,sf.worl| 00000010 64 3f 00 00 3e 99 99 9a |d?..>...| 00000018
- Loading branch information
Showing
1 changed file
with
57 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters