Hi list, Hi Dan!<br><br><br>I have a slight issue with LiSa when she&#39;s supposed to play backwards. Let&#39;s assume for a second we want to record a single piano note, then play it back *once* in reverse;<br>----------------------
<br>Rhodey r =&gt; LiSa l =&gt; dac;<br><br>second =&gt; l.duration;<br><br>1 =&gt; l.record;<br>1 =&gt; r.noteOn;<br><br>second =&gt; now;<br><br>0 =&gt; l.record;<br><br>0 =&gt; l.loop;<br>second =&gt; l.playPos;<br>-1 =&gt; 
l.rate;<br>1 =&gt; l.play;<br><br>second =&gt; now;<br>---------------<br><br>The above looks entirely correct to me, however, it won&#39;t generate a sound. for <br><br>.999::second =&gt; l.playPos;<br><br>it will work just fine and it will also work fine when .loop is turned on but turning loop on for one-shot samples isn&#39;t always convenient.
<br><br>I believe this to be a bug, probably related to the way in which LiSa determines when she is supposed to stop playing. When you, Dan, have a moment, could you please look into this?<br><br>Yours,<br>Kas.<br>