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

[Suggestion] Minecraft Sound Api

Started by luza, 19 February 2012 - 01:14 PM
luza #1
Posted 19 February 2012 - 02:14 PM
Hey,
would it be possible to implement an API in 1.3 witch makes it possible to make the minecraft noteblock sounds with a computer.
so if you type a code like this:
sound.play("piano","c#")
you hear a "c#" played by a piano.
Advert #2
Posted 19 February 2012 - 02:29 PM
1.3 is feature locked.

You could make a peripheral that can allow you to play sounds, though.
luza #3
Posted 19 February 2012 - 04:58 PM
Erm… What exactly is a peripheral? :D/>/>
Advert #4
Posted 19 February 2012 - 05:15 PM
A Disk Drive would be one example.

In real life: Your keyboard, monitor, printer, … could all be considered peripherals.

You can read more here: http://en.wikipedia.org/wiki/Peripheral
luza #5
Posted 19 February 2012 - 05:31 PM
aaaaah thanks :D/>/>
*cough* http://de.wikipedia.org/wiki/Peripherieger%C3%A4t


some people allready have built some of these but it would be much more practical to have them on the computer^^
Advert #6
Posted 19 February 2012 - 06:18 PM
aaaaah thanks :D/>/>
*cough* http://de.wikipedia.org/wiki/Peripherieger%C3%A4t


some people allready have built some of these but it would be much more practical to have them on the computer^^

That would bloat and overcomplicate the computers, especially for new people.

When they type "help" right now, there are a few lines of programs; if it comes to the point where the whole screen fills up, it'll be very hard for new people to figure out where to get started.
Casper7526 #7
Posted 19 February 2012 - 06:40 PM
Magic Block… play sounds?…. no problem…


[media]http://www.youtube.com/watch?v=Bj5BBvqQWOg[/media]
DarkNinja2462 #8
Posted 23 February 2012 - 01:33 AM
Magic Block… play sounds?…. no problem…


[media]http://www.youtube.com/watch?v=Bj5BBvqQWOg[/media]
HOW DID U DO THAT
I WANT IT
MewK #9
Posted 23 February 2012 - 10:59 AM
That would bloat and overcomplicate the computers, especially for new people.

When they type "help" right now, there are a few lines of programs; if it comes to the point where the whole screen fills up, it'll be very hard for new people to figure out where to get started.

I don't think it is a big issue to add lots of APIs or extend existing APIs as long as the amount of shell programs stays reasonable.
The APIs aren't there for normal users but for programmers. And if they can't handle it, they shouldn't make programs :3
Sebra #10
Posted 28 February 2012 - 02:49 PM
1.3 is feature locked.
Why? 8O
6677 #11
Posted 28 February 2012 - 03:03 PM
Normal procedure for software development, you choose a set date that when hit no more features may be added. After this date you can only work on improving stability and bug fixing of existing features until the release date for the software or patch.
Sebra #12
Posted 28 February 2012 - 03:27 PM
You mean we will not get more features untill 1.4? It's better.
Probably Minecraft itself unable to be feature locked