strudel/packages/codemirror
Alex McLean 6422047cff
make 0.5hz cps the default (#931)
* 0.5 default cps

* 1 -> 0.5 cps defaults

* start moving examples to 2Hz

* more 2Hz doc edits

* small tweaks

* format

* adapt cycles page

* adapt pitch page

* tonal page

* accumulation

* synth page

* adapt conditional-modifiers

* audio effects page

* adapt signals doc

* fix: errors for signals

* adapt signals page

* start time modifiers

* adapt time modifiers

* adapt factories

* hydra + pattern intro

* adapt mini notation page

* start recipes

* adapt recipes page

* use code_v1 table

* delete old dbdump + add new csv based tool

* fix: tests

* fix: cpm

* shuffle featured patterns

* fix: snapshot

---------

Co-authored-by: Felix Roos <flix91@gmail.com>
2024-01-22 19:02:34 +00:00
..
themes - make codemirror package more capable 2023-12-14 09:42:25 +01:00
autocomplete.mjs fix: autocomplete / tooltip code example bug 2024-01-09 22:34:16 +01:00
codemirror.mjs the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
flash.mjs - make codemirror package more capable 2023-12-14 09:42:25 +01:00
highlight.mjs make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00
html.mjs hotfix: fix build error 2023-12-27 13:28:20 +01:00
index.mjs move css variable injection to themes 2023-12-14 22:39:44 +01:00
keybindings.mjs fix: improve last fix by using Prec.highest 2023-12-15 00:07:08 +01:00
package.json Publish 2024-01-18 09:59:57 +01:00
README.md add codemirror package 2023-05-05 15:13:17 +02:00
slider.mjs the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
themes.mjs fix: redundant style injections for multiple repls 2023-12-16 12:37:16 +01:00
tooltip.mjs hotfix: fix build error 2023-12-27 13:28:20 +01:00
vite.config.js codeformat 2023-12-30 23:21:34 +01:00

@strudel/codemirror

This package contains helpers and extensions to use codemirror6. See vite-vanilla-repl-cm6 as an example of using it.