Felix Roos
062d926900
make sliders work!
2023-10-01 00:24:31 +02:00
Felix Roos
b36cee93f7
add slider function to scope
2023-09-30 21:22:49 +02:00
Felix Roos
cf72e3bba5
fix: add conditional imports to eval scope
...
+ fire postMessage on start
2023-09-27 21:25:30 +02:00
Felix Roos
6e26f39751
add dough function for raw dsp
2023-09-25 22:34:31 +02:00
Felix Roos
57265b9e33
add filter envelopes here and there
...
+ comment out outroMusic (lame)
2023-09-17 12:34:01 +02:00
Felix Roos
578bede46b
fix: tune n -> note
2023-09-17 11:17:37 +02:00
Felix Roos
7ec5ab0c20
fix: tune
2023-09-16 02:05:49 +02:00
Felix Roos
872e10fc95
Merge pull request #692 from Bubobubobubobubo/filters
...
Adding filter envelopes and filter order selection
2023-09-16 02:03:49 +02:00
Felix Roos
536427310d
add some filter envelopes here and there
2023-09-16 01:50:23 +02:00
Jade Rowland
e75ac7b3c0
working
2023-09-09 01:20:08 -04:00
Jade Rowland
62e3774ff7
its working
2023-09-03 16:28:52 -04:00
Felix Roos
d6c4bb0e4e
Merge remote-tracking branch 'upstream/main' into zzfx
2023-08-31 12:38:19 +02:00
Felix Roos
a3b55aa5cc
Merge pull request #685 from daslyfe/desktop_midi_bridge
...
Create Midi Integration for Tauri Desktop app
2023-08-31 05:52:17 +02:00
Felix Roos
328af5f560
fix: move desktopbridge dependency to website
2023-08-31 05:10:17 +02:00
Felix Roos
90cdea3656
fix: double registering
2023-08-30 15:32:45 +02:00
Felix Roos
6bd3274a4b
remove protracker theme + font (not good)
2023-08-29 00:27:20 +02:00
Felix Roos
289376840e
add mode7 font
...
+ can now inject custom theme styles
2023-08-28 23:52:24 +02:00
Felix Roos
0e3d84e5ca
add teletext theme + font
2023-08-28 19:21:17 +02:00
Felix Roos
cb643f8fd9
add protracker theme
...
+ fix: make sure all text has a bg
2023-08-28 18:54:33 +02:00
Felix Roos
1faa81099c
add protracker3 font
2023-08-28 14:50:06 +02:00
Felix Roos
f6cf740507
add emoji support
2023-08-27 22:11:22 +02:00
Felix Roos
88651149d3
fix: don't import emoji pkg
2023-08-27 15:28:46 +02:00
Felix Roos
e301090704
pianoroll improvements:
...
- add label / activeLabel controls
- add new pianoroll options:
- fill
- fillActive
- strokeActive
- stroke
- hideInactive
- colorizeInactive
- fontFamily
- add wordfall method
- fix: some haps were drawn with wrong length
- pianoroll labels now use set fontFamily
- hide fold gutter
2023-08-27 15:27:30 +02:00
Felix Roos
01cccc6462
hotfix: panel z-index < autocomplete
2023-08-19 00:06:44 +02:00
Felix Roos
5fabc5c7f9
let to const
2023-08-18 23:53:37 +02:00
Felix Roos
84328cfb90
fix: format
2023-08-18 23:46:26 +02:00
Felix Roos
37a35022f5
fix panel scroll
...
+ move to bottom when minimized
2023-08-18 23:45:55 +02:00
Felix Roos
3afe540111
add hint for zen mode
2023-08-18 23:32:30 +02:00
Felix Roos
35687b1ee0
fix reference style for right panel
2023-08-18 23:32:22 +02:00
Felix Roos
195e6b61f9
fix settings style for right panel
2023-08-18 23:23:12 +02:00
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