glicol
glicol copied to clipboard
Graph-oriented live coding language and music/audio DSP library written in Rust
- [x] arrange - [x] eval: ``` o: eval `o:=sin( x*2.0*pi())*0.5;x:=x+440.0/sr;o` ``` - [ ] points - [ ] sample_reader - [ ] parser done right - [ ] pan,...
This is not correct: ``` ~main: imp 1.0 >> add ~fb ~fb: ~main >> delayn 4410 >> mul 0.1 o: ~main >> mul 0.5 ``` This is OK: ``` ~main:...
While working with glicol, I found that it was very useful to structure my chains with one node per line, where I could (theoretically) comment out each line to try...
perhaps also need to rename it to `instantUpdating` - add comment doc to the method - it should take enum params like `UpdateStrategy::Instant or EveryBar`
`dseq 0_B_ A_6` means the range is from 60-72...
then we can use a different tag version for glicol-js and it's npm