 | WinmmOutBeatsPerMinute Property |
How many beats corresponds to 60 seconds. If the value is set to 60, 1 beat will be the same as 1 second.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int BeatsPerMinute { get; set; }
Public Property BeatsPerMinute As Integer
Get
Set
public:
virtual property int BeatsPerMinute {
int get () sealed;
void set (int value) sealed;
}
abstract BeatsPerMinute : int with get, set
override BeatsPerMinute : int with get, set
Property Value
Type:
Int32Implements
IMidiOutBeatsPerMinute
See Also