Skip to content

Commit

Permalink
glicol-api.json: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srenatus committed Jul 15, 2024
1 parent ea4fe77 commit d6d9370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/glicol-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"description": "impulse signal generator",
"parameters": [{"freq": "NonModulable(1.0)"}],
"input": "none",
"output": "impulse signal lile [1.0, 0.0, 0.0, ...]; the gap between two 1.0 depends on the frequency.",
"output": "impulse signal like [1.0, 0.0, 0.0, ...]; the gap between two 1.0 depends on the frequency.",
"example": "o: imp 1.0"
},
"lpf": {
Expand Down Expand Up @@ -217,4 +217,4 @@
"output": "filtered signal",
"example": "o: saw 100 >> onepole 0.01"
}
}
}

0 comments on commit d6d9370

Please sign in to comment.