Skip to content

Commit

Permalink
Add quick documentation for useStrudelCanvas function
Browse files Browse the repository at this point in the history
  • Loading branch information
reckter committed Jan 1, 2025
1 parent c18b33d commit 7f64b59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@ It uses the same timing information as Strudel itself, so it will be synchronize
**Note**: You can not use any strudel functions on the pattern.
**Note**: Currently we do not have mini-highlighting for Hydra panes.

##### `useStrudelCanvas(source)`

Will initialise the given source (`s0`, `s1`, etc) to use the strudel canvas as a source.
Will also hide the strudel canvas, so it will not overlap.

**Note**: Strudel will have to be initialized, otherwise this will not work.

##### `fft()` function

The `fft()` function is a special function that allows you to get the FFT data
Expand Down

0 comments on commit 7f64b59

Please sign in to comment.