fix typo in default instrument

This commit is contained in:
Breval Ferrari 2025-05-01 19:38:48 -04:00
parent 322422bf19
commit f865d0a4aa
Signed by: breval
GPG key ID: A2EEBF62257FF960

View file

@ -14,7 +14,7 @@ options:
-n NOTE[,...], --notes NOTE[,...] -n NOTE[,...], --notes NOTE[,...]
available notes: a list of comma-separated alphabetical note names available notes: a list of comma-separated alphabetical note names
-e EXPR, --expression EXPR -e EXPR, --expression EXPR
signal expression (instrument) to generate music samples (you can use the floating-point number t for the current time in seconds, n for the indice of the currently playing note in the list of available notes starting with 0 and N for the number of available notes) [default: sin(2*PI*n*(442+442*((n+1)/N))*t)] signal expression (instrument) to generate music samples (you can use the floating-point number t for the current time in seconds, n for the indice of the currently playing note in the list of available notes starting with 0 and N for the number of available notes) [default: sin(2*PI*(442+442*((n+1)/N))*t)]
exporting music: exporting music:
-E, --export -E, --export