chaosprint / glicol

Graph-oriented live coding language and music/audio DSP library written in Rust
https://glicol.org
MIT License
2.22k stars 74 forks source link

Panic when use specific code #144

Open HoiGe opened 10 months ago

HoiGe commented 10 months ago

Problem

When use glicol demo chaos

glicol-rs 0.13.2 will panicked.

I tried to use glicol-cli, have the same problem (panic).

Other

glicol-cli when use there demo will silence:

Is work:

Device

Tested on Windows 11 and MacOS Sonoma 14.0 (M1)

Is my problem or is the parser not yet complete?

chaosprint commented 10 months ago

Thanks for the feedback. I will debug this, add some tests and add some GH actions to properly fix it.

CestcaVision commented 9 months ago

Hi.

Problem

When use glicol demo chaos

glicol-rs 0.13.2 will panicked.

I tried to use glicol-cli, have the same problem (panic).

Chaos can't be opened because it contains syntax supported only in JavaScript version.

Other

glicol-cli when use there demo will silence:

  • ambient house
  • demo0
  • ontherun
  • minitechno
  • handmade dattorro reverb

Is work:

  • themodel
  • modulation
  • kick drum synthesis

Device

Tested on Windows 11 and MacOS Sonoma 14.0 (M1)

Is my problem or is the parser not yet complete?

This issue is due to a bug in the file opening of glicol-cli. After launching glicol-cli, you've gotta save the glicol file manually,

HoiGe commented 9 months ago

This issue is due to a bug in the file opening of glicol-cli. After launching glicol-cli, you've gotta save the glicol file manually,

I know I need to save the glicol file manually, the error occurred after a manual save.