Rust Wiki

Revision Difference

Instruments#523191

<cat>Items.Fun</cat> <title>Instruments</title> <upload src="3cd3c/8d7b0cf5cc702d7.jpg" size="333274" name="ss_e10ea925ee2dca66018f56011852d46c25607c35 (1).jpg" /> # MIDI Support # Playing Instruments Once an instrument is equipped, you can play notes by using the numpad (by default). You can also hold Numpad+ to play a sharp note and NumpadEnter to shift down an octave. | Key | Note | | ------------- |:-------------:| | Numpad1 | C | | Numpad2 | D | | Numpad3 | E | | Numpad4 | F | | Numpad5 | G | | Numpad6 | A | | Numpad7 | B | # MIDI Support Playable instruments should support MIDI input by default, this should include digital pianos and drum kits. To use it simply equip an instrument, ensure MIDI input is enabled in the Options Screen and start playing! All instruments support MIDI input in some way, but the piano has the biggest range of supported inputs. # .MID support .mid files are files that store a series of MIDI inputs that can be played back later. Rust supports playing these back natively. To play a .mid file, you should place the target file into the /instruments folder of your game directory. If the folder doesn't exist you should create it. Once the .mid is in the folder, equip an instrument and use the command instruments.playrecording <filename> with no extension. You could also bind that command to a key for easy access with <bind n instruments.playrecording filename>