| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected Step |
Unpitched.displayStep |
protected Step |
Rest.displayStep |
protected Step |
PedalTuning.pedalStep |
protected Step |
Pitch.step |
protected Step |
StaffTuning.tuningStep |
protected Step |
Accord.tuningStep |
protected Step |
RootStep.value |
protected Step |
BassStep.value |
| Modifier and Type | Method and Description |
|---|---|
static Step |
Step.fromValue(String v) |
Step |
Unpitched.getDisplayStep()
Gets the value of the displayStep property.
|
Step |
Rest.getDisplayStep()
Gets the value of the displayStep property.
|
Step |
PedalTuning.getPedalStep()
Gets the value of the pedalStep property.
|
Step |
Pitch.getStep()
Gets the value of the step property.
|
Step |
StaffTuning.getTuningStep()
Gets the value of the tuningStep property.
|
Step |
Accord.getTuningStep()
Gets the value of the tuningStep property.
|
Step |
RootStep.getValue()
The step type represents a step of the diatonic scale, represented using the English letters A through G.
|
Step |
BassStep.getValue()
The step type represents a step of the diatonic scale, represented using the English letters A through G.
|
static Step |
Step.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Step[] |
Step.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Unpitched.setDisplayStep(Step value)
Sets the value of the displayStep property.
|
void |
Rest.setDisplayStep(Step value)
Sets the value of the displayStep property.
|
void |
PedalTuning.setPedalStep(Step value)
Sets the value of the pedalStep property.
|
void |
Pitch.setStep(Step value)
Sets the value of the step property.
|
void |
StaffTuning.setTuningStep(Step value)
Sets the value of the tuningStep property.
|
void |
Accord.setTuningStep(Step value)
Sets the value of the tuningStep property.
|
void |
RootStep.setValue(Step value)
Sets the value of the value property.
|
void |
BassStep.setValue(Step value)
Sets the value of the value property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.