Click or drag to resize

Note Properties

The Note type exposes the following members.

Properties
  Name Description
Public property 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.
Public property Dots Gets or sets the total dotted note length extensions that apply to this note.
Public property 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.
Public property EndTimeIndex Gets or sets end time index for this note.
Public property Frequency Gets or sets frequency of this note.
Public property ID Gets or sets note ID of the note.
Public property 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.
Public property NamedValue Get or sets the note value, expressed in American form, representing the length of the note.
Public property NamedValueBritish Get or sets the note value, expressed in British form, representing the length of the note.
Public property SamplePeriod Gets or sets the sample period for this note.
Public property StartTimeIndex Gets or sets start time index for this note.
Public property 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.
Public property Value Get or sets the relative note value representing the length of the note.
Public property ValueTime Gets the cached note value time, in seconds, calculated from a call to CalculateValueTime(Tempo).
Top
See Also