Guest User

Untitled

a guest
Jan 24th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Example of property-based state manipulation via patch extension
  2. []
  3. a patch:Set ;
  4. patch:property eg:sample ;
  5. patch:value </home/me/foo.wav> .
  6.  
  7. # Example of arbitrary project-specific object/message
  8. []
  9. a eg:Point ;
  10. eg:posX 1.6 ;
  11. eg:posY 1.8 ;
  12. eg:size 0.3 .
Advertisement
Add Comment
Please, Sign In to add comment