gogins / cloud-5

Complete browser-based computer music studio for algorithmic composition and live coding
Other
9 stars 1 forks source link

Pianoroll went missing #30

Closed gogins closed 1 year ago

gogins commented 1 year ago
gogins commented 1 year ago

The canvas.node files are all arm64. Is there an rpath difference?

What was I thinking? This only applies to running in node. I deleted all canvas.node files and strudel still works.

gogins commented 1 year ago

Git bisect says 6a427d6f893c4380e312fbf68f216f05c04b0723 is the first bad commit. But it doesn't seem so.

After git bisect reset I got:

michaelgogins@Michaels-MBP ~/cloud-music/strudel % git bisect reset
M   packages/csound/index.mjs
M   packages/superdough/sampler.mjs
M   website/astro.config.mjs

But it still rebuilt and still works. I must have had some protected junk loading.

gogins commented 1 year ago

No, vite had to be reinstalled. I have no idea what is going on. But it's working again. Clicking on the REPL's update button also brought the pianoroll back into view.

gogins commented 1 year ago

Issue #32 fixes this.