<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>hi,<BR><BR>the&nbsp;first problem:<BR><BR>sound-maxamp and convolve-files 
always produce an error..<BR><BR>&nbsp;convolve-files: *** - COERCE: NIL is not 
REAL [...]<BR>sound-maxamp is not defined<BR><BR><BR>the second 
problem:<BR><BR>when I destructivly cut out a piece of an audio file<BR>and want 
to set a variable which contains the new<BR>duration of that file, the value 
that sound-duration produces<BR>is 
Zero<BR><BR>e.g.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(...<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (let 
((x (sound-duration 
file-1)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(with-sound (:output file-1 
...)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(&lt;instrument&gt; file-1 
...))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(setf x (sound-duration 
file-1))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...)<BR><BR>thank 
you<BR><BR>h:g<BR><BR>p.s.: (system is mandrake 9.0; and I am using clisp (cm 
clm and cmn are<BR>installed properly (hopefully)))</DIV></BODY></HTML>