<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>How to fix: no such class MIDIMSG</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi all,<BR>
<BR>
I'm studying Ch. 15 of the book Notes from the Metalevel<BR>
and after successfuly listening to harmonic series<BR>
I was stuck at Ex. 2, clearbends:<BR>
<BR>
(define (clearbends)<BR>
&nbsp; (process for c below 16<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output (new midimsg<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :time (now)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :msg (make-pitch-bend c 0))))<BR>
<BR>
; in: DEFINE (CLEARBENDS)<BR>
;&nbsp;&nbsp;&nbsp;&nbsp; (CM:NEW CM::MIDIMSG :TIME (CM:NOW) :MSG (CM::MAKE-PITCH-BEND CM::C 0))<BR>
;<BR>
; caught ERROR:<BR>
;&nbsp;&nbsp; (in macroexpansion of (NEW MIDIMSG :TIME ...))<BR>
;&nbsp;&nbsp; (hint: For more precise location, try *BREAK-ON-SIGNALS*.)<BR>
;&nbsp;&nbsp; There is no class named MIDIMSG.<BR>
<BR>
What does that mean? Is midimsg a deprecated class? Is there<BR>
some similar class with a different name?<BR>
<BR>
I'll be glad if somebody can help me.<BR>
<BR>
Happy musical hacking,<BR>
Emre S.</FONT>
</P>

</BODY>
</HTML>