|
Note Properties
|
The Note type exposes the following members.
Properties
|
Name |
Description |
|
Damping
|
Gets or sets the individual damping function used to lower the sound volume
for this note over time. If this damping function is not defined, the
damping algorithm of the song will be used for the note.
|
|
Dots
|
Gets or sets the total dotted note length extensions that apply to this note. |
|
Dynamic
|
Gets or sets the dynamic (i.e., volume) expressed as percentage in
the range of 0 to 1 for this note. If the dynamic is set to -1, the
dynamic of the song will be used.
|
|
EndTimeIndex
|
Gets or sets end time index for this note. |
|
Frequency
|
Gets or sets frequency of this note. |
|
ID
|
Gets or sets note ID of the note. |
|
NamedDynamic
|
Gets or sets the named dynamic (i.e., volume) for this note. If the dynamic
is undefined, the dynamic of the song will be used.
|
|
NamedValue
|
Get or sets the note value, expressed in American form, representing the length of the note. |
|
NamedValueBritish
|
Get or sets the note value, expressed in British form, representing the length of the note. |
|
SamplePeriod
|
Gets or sets the sample period for this note. |
|
StartTimeIndex
|
Gets or sets start time index for this note. |
|
Timbre
|
Gets or sets the individual tibre function used to synthesize the sounds
for this note (i.e., the instrument). If this timbre function is not defined,
the timbre of the song will be used for the note.
|
|
Value
|
Get or sets the relative note value representing the length of the note. |
|
ValueTime
|
Gets the cached note value time, in seconds, calculated from a call to CalculateValueTime(Tempo).
|
Top
See Also