Share via


Sound Synthesis Revisited: Porting the Drum Machine to the .NET Compact Framework

Sound Synthesis Revisited: Porting the Drum Machine to the .NET Compact Framework, by Ianier Munoz:

“This article shows how to port the drum machine described in " Building a Drum Machine with DirectSound " to the .NET Compact Framework so that it can be run on the Pocket PC. The original code is written in C# and uses managed DirectSound to render an audio stream that is synthesized on the fly. When porting the code to the .NET Compact Framework, managed DirectSound is replaced by native calls to the WaveOut API.“