QL

Results 52 issues of QL

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

WebMIDI can be used. We also need to consider the behaviour of this node on platforms other than the web. The general plan is to give the Rust struct `Engine`...

enhancement
future thought

### Summary For example, the following code will play a kick drum sequence: ``` bd: sin ~pitch >> mul ~env >> mul 0.9 ~trigger: speed 4.0 >> seq 60 ~env:...

enhancement

So far, this environment seems to be designed for training a "synth parameter tweaking" agent. There are some other RL applications. For example, we can give 1024 slots to the...

- [ ] Perhaps I should wrap all the Glicol code as some specific task, and let users run everything exactly the same as `gym`. For example: ``` env =...

- MSE of audio samples - STFT - MFCC - CQT

The graph module uses a fixed length of 64, which limits its usage in many contexts such as web audio. `#![feature(min_const_generics)]` can solve this issue, and will become stable in...

https://github.com/irh/freeverb-rs

enhancement

this is useful to control the playback pos but first, fix #28

enhancement