Felix Roos
f599088cdf
cleanup
2022-12-01 14:44:53 +01:00
Felix Roos
d78da55f54
lazy init + add livecode.org
2022-12-01 14:36:00 +01:00
Felix Roos
9052ff71e6
get rid of csound warning on reevaluation:
...
- only compile on init, use evalCode after
- pull presets into csd file
- use custom logging
2022-12-01 12:34:26 +01:00
Felix Roos
713da887ca
Merge branch 'tonal-update' into csound
2022-12-01 12:32:05 +01:00
Felix Roos
6c0b86d8f4
update tonal, fixes #269
2022-11-29 23:31:23 +01:00
Felix Roos
517ada6dbf
tiny time improvement
2022-11-29 23:02:09 +01:00
Felix Roos
0a098e3008
mock csound
2022-11-29 22:04:46 +01:00
Felix Roos
c40078ffc9
improve csound bindings:
...
- better timing
- can now pass instrument to .csound(...)
- can now write instruments with csound(...)
2022-11-29 21:59:22 +01:00
Felix Roos
729e0afdbe
fix typo
2022-11-29 00:10:21 +01:00
Felix Roos
eab86840d3
baasic csound output
2022-11-29 00:05:51 +01:00
Felix Roos
43aa2247f1
baasic csound output
2022-11-29 00:05:36 +01:00
Felix Roos
afe17a507e
update tonal: not working...
2022-11-28 23:00:15 +01:00
Felix Roos
e621020474
continue tutorial
2022-11-28 21:33:17 +01:00
Felix Roos
ac2aa7f288
add csound minimal example
2022-11-28 20:48:52 +01:00
Felix Roos
805bd7e930
simplify without-audio example
2022-11-24 20:56:09 +01:00
Felix Roos
f9bf2122b7
add without-audio example
2022-11-24 20:13:54 +01:00
Alex McLean
e1a532500e
Tidying up core ( #256 )
...
* remove _ prefixes except for functions to be patternified
* categorise pattern methods
* experimental support for `.add.squeeze` and friends as alternative to `.addSqueeze`
* `every` is now an alias for `firstOf` with additional `lastOf` (which every will become an alias for next)
2022-11-22 08:51:25 +00:00
Felix Roos
4cf412b93d
Merge pull request #266 from tidalcycles/faster-fast
...
fix performance bottleneck
2022-11-21 22:15:48 +01:00
Felix Roos
54c9c434e0
fix examples snapshot
2022-11-21 22:09:26 +01:00
Felix Roos
de19f3e5fe
fix tune snapshots
2022-11-21 22:08:17 +01:00
Felix Roos
8304993481
fix : #194
2022-11-21 21:59:08 +01:00
Felix Roos
4c838aeaca
hotfix: weird audion bug
2022-11-17 11:13:49 +01:00
Felix Roos
547d925065
Merge pull request #263 from tidalcycles/fix-tutorial-bugs
...
fix tutorial bugs
2022-11-17 11:08:37 +01:00
Felix Roos
874633051b
fix: snapshot
2022-11-17 10:56:46 +01:00
Felix Roos
2293f1ba15
fix: worklets now work in the tutorial again
2022-11-17 10:52:07 +01:00
Felix Roos
483c3f61b5
midi now works in the tutorial
2022-11-17 10:49:44 +01:00
Felix Roos
83263968f2
fix: rootNotes example
2022-11-17 10:41:32 +01:00
Felix Roos
f279c61792
fix: each example
2022-11-17 10:19:04 +01:00
Felix Roos
9717c696d8
add s for sharp (fixes notes example)
2022-11-17 10:16:29 +01:00
Felix Roos
94a594c777
fix sample examples
2022-11-17 10:15:59 +01:00
Felix Roos
f1ae8a17cf
fix: could play multiple mini repl at once
2022-11-17 10:07:19 +01:00
Felix Roos
add9c43827
Merge pull request #254 from tidalcycles/binaries
...
Binaries
2022-11-16 13:15:28 +01:00
Felix Roos
d3f6a5c296
package-lock
2022-11-16 13:13:50 +01:00
Felix Roos
4aea78b7c0
Merge branch 'main' into binaries
2022-11-16 13:13:11 +01:00
Felix Roos
4313fe670d
hotfix: fix share #261
2022-11-13 21:32:46 +01:00
Felix Roos
2e8a1b67ea
hotfix: fix prebuild
2022-11-13 20:53:28 +01:00
Felix Roos
e73044c533
Publish
...
- @strudel.cycles/react@0.4.1
- @strudel.cycles/soundfonts@0.4.1
- @strudel.cycles/webaudio@0.4.1
2022-11-13 20:48:52 +01:00
Felix Roos
418f09e364
hotfix: remove webaudio build for now
2022-11-13 20:48:32 +01:00
Felix Roos
08f207a396
package-lock
2022-11-13 20:44:05 +01:00
Felix Roos
4f57060708
Publish
...
- @strudel.cycles/core@0.4.0
- @strudel.cycles/eval@0.4.0
- @strudel.cycles/midi@0.4.0
- @strudel.cycles/mini@0.4.0
- @strudel.cycles/osc@0.3.0
- @strudel.cycles/react@0.4.0
- @strudel.cycles/serial@0.2.0
- @strudel.cycles/soundfonts@0.4.0
- @strudel.cycles/tonal@0.4.0
- @strudel.cycles/tone@0.4.0
- @strudel.cycles/transpiler@0.4.0
- @strudel.cycles/webaudio@0.4.0
- @strudel.cycles/webdirt@0.4.0
- @strudel.cycles/xen@0.4.0
2022-11-13 20:43:00 +01:00
Felix Roos
1507724ecd
hotfix: webaudio main file
2022-11-13 20:42:17 +01:00
Felix Roos
4bc2f64b24
Merge pull request #255 from tidalcycles/repl-refactoring
...
Repl refactoring
2022-11-13 20:20:32 +01:00
Felix Roos
839ba31dfb
remove refactoring notes
2022-11-13 18:49:16 +01:00
Felix Roos
2341452d91
fix: highlighting error
2022-11-13 18:44:00 +01:00
Felix Roos
7ab263b514
floating error message
2022-11-13 17:11:14 +01:00
Felix Roos
45b5b5960f
remove hideHeader function
2022-11-13 16:54:45 +01:00
Felix Roos
1b8ec1f01c
secret zen mode
2022-11-13 15:47:11 +01:00
Felix Roos
c92cb1c096
better draw cleanup + began reference tab
2022-11-13 14:50:48 +01:00
Felix Roos
8f31fbe275
proper draw cleanup
2022-11-13 13:58:36 +01:00
Felix Roos
aa76419eda
fix activeFooter state
2022-11-13 12:25:30 +01:00