Transparent Canvas
to make a patch transparent, you have to:
- in your mainloop op, disable "clear" and "clearAlpha"
- you will see a checkerboard pattern in the editor and on the patchpage
- exporting your patch will have all the settings for transparency set already
- to avoid any flickering the background color in the export is set to black, remove that if not wanted (
color: #fff;
)
see a working example here
iframe embed
an embedded cables iframe can't be transparent, you have to export the patch!
Found a problem? Edit this file on github and contribute to cables!