glicol icon indicating copy to clipboard operation
glicol copied to clipboard

Panic when use specific code

Open HoiGe opened this issue 1 year ago • 3 comments

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:

  • 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?

HoiGe avatar Nov 22 '23 11:11 HoiGe

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

chaosprint avatar Nov 22 '23 15:11 chaosprint

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,

CestcaVision avatar Dec 26 '23 03:12 CestcaVision

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.

HoiGe avatar Dec 26 '23 10:12 HoiGe