In a small simulation project that I am working on I'd like to do several things that seem not to be possible with the MIDI-like abilities of Mathematica 9.
With particular instrument styles I'd like to play notes that are between the semitones of the conventional western scale. So, although this is possible:
Sound[SoundNote[1, 1, "Harpsichord"]]
neither this
Sound[SoundNote[11=, 1, "Harpsichord"]]
nor this is permissable
Sound[SoundNote[1.1, 1, "Harpsichord"]]
Additionally I don't immediatly see a way to create a crescendo or other amplitude variations within a single note's duration. Nor a way to create relative volumes of notes within a chord.
A am a complete newbie on these aspects of sounds (i.e., with sounds that are created to play with particular styles/instruments). Creating ab initio waveforms are of course a possibility but are not what I am trhing to do at this point.