Skip to content

Commit

Permalink
Tutorial tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Oct 30, 2024
1 parent 83b44d8 commit 397b303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In Visual Studio code, create a new folder to contain your new SignalFlow projec

## 5. Create a notebook

Select `File → New File...`, and select `Jupyter Notebook`. You should see the screen layout change to display an empty black text block (in Jupyter parlance, a "cell").
Select `File → New File...`, and select `Jupyter Notebook`. You should see the screen layout change to display an empty black text block (in Jupyter terminology, a "cell").

---

Expand Down Expand Up @@ -163,10 +163,10 @@ The `pan` property of `StereoPanner` controls its position in the stereo field f
panner.pan = -1
```

Finally, to stop the playback:
Finally, to stop all playback:

```python
output.stop()
graph.clear()
```

---
Expand Down

0 comments on commit 397b303

Please sign in to comment.