|   | SongSetCrescendoDynamic Method | 
        
        
            Starts crescendo dynamic over the range of the specified number of beats.
            
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void SetCrescendoDynamic(
	int totalBeats,
	Dynamic endDynamic
)
Public Sub SetCrescendoDynamic ( 
	totalBeats As Integer,
	endDynamic As Dynamic
)
public:
void SetCrescendoDynamic(
	int totalBeats, 
	Dynamic endDynamic
)
member SetCrescendoDynamic : 
        totalBeats : int * 
        endDynamic : Dynamic -> unit function SetCrescendoDynamic(totalBeats, endDynamic);
Parameters
- totalBeats  Int32
- Total number of beats overwhich to gradually increase volume.
- endDynamic  Dynamic
- Desired volume when crescendo is complete.
 Remarks
Remarks
            Current 
Dynamic is the starting dynamic which should be less than 
endDynamic.
            
 See Also
See Also