Platform SDK: DirectX

Tutorial 2: Using Tools

[Visual Basic]

This tutorial pertains only to applications written in C++. See DirectMusic Visual Basic Tutorials.

[C++]

This tutorial shows how a tool might be implemented as a C++ class and used in a DirectMusic application. The CEchoTool class enables an application to add one or more echoes to every music note in a performance.

The sample code is based on the EchoTool sample application included with the DirectX SDK.

The tutorial is broken down into the following steps: