Skip to content

Commit

Permalink
More wiki spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Jul 10, 2024
1 parent e18e083 commit 7453415
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guide/auto-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,27 @@ usually work well, but these can be tweaked for specific situations.
### Onsets

**FFT Step**

The FFT step represents the amount of audio to analyze around a block.
A higher value results in a more frequency-accurate, but a less time-accurate spectrogram.
Additionally, a higher value will take longer to analyze.

**Window Step**

The window step changes the number of blocks per second of audio.
A lower value results in more time-accurate spectrograms,
but may take more time and mess up tempo analysis. This value must be less than **FFT Step**.

### Tempogram

**FFT Step**

The FFT step represents the amount of the onset graph to analyze around a block.
A higher value results in more accurate tempos, but less accurate timings.
Additionally, a higher value will take longer to analyze.

**Window Step**

The window step changes the number of blocks per second of audio.
A lower value results in more time-accurate tempograms,
but may take more time. This value must be less than **FFT Step**.
Expand Down
2 changes: 2 additions & 0 deletions guide/scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ function stutterStops(beat, length, factor = 2) {
```
<video controls="controls" src="./assets/scripting/stutter-stops.mp4"/>

---

Using **SCROLLS**

This does not introduce any timing issues.
Expand Down

0 comments on commit 7453415

Please sign in to comment.