;nyquist plug-in
;version 1
;type generate
;name "Generate Test..."
;action "Doing nothing much..."
;info "Generate type plug-in with different output types."

;control otype "Audio, Text, Label or None." choice "Audio,Text,Label,No Output" 0

(case otype
  (0 (osc 64 10))
  (1 "Hello World")
  (2 '((2 4 "Label")))
  (T NIL))