Updated Component NoteBlock (markdown)

lclc98 2014-04-16 20:30:38 -07:00
parent 743aca61ef
commit 10a6d182b5

@ -14,7 +14,7 @@ Callbacks:
Example use:
```lua
local component = require("component")
val nb = component.note_block -- get primary note block
local nb = component.note_block -- get primary note block
nb.setPitch(10)
nb.trigger()
for pitch = 1, 25 do