Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function render_inline (ctx, w, max_h)
  2. h=100
  3. local uri="osc.udp://localhost:7890"
  4. local tx = ARDOUR.LuaOSC.Address (uri)
  5. tx:send ("/a")
  6. return {w, h}
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement