wiki:computronics:iron_note_block
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | wiki:computronics:iron_note_block [2015/06/25 15:59] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Iron Note Block ====== | ||
| + | This is a peripheral that lets you play any Note Block note using computers. The API is the same as MiscPeripherals, | ||
| + | |||
| + | ===== Recipe ===== | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ===== API ===== | ||
| + | |||
| + | ==== ComputerCraft/ | ||
| + | |||
| + | ^ Command ^ Description ^ Usage ^ | ||
| + | | playNote(instrument, | ||
| + | |||
| + | ==== NedoComputers ==== | ||
| + | |||
| + | ^ Address ^ Usage ^ | ||
| + | | 0x00 | instrument * 32 OR note | | ||
| + | |||
| + | ==== RedLogic/ | ||
| + | |||
| + | 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. | ||