Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Views with sounds from somewhere in the world
name
code content
( var addr, nCol, nRow, scrW, scrH, view, aRow, rows, views; addr = "https://www.window-swap.com/window"; nCol = 3; nRow = 4; scrW = Window.screenBounds.width; scrH = Window.screenBounds.height; view = { WebView().url_(addr) }; aRow = { view ! nCol }; rows = aRow ! nRow; views = Window(bounds:Window.screenBounds.width@Window.screenBounds.height); views.layout = VLayout(*rows.collect { |x| HLayout(*x) }); views.front; )
code description
inspired by the web site "https://www.window-swap.com/window"
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change