change window opacity?
i have a program im using and the synths piano rolls are in one full screen sized window and the drum lanes in another full screen sized window.
is there a way to change the opacity of both so that i can see the synths and the drums windows overlapping?
Max Patch
Copy patch and select New From Clipboard in Max.
only title-less windows can have transparent patchers:
Or you could put both the patches in bpatchers and overlap them.
-Ben
cool feature. but i need the actual contents of the window to change opacity too. like buttons, toggles, multisliders, etc.
Max Patch
Copy patch and select New From Clipboard in Max.
just send the bgcolor command into the objects...
not sure how to make that work with objects like [sel] [route] or [trigger]...
Max Patch
Copy patch and select New From Clipboard in Max.
sendbox, of course. didn't think that worked outside thispatcher. everyday I learn something new :)
Thanks Luke!