glicol / glicol-cli

glicol cli: cross-platform music live coding in terminal
https://github.com/chaosprint/glicol
MIT License
135 stars 11 forks source link

Error while running sample code [Windows 10] #27

Open cooljith91112 opened 5 months ago

cooljith91112 commented 5 months ago

I'm getting following error while running the test.glicol code:

image

OS: Windows 10 rustc: rustc 1.77.1 (7cf61ebde 2024-03-27)

chaosprint commented 5 months ago

I will test this later today. thanks for the feedback!

chaosprint commented 5 months ago

based on the error, it seems to be a parsing error. Did you modify anything on the test.glicol file? Can you paste the code

cooljith91112 commented 5 months ago

sure. This is the code

~t1: speed 4.0 >> seq 60 >> bd 0.2 >> mul 0.6

~t2: seq 33_33_ _33 33__33 _33
>> sawsynth 0.01 0.1
>> mul 0.5 >> lpf 1000.0 1.0

out: mix ~t.. >> plate 0.1
chaosprint commented 5 months ago

sure. This is the code

~t1: speed 4.0 >> seq 60 >> bd 0.2 >> mul 0.6

~t2: seq 33_33_ _33 33__33 _33
>> sawsynth 0.01 0.1
>> mul 0.5 >> lpf 1000.0 1.0

out: mix ~t.. >> plate 0.1

ok I meet the same error on Windows. I will look into it as working towards 0.14