This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
reububble's profile picture

(MiscPeripherals) Music Composition! MIDI(&NBS) conversion

Started by reububble, 17 July 2013 - 05:07 AM
reububble #1
Posted 17 July 2013 - 07:07 AM
Music Composition



With this software you can:
  • Create
  • Store
  • Play
  • Edit
You're music!




Like the NBS file format?
Like the MIDI file format?
Well you can convert all your songs from these formats into a smaller format, created specifically for playing music with noteblocks.


Runs with the MiscPeripherals extension mod, utilising the power of the iron noteblock!
Download the exciting new API - progress - presenting you with an easy to use progress bar in any other program you can get your (good &) greedy hands on.

Available on pastebin:Currently I admit there are some silly bugs that I was just too lazy to get rid of, but it will only affect you if you decide to be very strange.
I'm glad I found this section, been trying to show off some of my work for a while now.

EDIT: There's an updated version now which doesn't fit under this Title, http://www.computerc...ic-composition/
Edited on 17 August 2013 - 10:24 AM
svdragster #2
Posted 10 August 2013 - 08:52 AM
This is a really great program, but I will never ever install it because I'm way too lazy to install another mod ._.
reububble #3
Posted 13 August 2013 - 08:32 PM
You Sir, are very lazy.
You already have a mod.
The jump from 0 mods to 1 mod is a lot more than 1 mod to 2 mods.
It's not even a separate mod, it's an extension!
tisk tisk
svdragster #4
Posted 15 August 2013 - 10:23 AM
I would use it if it supports CommandBlocks. Also command blocks support many sounds, and they can be heard everywhere.
reububble #5
Posted 16 August 2013 - 08:53 AM
Omg thanks, I'll hopefully be able to make an update soon!
This should be good if it works.
reububble #6
Posted 17 August 2013 - 12:26 PM
http://www.computercraft.info/forums2/index.php?/topic/14793-command-block-music-composition/

Feel free to mumbo jumbo if you feel like it and this page isn't closed
jfmherokiller #7
Posted 28 September 2013 - 04:48 PM
i'd just like to point out that this does not work for computercraft versions on mc 1.5 where the instraments are 0-4 not 1-5 to fix just replace the playnote function at line 323 with this

function playNote(ins,no)
ins=(ins-1)
  man.playNote(ins,no)
end