We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
synthio.Note.amplitude
1 parent aa7d619 commit ce12d90Copy full SHA for ce12d90
shared-bindings/synthio/Note.c
@@ -40,7 +40,7 @@ static const mp_arg_t note_properties[] = {
40
//| waveform_loop_start: int = 0,
41
//| waveform_loop_end: int = waveform_max_length,
42
//| envelope: Optional[Envelope] = None,
43
-//| amplitude: BlockInput = 0.0,
+//| amplitude: BlockInput = 1.0,
44
//| bend: BlockInput = 0.0,
45
//| filter: Optional[Biquad] = None,
46
//| ring_frequency: float = 0.0,
0 commit comments