 | ChordVarietyDefaultDuration Property |
The default duration used when creating chord instances from index.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double DefaultDuration { get; set; }
Public Property DefaultDuration As Double
Get
Set
public:
property double DefaultDuration {
double get ();
void set (double value);
}
member DefaultDuration : float with get, set
Property Value
Type:
Double
See Also