;;; -*- logo -*-
;; This is offered as part of the sound API.
;;
;; copyright University of Victoria, 2005


to beatbox :hits

  if empty? hits [ stop ]

  run first hits
  beatbox butfirst hits

end

bury [beatbox]
