From: Dennis S. <den...@gm...> - 2006-11-15 16:05:18
|
> This would be very nice for LiVES. In LiVES I use an int64_t for timing > (in units of 10 uS), so I could either pass this straight into libvisual > or divide by 10 and pass in. Ok I am waiting for Descender to add support for 64_ts in lv. Then I will a= t the very least add an interface to convert from and to libvisual using microsec timing. > > Also my other question - I am going to try this out in code, but I=B4ll a= sk > first - is it possible to reuse an audio listener with a succession of > visual actors, or do I need to create a new listener each time ? As I told you on IRC a few days ago, yes that is possible, you can even use the same listener for multiple visuals at the same time: ASCII ART: [listener] --> [visual1] \-> [visual2] \-> [visual3] \-> [visual4] Cheers, Dennis |