|
|
|
|
A simple piano application using windows Midi API. Include 3 octave notes, 4 instruments bank, 3 rhythm beats, 12 percussion keys. Great code to download!
|
|
|
|
This little example will click on any button just by saying the caption in a microphone. You will need Microsoft's Speech recognition engine. To fully understand how to make it work, I suggest you first read M
|
|
|
|
If you want to play sounds in your program, but don't want to ship extra .wav files and make sure there in the right path, or you don't want people ripping off your stored .wav files, you can play sounds from
|
|
|
|
This code is a re-write of the module "midi" in the PSC code entry "Advanced Midi Programming / Utility"
i was looking for a Midi file reader to read all the file's data in notes, control notations, and be abl
|
|
|
|
|
| |
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 Next |