Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jan 3, 2024
1 parent a99e687 commit 2998a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library/buffer/segmentplayer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: SegmentPlayer: Trigger segments of a buffer at the given onset posi
# SegmentPlayer

```python
SegmentPlayer(buffer=None, onsets={})
SegmentPlayer(buffer=None, onsets={}, index=None, rate=1.0)
```

Trigger segments of a buffer at the given onset positions.
Expand Down
1 change: 1 addition & 0 deletions docs/library/oscillators/sinelfo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ Produces a sinusoidal LFO at the given `frequency` and `phase` offset, with outp
lfo = SineLFO(1, 200, 1000)
saw = SawOscillator(lfo)
saw.play()

```

0 comments on commit 2998a67

Please sign in to comment.