File: send.ml

package info (click to toggle)
ocaml-lo 0.2.0.git20240724.0b43bdf-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ansic: 212; ml: 141; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
3
let () =
  let addr = Lo.Address.default () in
  Lo.send addr "/1/fader1" [`Float 0.5]