Generate pitch, duration and delta time for the next note in the
melody.
- Parameters:
self - The object pointer.
- Returns:
- Parameters for the note event.
-
instrument: The csound instrument for playback of the note
event.
-
amp: The amp of the note, in decibel (dbfs)
-
pitch: The pitch of the note, in note number format.
-
delta: Delta time, the time until the next event after
this one. The value is relative to the current tempo so that
a value of 1 equals one beat.
-
duration: The duration of the note, relative to the delta
time (so that a duration of 1 generates a legato note).
-
pan: The stereo pan position of the note. A value of 0.0
is hard left, 0.5 is center, 1.0 is hard right.
-
reverb: The reverb send amount for the note, in the range
0.0 to 1.0.
- Overrides:
baseComp.BaseComp.getData
|