Hi all-

>From the examples in the manuals (more-or-less) I can get this to work:

mouse-click-hook lambda: <{ snd chn button state x y axis -- }> 
 axis time-graph = if 
   $" x: %d y: %d" '( x y ) string-format 
   snd #f report-in-minibuffer 
 else 
   #f 
 then 
; add-hook! 


However, this doesn't produce any ouput:

mouse-drag-hook lambda: <{ snd chn button state x y -- }>
 axis time-graph = if 
   $" x: %d y: %d" '( x y ) string-format 
   snd #f report-in-minibuffer 
 else 
   #f 
 then 
; add-hook!

What am I misunderstanding here?

Many thanks, Charles

<[EMAIL PROTECTED]>

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to