Using LiSa w/o recording?

Hi List, I am playing around with the LiSa ugen and I am wondering: Is there any way to get data into it other than recording it (in realtime)? E.g. by loading a wav-file, or copying an existing Buffer? Please forgive me if I am overlooking something obvious :-) I am rather new to ChucK. TIA + Kind Regards, --lu

hi lu, at the moment, the only way to get data into LiSa is via recording in realtime. it would be good to have other ways, as you suggest, and we'll put that on the to-do list. dan On Mar 24, 2007, at 8:35 PM, Lukas Degener wrote:
Hi List, I am playing around with the LiSa ugen and I am wondering:
Is there any way to get data into it other than recording it (in realtime)?
E.g. by loading a wav-file, or copying an existing Buffer?
Please forgive me if I am overlooking something obvious :-) I am rather new to ChucK.
TIA + Kind Regards, --lu _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users

that said, it would be straightforward to open a soundfile with SndBuf and record it into LiSa and then manipulate it there. a kludge, but the best i can offer at the moment... dt On Mar 24, 2007, at 8:52 PM, dan trueman wrote:
hi lu, at the moment, the only way to get data into LiSa is via recording in realtime. it would be good to have other ways, as you suggest, and we'll put that on the to-do list.
dan
On Mar 24, 2007, at 8:35 PM, Lukas Degener wrote:
Hi List, I am playing around with the LiSa ugen and I am wondering:
Is there any way to get data into it other than recording it (in realtime)?
E.g. by loading a wav-file, or copying an existing Buffer?
Please forgive me if I am overlooking something obvious :-) I am rather new to ChucK.
TIA + Kind Regards, --lu _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users

dan trueman schrieb:
that said, it would be straightforward to open a soundfile with SndBuf and record it into LiSa and then manipulate it there. a kludge, but the best i can offer at the moment...
That's how I do it right now, and it's ok for now, since I am only experimenting anyway. I will have a look at the LiSa implementation tomorrow. Maybe I can hack it into cooperating :-) Cheers, --lu
participants (2)
-
dan trueman
-
Lukas Degener