How can sugest me about program project?

Mrbagino

Newbie
Joined
Nov 10, 2011
Messages
46
Reaction score
9
Dear everybody Happy Holidays,

I want to know if it possible is to made a system behind my website, that allows to make music online..
With some plugins and tools?

And what is the best language to code this idea?


Thanks a lot...
 
Heres what you need to create a simple web-based sequenser:
Javascript + <audio> for playing samples + File API so user could use own samples + HTML for UI
-or-
Flash

But, i think it will be a difficult project for a novice

Search in google for "Soundation" to get an idea what it looks like.

If you want to write something but out of ideas, google "Timus Online Judge" and start solving problems.
 
Your interface is best made in HTML5 (w/JavaScript) or Flash (quicker to make apps with IMO) if you don't mind alienating the mobile crowd. For your backend you can use whatever you want, PHP/MySQL or a similar combination will do. For it to really work well you need to work out a good way to truly synthesize music on the fly (could be done by sending instrument data to server and then server does synthesis of sound waves) so you're not limited to samples.
 
Heres what you need to create a simple web-based sequenser:
Javascript + <audio> for playing samples + File API so user could use own samples + HTML for UI
-or-
Flash

But, i think it will be a difficult project for a novice

Search in google for "Soundation" to get an idea what it looks like.

If you want to write something but out of ideas, google "Timus Online Judge" and start solving problems.


Thanks for the reply and for the good references!

"Soundation" Looks nice, but is not very difficult so far i can see.. right now!

But maby is it a good idea to program it in C++
What do you think alex.ya
 
Your interface is best made in HTML5 (w/JavaScript) or Flash (quicker to make apps with IMO) if you don't mind alienating the mobile crowd. For your backend you can use whatever you want, PHP/MySQL or a similar combination will do. For it to really work well you need to work out a good way to truly synthesize music on the fly (could be done by sending instrument data to server and then server does synthesis of sound waves) so you're not limited to samples.

Ok, Thanks Ampedsoftware!

Nice to now.. Do you have any experiences with this things?
 
Back
Top