Felix Roos
dabc0331cb
fix panel scroll
2023-08-18 23:19:19 +02:00
Felix Roos
f6789aaace
togglable panel position
2023-08-18 15:58:51 +02:00
Felix Roos
0cf5c9c7d6
fix: welcome message for latestCode
2023-08-10 23:51:04 +02:00
Felix Roos
e05f74cef1
docs + rename under -> duck, quak quak
2023-07-13 10:49:08 +02:00
Felix Roos
70fe8f14e3
refactor: voicings -> voicing in tunes
2023-07-13 01:09:29 +02:00
Felix Roos
64693ffd26
fix: remove test flag
2023-07-04 22:16:02 +02:00
Felix Roos
34176ab5f8
refactor:
...
- dedupe flash / highlighting logic
- codemirror logic now lives only in codemirror package
- remove old highlighting logic
- use codemirror package in react package
- cleanup CodeMirror6.jsx
- pull setMiniLocations into useHighlighting
- migrate MiniRepl, nano-repl + Repl to new highlighting
2023-07-04 21:49:39 +02:00
Felix Roos
78770888a5
remove mock positions
2023-07-04 18:16:58 +02:00
Matthew Kaney
aded178ab7
Pass mininotation locations into highlight state
2023-07-03 03:55:49 -04:00
Felix Roos
0b5d905120
fix: adaptive highlighting
...
- transpiler now uses m function with globalOffset
- patternifyAST now accepts global offset
- patternifyAST now calls .withLoc with global leaf location
- .withLoc replaces .withLocation + .withMiniLocation
- simple locs (offsets) are now used everywhere
- some tests fail, seems some haps have reordered...
- wip: Repl still uses hardcoded updateMiniLocations
- todo: find way to call updateMiniLocations dynamically
2023-07-03 05:15:32 +02:00
Felix Roos
08abec8fd5
fix: init phase
2023-07-02 18:37:56 +02:00
Felix Roos
63c23736ad
wip: adaptive highlighting
2023-07-02 18:33:44 +02:00
Felix Roos
8e717d2ea1
- transpiler now always returns an object
...
- emit transpiler metadata from evaluate / afterEval
- currently logging miniLocations from Repl.jsx
2023-07-02 14:15:54 +02:00
Felix Roos
13545d147b
optimize rendering
2023-06-30 22:37:55 +02:00
Felix Roos
b39d948d71
fix: build
2023-06-29 12:32:59 +02:00
Felix Roos
c7d8a9cb82
fix: playFile import
2023-06-29 12:05:09 +02:00
Felix Roos
b50075f102
feat: can now load disk samples via samples
...
+ encapsulate file logic from FilesTab
2023-06-29 10:47:20 +02:00
Felix Roos
058b971870
can now play samples from file system
...
- ui still wip
2023-06-29 02:02:00 +02:00
Felix Roos
85a6cd828e
Merge pull request #606 from tidalcycles/setting-patterning
...
patterning ui settings
2023-06-26 22:35:02 +02:00
Felix Roos
abeb62dea8
Merge pull request #612 from tidalcycles/fix-links
...
fix: doc links
2023-06-23 09:59:43 +02:00
Felix Roos
7cfed80443
Merge pull request #598 from tidalcycles/clip-support-floats
...
clip now works like legato in tidal
2023-06-23 09:55:18 +02:00
Felix Roos
3872322da1
allow patterning theme + font settings
2023-06-16 13:45:13 +02:00
Felix Roos
f1e850a62a
fix: doc links
2023-06-16 09:20:29 +02:00
Roipoussiere
f37a220a05
add checkbox in settings to enable line wrapping
2023-06-15 11:52:29 +02:00
Felix Roos
92da70a7ae
Merge remote-tracking branch 'origin/main' into clip-support-floats
2023-06-15 10:46:10 +02:00
Felix Roos
260b831815
refactor: legato -> clip
2023-06-14 00:22:55 +02:00
Felix Roos
665cf6ac65
Merge pull request #588 from roipoussiere/enable_autocomplete
...
enable auto-completion
2023-06-12 23:24:28 +02:00
Felix Roos
370d82e66c
+ disable cursor blink
...
+ make cursor thicker
2023-06-11 20:21:11 +02:00
Felix Roos
3b4e44a9fd
fix: main repl option-dot on mac
2023-06-11 13:55:11 +02:00
Felix Roos
576b88221d
Merge remote-tracking branch 'origin/main' into workshop-new
2023-06-09 18:00:16 +02:00
Felix Roos
a3baf07a5c
Merge pull request #580 from roipoussiere/music_metadata
...
Music metadata
2023-06-09 17:31:58 +02:00
Roipoussiere
8e6909478c
autocompletion: lint
2023-06-09 16:42:31 +02:00
Roipoussiere
2d2d0cabb3
Add option in settings to enable autocompletion
2023-06-09 16:38:48 +02:00
Felix Roos
ae868c6372
hide gutter in mini repl
2023-06-09 00:46:04 +02:00
Felix Roos
51cc69208f
fix: repl link to docs was old
2023-06-09 00:25:14 +02:00
Felix Roos
f8c3e3d5aa
add missing sounds by hand
2023-06-08 20:43:45 +02:00
Felix Roos
eccce6fa84
remove dirt samples
...
+ load a small selection for workshop instead
2023-06-08 17:48:54 +02:00
Felix Roos
02d793e9e0
Merge remote-tracking branch 'origin/main' into workshop-new
2023-06-07 20:19:34 +02:00
Felix Roos
06950a6bd8
translate rest of workshop to german
2023-06-07 16:50:54 +02:00
Roipoussiere
0c2147d9c5
repl: add option to display line numbers
2023-06-07 15:34:57 +02:00
Roipoussiere
51e8174689
metadata: add quotes syntax for titles
2023-06-07 12:26:23 +02:00
Roipoussiere
f9ad5f0d01
add tunes metadata
2023-06-06 21:34:53 +02:00
Felix Roos
fc06181217
- add claviature flag to minirepl
...
- bring back option+dot on macos
- consume more editor settings in minirepl
2023-05-27 13:30:57 +02:00
Felix Roos
82225f0b81
started workshop pages
2023-05-26 14:12:53 +02:00
Felix Roos
d3240a75d0
fix: dupe style.css to Repl.css
...
for some reason they were missing after update
+ darken line backgrounds
+ change preview port to keep workbox out of dev server
2023-05-12 11:56:50 +02:00
Felix Roos
6e02bf59e9
Revert "refactor: remove old draw logic"
...
This reverts commit 95719654f3bfc5d3cc98c33816b402e2c0e38bd7.
2023-05-10 11:44:55 +02:00
Felix Roos
95719654f3
refactor: remove old draw logic
...
+ pianoroll now uses .onPaint
2023-05-05 09:52:07 +02:00
Felix Roos
0b2a4fda44
update supabase-js
2023-04-29 07:24:03 +02:00
Felix Roos
b7fcccb8db
fix: make soundfonts import dynamic
...
- it broke the whole docs page
2023-04-28 12:42:07 +02:00
Felix Roos
6cd3cc96a3
fix: do not prebake in tests
...
+ pull piano function to separate file for tests
2023-04-06 00:08:23 +02:00