Skip to content

Commit

Permalink
Update typist-methods.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Aug 13, 2024
1 parent d4ad076 commit 6544848
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 9.0/typist-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,18 @@ Clears all per-character delays that have been set for this typist.
 
## `.set_sound_tag_gain(gain)`
**Returns**: `self`, the typist
|Name |Datatype|Purpose |
|------|--------|---------------------------------------------------------------------------|
|`gain`|real |Gain to play the sound tags at, from `0.0` (silence) to `1.0` (full volume)|
Sets the gain for sounds played using sound tags.
 
## `.sound(soundArray, overlap, pitchMin, pitchMax. [gain=1])`
**Returns**: `self`, the typist
Expand Down

0 comments on commit 6544848

Please sign in to comment.