[maxmsp] Re: Piano and Live Electronics
volker böhm
vboehm at gmx.ch
Sun Apr 27 04:49:49 MDT 2008
- Previous message: [maxmsp] Re: Piano and Live Electronics
- Next message: [maxmsp] ubumenu + external switch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hello pelado, On 27 Apr 2008, at 01:16, pelado wrote: > >> 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). > > As I understand it, with cycle~ you can enter 512 or 513 samples, > the buffer is always 513 samples long with the last one giving you > the option of having the wave interpolate over the first and last > values or for you to enter a value manually. Perhaps lookup~ gives > you a similar option if it's this length? the interpolation from last to first value makes sense if you want to use the wavetable as a lookup for an oscillator, i.e. if you want to loop that thing. in the waveshaping context, i can't see any reason why this would be desirable. i don't know what's really going on, but i only get correct results for odd table sizes. v
- Previous message: [maxmsp] Re: Piano and Live Electronics
- Next message: [maxmsp] ubumenu + external switch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
