Fellow ChucKists, Dear Dan,<br><br>Two minor issues with LiSa.duration(). When we set the recording buffer to any size over 100::second a error will be given. However, the error won&#39;t make it clear it&#39;s coming from LiSa. In larger .ck files that also involve -for example- fft and the like it becomes a minor chore to detect the source of that warning message. This does not match the behaviour of other UGens and is generally inconvenient so I&#39;d like to suggest pre-pending &quot;LiSa; &quot; to it. Though extremely minor I feel this is a issue.<br>
<br>The second point is more subjective and open for debate. I feel that 100::second for the max duration made sense back when LiSa could only .record() but these days we can fill her memory using valueAt() and using longer buffers becomes practical. On top of that loading files straight into LiSa has been hinted at. Are there reasons to not extend this max to 10::minute or something in that order of magnitude? Would there be real issues with setting it to 1::hour and leaving people to shoot their own RAM-foot if and when they really wanted to? We allocate and free this memory properly, right? It is already possible to casually have ChucK blow your RAM out the window if you really wanted to;<br>
<br>float foo[1000][1000][1000][1000]; //don&#39;t actually run this<br><br>Yours,<br>Kas.<br>