QL

Results 56 comments of QL

Thanks for the suggestion. This is should be on the to-do list. Will try to publish `glicol_synth` first, but I need to organise the code a little bit better, write...

https://github.com/chaosprint/glicol/issues/107 This is a bug caused by this issue.

You can mute some chains by commenting them out. So the progress basically depends on the user interaction, which means you should decide on when to run what. I am...

> I know it's the premise of live coding. But I want more control and variety over chains of music. Not possible to mute for 4 bars? I will soon...

Hi, thanks for posting it! Sometimes we just use the `seq` directly: ``` o: seq 60 >> sp \808bd ``` And sometimes we add a `speed` control to the `seq`:...

> I'm working on using Glicol to generate music from DNA, and IIRC what I was trying to do here was have the Javascript code that parses the DNA not...

Hi, Sorry for the late reply as I was busy with my PhD defence. I will fix it on the website now. It should be open soon. But before that,...

So far it looks quite stable. But there is some error handling details. For example, when there is an error in the second half of the code, code in the...

> I've managed to get sound out by trying the simple examples in the `Tour` section of https://glicol.org. > > All of the examples work except for 5. Samples. Trying...

This would be an interesting feature to add. I can see several usages in Glicol immediately: ```aa: seq '[0 [1 2]*4 8]' >> sp \bd``` or ```aa: sound 'bd [bd...