HELP - Working on a generative patch

Enrico Sangiuliano's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Hi maxers.. Can anyone help me to find a solution with this patch????

Luke Hall's icon

The patch as it is has been chopped half way through. Please edit your post and replace this with the copy compressed format you can find from the edit menu then we'll be able to take a look.

lh

Enrico Sangiuliano's icon

Edited. Thankyou Luke

Brian Gruber's icon

without going through the whole thing, i'm guessing the problem is that you're inputting to the right inlet of one of your gain sliders when you mean to be using the left.

Enrico Sangiuliano's icon

Hi Brian,

Surely it was a mistake, but my problem is before! If you look in the "p gen" subpatch you can see that in the "ampenv" subpatch the signal is not arriving... There's a problem at the begin and i'm squeezing my mind!

Luke Hall's icon

You need to include the decimal place in the argument to the [/ 100] object. At the moment it will truncate the output to an integer and seeing as the maximum you send it is 99 this means the output is always 0 so your [adsr~] never gets triggered.

lh