It would be fantastic if computers could eventually play music files (ie MP3's) or some other format! The files could be placed in a .minecraft/music file or .minecraft/[insert world name here]/computer/music file.
It could use the 'music' api with features such as:
music.play([songname.mp3], [Volume 1-10]) - Plays a certain track at volume [1-10]
music.pause() - Pauses the track playing
music.stop() - Stops all tracks playing and returns seek back to 0 seconds
music.seek([insert seek time here]) - Seeks to the entered time in the track (in seconds)
music.getCurrentPos() - Gets the current position of the track playing seek (in seconds)
music.getTotalTime([songname.mp3]) - Gets the total time of the track (in seconds)
I know this will be hard as minecraft can only support .ogg at this time however even if it worked with .ogg that would be amazing! As you moved away from the computer/turtle playing the music, it would get fainter maybe) there could be a peripheral that is the speaker that goes on the side (like a modem)
Anyway this would be amazing if it were added and it could be used in adventure games or other things a lot more!
(PS: Lets hope Dan reads this and could maybe add this!)












