views:

77

answers:

4

Hello all,

I would like to write a piano application, where i could press keys and hear sound like in piano. Which language is the best and which Skills I need to solve that?

Best regards, Ragims

+1  A: 

A lot of it depends where you're strongest. C++ is generally used for audio applications for b/c of the performance considerations. However, for your purposes C#, Java or C++ would do. If you go the C++ route I suggest you look at the synthesis toolkit (site here). It will simplify your life greatly.

dave
A: 

This is usual application, so it's C++ in most cases. Also, you will need to learn interfaces for UI & Sound output.

BarsMonster
A: 

Some resource for Visual Basic 6

Adnan
A: 

Languages are just languages. Paradigms (Object Orientated, Aspect Orientated, etc..) matter, development and project strategies (TDD, DD, Agile) matter, most everything else is just down to the resource, the dependencies, and tools you have.

Except VB. Don't use VB.

Or PHP.

Or ColdFusion.

(Just kidding humourless kids).

annakata