Fwd: Linux vessel [was: L Re: [Lua-av] Hi there]

Frank Barknecht fbar at footils.org
Tue Dec 18 04:12:09 PST 2007


Hallo,
Graham Wakefield hat gesagt: // Graham Wakefield wrote:

> Well, I managed to build vessel~ for PD/OSX; so I've added the  
> various other methods to the source.

I made a test to check the accuracy of the clock, and unfortunately so
far the object is not yet clock accurate. In the attached example,
each bang generates an impulse. The implementation using vline~
correctly sends the pulses in between blocks, however the vessel~
impulses come always quantized to block boundaries (possibly adding
over each other there.) In fact, the vessel~ impulses behave very
strangely, there seem to be many missing pulses...

Ciao
-- 
 Frank Barknecht                                     _ ______footils.org__
-------------- next part --------------
local sampdur = 1/44100 -- hardcoded. How to get SR from lua~?

function imp()
	play(Out, sampdur, Curve(sampdur))
end

function bang(n)
    go(imp)
end

-------------- next part --------------
A non-text attachment was scrubbed...
Name: imp-test.pd
Type: application/puredata
Size: 3086 bytes
Desc: not available
Url : http://lists.create.ucsb.edu/pipermail/lua-av/attachments/20071218/fc07be31/attachment.bin 


More information about the Lua-av mailing list