{
"source": "JSON",
"data": "BLOCK",
"version": "0.0.1",
"type": "javascript.form.button",
"language": "javascript",
"extension": "webaudio",
"help": "Button",
"label": "Button",
"color": "#F92317",
"group": "Form",
"codes": [
{
"name": "declaration",
"code": "\n// block_$id$ = $label$\nvar block_$id$_value = $prop[value]$;\nvar $port[click]$ = [];\n"
},
{
"name": "execution",
"code": "\nfunction click$id$(){\n value = document.getElementById(\"block_$id$\").value;\n for (var i = 0; i < $port[click]$.length ; i++){\n $port[click]$[i](value);\n }\n};\n"
},
{
"name": "html",
"code": "\n
\n"
}
],
"properties": [
{
"name": "value",
"label": "Value",
"type": "Float",
"lower": 0,
"upper": 20000,
"step": 1,
"value": 1
},
{
"name": "label",
"label": "Label",
"type": "String",
"value": "Label"
}
],
"ports": [
{
"conn_type": "output",
"name": "click",
"label": "Click",
"type": "javascript.float"
}
]
}