Hi,<br><br>Might be an obvious one but I&#39;m confused..<br>I&#39;m trying to monitor mic input and save everything to a wave file before an interrupting signal <br>like CTRL-C. So what I do is to use the call-back function and try to use a FileWvOut object.tick()<br>
to take the void* inputBuffer, which is first interpreted as a StkFloat. But I notice that .tick() takes<br>StkFrame as input parameter. <br><br>So my questions are:<br><ol><li>How to &quot;tick&quot; the data (inputBuffer) in this case?<br>
</li><li>What if my input is multichannel in this case?</li></ol>Thanks!<br><br>Beinan<br><br>