You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- config.frameDivider = 1
- config.bufferSize = 16
-
- function process(block)
- for j=1,block.bufferSize do
- block.outputs[1][j] = math.random()
- end
- end
-
- print("Hello, world!")
|