<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div>All,</div><div><br></div>> I think you (=Matt) should look at this one first... <div><br></div><div>Agreed.  I have a much newer laptop (running Windows) that I will give a test on.  Your (Harald) comments made sense.  Let me get back to you guys tonight after trying a few of these things.  And just for clarity, I never intended to use .duration as I assumed it required more overhead (including requesting memory)... my goal was to use .clear, but when that failed, I moved on.  Regardless, I'll let you guys know what I find.  I really appreciate all the thoughts and help.</div><div><br></div><div>-Matt</div><div><br><br><div><div id="SkyDrivePlaceholder"></div>> From: hg42@gmx.net<br>> Date: Fri, 27 Apr 2012 15:41:15 +0200<br>> To: chuck-users@lists.cs.princeton.edu<br>> Subject: Re: [chuck-users] LiSa looping issue<br>> <br>> > Probably, yes. Especially allocating memory is a OS task and so<br>> > depends on when the OS would like to get 'round to that. Most OS's are not<br>> > optimised for realtime performance there. Therefore it's not<br>> > recommended to allocate memory in programms that need realtime<br>> > performance.<br>> <br>> yes, this makes me think of Matt's words: "is it possible that the low<br>> amount of RAM?".<br>> Allocating memory from RAM alone isn't such a big thing nowadays (but<br>> may be on your old laptop).<br>> *But*, if memory is low, this might make the OS swap thing out of the<br>> RAM, which is the main problem for real time performance.<br>> Swapping stops the program for some time, which may easily exceed the<br>> time for playing one buffer.<br>> Especially on an old laptop which often has slow disks.<br>> <br>> I think you (=Matt) should look at this one first...<br>> _______________________________________________<br>> chuck-users mailing list<br>> chuck-users@lists.cs.princeton.edu<br>> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users<br></div></div>                                     </div></body>
</html>