typedef struct tagSNOTE {
    unsigned short long pos;// Current sample playback position
    WORD    newFreq;        // New note frequency
    BYTE    patch;
} SNOTE;

Example 3: Tracks of how far along a sample was synthesized and resampled in each channel.

Back to Article