User Tools

Site Tools


wiki:computronics:iron_note_block

Iron Note Block

This is a peripheral that lets you play any Note Block note using computers. The API is the same as MiscPeripherals, making it a drop-in replacement.

Recipe

API

ComputerCraft/OpenComputers

Command Description Usage
playNote(instrument, note) Plays a note. Instrument - number from 0 to 6 or string name of instrument, Note - a number from 0 to 24.

NedoComputers

Address Usage
0x00 instrument * 32 OR note

RedLogic/Project: Red

Each bit on the bundled cable is a single note. White is bit 0 = lowest note, Orange is bit 1, … Black is bit 15 = highest note.

MineFactory Reloaded

Each bit on the RedNet output is a single note. Bit 0 = lowest note… bit 24 = highest note.

wiki/computronics/iron_note_block.txt · Last modified: 2015/06/25 15:59 by 127.0.0.1