 | WinmmOutBeatDuratinInMilliseconds Property |
The duration of 1 beat in milliseconds.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double BeatDuratinInMilliseconds { get; }
Public ReadOnly Property BeatDuratinInMilliseconds As Double
Get
public:
property double BeatDuratinInMilliseconds {
double get ();
}
member BeatDuratinInMilliseconds : float with get
Return Value
Type:
DoubleThe duration of 1 beat in milliseconds.
See Also