So I'm using this now, and the problem I'm encountering is that I'd like to be able to control the frequency range of a picture without editing the picture itself. I'd like to find a way to have pix_pix2sig~, or some other object, read the image and render it to audio, but padding some number of samples with zeros, so high points in the picture aren't necessarily out of my hearing range.
Would it work, perhaps, to give the cursor user-controllable height, up or down, and color it before adding the image? But if I'm not mistaken, rectangles cannot be textured to in any other way than right at the corners... Any suggestions?
Thanks. -Chuckk
On 1/27/07, Chuckk Hubbard badmuthahubbard@gmail.com wrote:
Well, here's where I have it now. I'm still working out how to scale everything correctly, so you'll have to adjust the size calculations and stuff according to the image. The metro object plays from left to right, or you can manually scroll with the y-input to the pix_crop object. I'm not sure of any of this. I wish I could get rid of the staircase effect; might just need more overlap. The scaling settings as it is are for the .jpg of the patch itself.
The scaling settings exist because I have a separate rectangle for the cursor, and its crop and translate take different values to have it show the part of the image it is over depending on the width of the image, and I don't understand exactly how those values work.
-Chuckk
On 1/27/07, Kevin McCoy km.takewithyou@gmail.com wrote:
When you get something workable, please post a patch. I've been following your conversation here with much interest.
Thanks, Kevin