User Tools

Site Tools


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, making it a drop-in replacement.
 +
 +===== Recipe =====
 +
 +{{ :wiki:computronics:iron_note_block_recipe.png |}}
 +
 +===== 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