glicol icon indicating copy to clipboard operation
glicol copied to clipboard

Graph-oriented live coding language and music/audio DSP library written in Rust

Results 55 glicol issues
Sort by recently updated
recently updated
newest added

https://glicol.org/tour#effect line:14 > main: ~o >> 70 >> mul 0.9 >> add ~o expecting node before `70`. I tried to find the location of the web app to make a...

documentation

## Filter - [ ] combo - [ ] more... maybe use this crate? https://github.com/RustyDAW/audio-filters ## Effects - [ ] pan - [ ] flanger - [ ] phasor -...

enhancement

Todos for me: - [x] adsr for midi control - [x] pattern in `constsig`, a temporary solution because it can modulate other params. may call it just `sig` in glicol.js...

help wanted

It is always good to have more pattern possibilities. But we must be careful not to make it overwhelming for beginners! Edit: Now we can use `pattern` as a signal...

enhancement

Currently, the `pest` parser generates an AST, which is actually a HashMap of `NodeIndex` chains. The `NodeIndex` is calculated in the process of parsing. ```let node_index = graph.add_node(MyNode::new(paras));``` The error...

enhancement

Mac Mini M1 macOS 12.3 Bitwig 4.2.3 I've just tried to copy and paste the file that appears when you open up https://glicol.org into the VST. Sometimes the paste operation...

enhancement

What are the author's thoughts on introducing a pattern syntax such as `tidal.pegjs`? https://github.com/gibber-cc/tidal.pegjs Would this require porting the above to Pest.rs?

enhancement
future thought

Hey! Since GLICOL integrates so well into a website scenario, it'd be great to have some measurements regarding resource usage. If I for example were to use this library to...

documentation

It would also be great to support `dynamic node`. ``` o: sin 440 >> dnode "for i in range(128): output[0][i] = input[0][i] * 0.5" ``` https://github.com/grame-cncm/faust/issues/685#issuecomment-1001253189 Edit: I have been...

enhancement