I would like to add an unusual feature to a website that would allow the user to play a sound...a single sampled note. When the user moves a slider control the sound would go up or down in tone (seamlessly). So, as the user slides the button to the right the sound would rise in pitch, when moved to the left it would go down in pitch (from soprano to bass). Does anyone know how this could be achieved? What sort of sound file would you use and how would you get it to play continuously (when a button was pressed) and change pitch (when the slider was moved)? This isnt really language specific - it could be php or flex. Thanks in advance. Simon...
=============================================== Further information
It appears that the best solution might involve something like C or C# or C++. Unfortunately, I have very little experience of these languages. Would anyone be able to tell me whether it is possible to achieve this in C? Thanks.