Skip to content

Commit 122e00b

Browse files
committed
document ring arguments to constructor
thanks Mark!
1 parent af40a17 commit 122e00b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared-bindings/synthio/Note.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ static const mp_arg_t note_properties[] = {
5656
//| envelope: Optional[Envelope] = None,
5757
//| amplitude: BlockInput = 0.0,
5858
//| bend: BlockInput = 0.0,
59+
//| ring_frequency: float = 0.0,
60+
//| ring_bend: float = 0.0,
61+
//| ring_waveform: Optional[ReadableBuffer] = 0.0,
5962
//| ) -> None:
6063
//| """Construct a Note object, with a frequency in Hz, and optional panning, waveform, envelope, tremolo (volume change) and bend (frequency change).
6164
//|

0 commit comments

Comments
 (0)