Anthony Palomba Mixer
For some reason my post disappeared. What I am trying to do is scale the input for the volume to this patch so I can send it remote messages for increasing and decreasing volume on each channel. I tried using / 157 after a line object with the message 0, 100 2000 before it hit the *157, That didn't work. I am missing something here.
Max Patch
Copy patch and select New From Clipboard in Max.
What is the best way to handle sending those kinds of messages to this great patch? Here is the patch in question:
The input to the "amp" inlet takes a normalized value (0.0 - 1.0). So if you change your
line to [line 0.] and use the message "0, 1.0 2000", it should work.
Works like a charm. Thanks much. Love it , btw.