[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(Q) Generating Sounds Within MCL 1.3.2
- To: info-mcl
- Subject: (Q) Generating Sounds Within MCL 1.3.2
- From: schlimme@luke.eecs.wsu.edu (Jeff Schlimmer - Faculty)
- Date: 13 Mar 92 01:24:40 GMT
- Distribution: na
- Keywords: user interface, sound, program visualization
- Newsgroups: comp.lang.lisp.mcl
- Organization: Washington State University
- Sender: news@serval.net.wsu.edu (USENET News System)
I'm working on a package of tools to make it easy to visualize the
behavior of Lisp functions. The basic approach is to instrument
functions using :on-entry and :on-exit in MCL 1.3.2's trace. For
instance, we've built a little utility that displays a histogram of
the outputs from a numerically-valued function. I'd like to include
tools that present information about the output of Lisp functions
using auditory information. Thus, the question:
How can a MCL program synthesize tones?
--Jeff Schlimmer