 | ChordVariety Constructor |
Initialises a new ChordVariety defined by the tone steps.
The tone steps are indicated by intervals(Always on the full 12-tone scale). NB: The root tone has interval 1 and is not implicit.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ChordVariety(
params int[] toneSteps
)
Public Sub New (
ParamArray toneSteps As Integer()
)
public:
ChordVariety(
... array<int>^ toneSteps
)
new :
toneSteps : int[] -> ChordVariety
Parameters
- toneSteps
- Type: SystemInt32
The tone steps that makes the chord.
See Also