strudel/packages/tone
2022-03-27 22:17:07 +02:00
..
test rename org to strudel.cycles 2022-03-27 21:42:54 +02:00
draw.mjs rename org to strudel.cycles 2022-03-27 21:42:54 +02:00
package-lock.json rename org to strudel.cycles 2022-03-27 21:42:54 +02:00
package.json v0.0.1 2022-03-27 21:48:51 +02:00
pianoroll.mjs rename org to strudel.cycles 2022-03-27 21:42:54 +02:00
README.md add install commands 2022-03-27 22:17:07 +02:00
tone.mjs rename org to strudel.cycles 2022-03-27 21:42:54 +02:00
ui.mjs add cross dependencies 2022-03-25 23:52:06 +01:00

@strudel.cycles/tone

This package adds Tone.js functions to strudel Patterns.

Install

npm i @strudel.cycles/tone --save

Dev Notes

  • @tonejs/piano has peer dependency on webmidi@^2.5.1! A newer version of webmidi will break.
  • If you use Tone in another package, make sure to import { Tone } from '@strudel.cycles/tone, to ensure you get the same AudioContext.