Posted 02 April 2013 - 04:00 AM
( This uses the MiscPeripherals mod to work, get it here: http://www.computerc...peripherals-31/ )
A program designed to create note block music in-game.
To use it, you must place an Iron Note Block to the LEFT of the computer.
As colors and clicking are used, you will need an Advanced Computer to
run this program. It has not been tested using a Monitor, and most functions
will probably be broken if you use the Monitor program with this.
Code:
http://pastebin.com/ch10vaXu
An example song file:
http://dl.dropbox.co...11769/ex_piano1
(Pastebin thinks it's too big! Sorry.)
A tracker is a music editing program that uses a grid of cells. Each
cell contains a note and an instrument - for example,
Piano C# (Octave 4). In ModTrack, this is displayed as
C#
P4
and a blank note will simply be four dashes.
–
–
The keys to press to insert notes (C#4 means 'C# Octave 4'):
(The help screen and a simple major-minor scale.)
Known bugs:
-No safeguards for bad file names while saving/loading.
-Playing stops when the song is saved or loaded
Double-click Play to fix this!
-Middle-clicking is not implemented yet!
A program designed to create note block music in-game.
To use it, you must place an Iron Note Block to the LEFT of the computer.
As colors and clicking are used, you will need an Advanced Computer to
run this program. It has not been tested using a Monitor, and most functions
will probably be broken if you use the Monitor program with this.
Code:
http://pastebin.com/ch10vaXu
An example song file:
http://dl.dropbox.co...11769/ex_piano1
(Pastebin thinks it's too big! Sorry.)
A tracker is a music editing program that uses a grid of cells. Each
cell contains a note and an instrument - for example,
Piano C# (Octave 4). In ModTrack, this is displayed as
C#
P4
and a blank note will simply be four dashes.
–
–
The keys to press to insert notes (C#4 means 'C# Octave 4'):
(The help screen and a simple major-minor scale.)
Known bugs:
-No safeguards for bad file names while saving/loading.
-Playing stops when the song is saved or loaded
Double-click Play to fix this!
-Middle-clicking is not implemented yet!