XML Feeds

.

[maxmsp] Re: Piano and Live Electronics

volker böhm vboehm at gmx.ch
Sat Apr 26 13:03:00 MDT 2008


On 26 Apr 2008, at 17:08, Bertrand Fraysse wrote:
> If any one have idea to implement this waveshaper using [lookup~]


you got it almost right.
simply clip between -1 and 1.
the waveshaper will do the rest.


in your arithmetic approach you missed a cord from output of clip~ to  
the right side of the first multiplication.
but it will still not work like that, i believe.
v

ps: there seems to be a long standing bug (or misunderstanding on my  
side) about lookup~'s table size.
anyway, you should make sure your buffer is actually at least 513  
samples long, and compute the wavetable with 513 (0 to 512) rather  
than 0 to 511. (larger table sizes won't hurt, but improve your  
results).



More information about the maxmsp mailing list