Skip to content

Commit ce12d90

Browse files
committed
Fix default value of synthio.Note.amplitude in documentation.
1 parent aa7d619 commit ce12d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/synthio/Note.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static const mp_arg_t note_properties[] = {
4040
//| waveform_loop_start: int = 0,
4141
//| waveform_loop_end: int = waveform_max_length,
4242
//| envelope: Optional[Envelope] = None,
43-
//| amplitude: BlockInput = 0.0,
43+
//| amplitude: BlockInput = 1.0,
4444
//| bend: BlockInput = 0.0,
4545
//| filter: Optional[Biquad] = None,
4646
//| ring_frequency: float = 0.0,

0 commit comments

Comments
 (0)