fix typo in default instrument
This commit is contained in:
parent
322422bf19
commit
f865d0a4aa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ options:
|
|||
-n NOTE[,...], --notes NOTE[,...]
|
||||
available notes: a list of comma-separated alphabetical note names
|
||||
-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:
|
||||
-E, --export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue