connecting a slider to a numbox
Hi,
How can I connect a slider to a numbox so I can monitor and change the value on any of the two controls (with automatic update of the other)?
thx
2 options here:
1) Using the set message to the slider
2) Using live.slider which already does this.
Max Patch
Copy patch and select New From Clipboard in Max.
`
Thank you very much, the first option is exactly what I was looking for!