multiplying times in lists
Hi there, I’m just working on this patch and I’m struggling with something that I thought someone here might be able to help me with. Apologies for the basic question, I’m quite new to max (I had a look through the tutorials but couldn’t find anything that helped).
I’ve made this simple patch with two oscillators each with their own amplitude and frequency envelopes (there will be more oscillators eventually but I want to figure how this is all going to work before I put them all in). Basically I’m looking for a way to multiply all the times in the patch by the same factor. So in the same way I have the frequency multiplier set up, I need to find a way of multiplying all the times in all the lists in the patch by a certain number. I’m not really sure the best way to do this, can anyone help me out?
Thanks!
i.e. ?
nb: your ramps are very long, if you need to change before the end, its a little bit more to do.
zz
Great, thanks a lot! I modified it slightly but I think it's gonna do what I need it to now. Not sure what you mean about changing before the end, by the way.
Thanks!
An other way that could work is draw the envelop in the [function] object and use the (setdomain $1) message to change the length of the total envelope.