Wavetable problem!?!

theneilisgod's icon

Hey,
I need to load a sample into a buffer, display in wavetable and manipulate it.... this is what I have so far but i'm not getting any audio.... probably something small.... My patch is in the attached image....

....anyone know what I can do to fix it?? Any help would be greatly appreciated!

1324.Screen_shot_2010-11-02_at_13.35.46.png
png
Roald Baudoux's icon

In some cases you have to force an object linked to a buffer to update to the modified contents. Use the next to rightmost outlet (Mouse output) of waveform~ to trigger a "set mywave" message to wave~ upon drawing.

Also, I am not sure wave~ will work if you don't specify the start and end points within the buffer (I do not use wave~ often).

Next time you post a patch use the "Copy compressed" command and paste the results in your message, it's easier for people to help.

mudang's icon

wave~'s start and end points are by default set to 0.
[wave~ 0. 11.61] should make it work.