We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43371a2 commit 8bb3a25Copy full SHA for 8bb3a25
1 file changed
cedargrove_wavebuilder.py
@@ -60,7 +60,8 @@ class WaveBuilder:
60
:param integer table_length: The number of samples contained in the
61
resultant waveform table. No default.
62
:param integer sample_max: The maximum positive value of a sample,
63
- limited to a signed 16-bit integer value (0 to 32767). Default is 32767.
+ limited to a signed 16-bit integer value (0 to 32767). The maximum
64
+ negative value will be derived from this value. Default is 32767.
65
:param float lambda_factor: The number of fundamental oscillator
66
wavelengths per wave table, useful to improve waveform rendering when
67
an oscillator with a much higher frequency than the fundamental is
0 commit comments