<!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>
(process for c below 16<BR>
output (new midimsg<BR>
:time (now)<BR>
:msg (make-pitch-bend c 0))))<BR>
<BR>
; in: DEFINE (CLEARBENDS)<BR>
; (CM:NEW CM::MIDIMSG :TIME (CM:NOW) :MSG (CM::MAKE-PITCH-BEND CM::C 0))<BR>
;<BR>
; caught ERROR:<BR>
; (in macroexpansion of (NEW MIDIMSG :TIME ...))<BR>
; (hint: For more precise location, try *BREAK-ON-SIGNALS*.)<BR>
; 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>