GUID_SeedVariations

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

GUID_SeedVariations

Seeds the random number generator for variation selection. A nonzero value is used as the seed. A value of 0 resets the default behavior of getting the seed from the system clock. This parameter can be set but not retrieved.

Element Description
Track type Pattern, style, motif
Data type (*pParam) Long
mtTime Not used

Remarks

For an explanation of the table, see Standard Track Parameters.

Setting this parameter to nonzero is useful for testing because it ensures that the same sequence of random numbers is generated each time. The parameter should be set only once, before the track is played. The style and command track must be designed so that each time that the segment is played, the same patterns are chosen at the same places in the segment. Each loop plays different variations than the one before it does, but each time the entire segment is replayed from the beginning, each loop sounds the same as the first time the segment was played.

Requirements

  Header: Declared in dmusici.h.


© 2004 Microsoft Corporation. All rights reserved.