edwardhorsey / euclidean-rhythm

A sequencer for generating Euclidean rhythms. You can download a midi file of your loops.
https://euclidean-ryhthm.web.app/
6 stars 1 forks source link

Can't download a midi file #13

Closed przem360 closed 6 months ago

przem360 commented 7 months ago

It seems to be impossible to download MIDI file.

The page https://euclidean-ryhthm.web.app/ loads and seems to work as expected. After loading the page, console outputs following message:

WebAudio.jsx:6 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
(anonymous) @   WebAudio.jsx:6

I can create, edit and play rhythms but clicking generate MIDI file button does nothing.

This problem occurs in Firefox and in Chrome on Linux Mint. OS is up to date, so are browsers.

edwardhorsey commented 6 months ago

Hey @przem360, thanks for flagging this. I've rebuilt with the correct api endpoint in place so you'll be able to download the midi file.

Cheers 🙌

przem360 commented 6 months ago

Yes! Now it works. Thank you :) Closing.