MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
627 stars 41 forks source link

Error 404 when accessing the source code from the demos #120

Open MathisRaibaud opened 1 year ago

MathisRaibaud commented 1 year ago

What is the issue about?

What part(s) of Essentia.js is involved?

Description

... In the online demos page (i.e https://essentiajs-pitchmelodia.netlify.app/), when I click on "code" to access the Github source code, I got a 404 error.

In the case of the pitch melodia demo, the code button sends me to: https://github.com/MTG/essentia.js/tree/dev/examples/pitchmelodia-rt/ but it should be: https://github.com/MTG/essentia.js/tree/dev/examples/demos/pitchmelodia-rt/

I think the problem is the same in all the online demos (but I haven't tested them all).

Steps to reproduce / Code snippets / Screenshots

System info

i.e. Hardware, OS, platform (which browser / version of Node, etc), Essentia.js version...

jmarcosfer commented 1 year ago

Thank you! You're right, those URLs look like they haven't been updated. I'll make the changes asap.