negdo / Sound_Nodes

Unleash the power of sound in your Blender animations with Sound Nodes! Easily analyze audio, harness its features in Geometry Nodes, and create stunning audio-visual masterpieces.
GNU General Public License v3.0
27 stars 3 forks source link

Mulitple Issues with Sound Nodes Lite on Ubuntu 24.04 LTS / Blender 4.0 #10

Open s1LenT0R opened 5 months ago

s1LenT0R commented 5 months ago

Hello there,

I have a similar issues with the lite version. But I'm not sure whether I made a mistake because I'm totally new to blender.

Running Ubuntu 24.04 LTS with Blender 4.0 at first your script failed to install librosa which I later installed manually. This had something to do with the Python configuration on Debian/Ubuntu distributions. The Dependency Check worked after installing it manually.

But for me also the SoundInfo has no output i can drag from. Bildschirmfoto vom 2024-06-05 15-25-40

Now all I have is this Curve which seems to be legit values but I don't know how to make use of it :P.

Bildschirmfoto vom 2024-06-05 15-15-35

I'm interested in buying the addon but not if I can't work it out somehow :P.

negdo commented 5 months ago

The lite version was not yet updated for newer Blender versions from 4.0 on as each version has some unique problems. I have to find a resonably uncomplicated and not confuizing way to have multiple versions of the addon avaliable on github, so the old ones don't get overwritten as soon as there is a new Blender version

The problems with installation of librosa were fixed in newer verisons. If I remember correctly, specific version of scipy was needed. If you installed librosa by yourself, it might also be the wrong version for the addon.

Ednaordinary commented 1 month ago

@negdo

I have to find a resonably uncomplicated and not confuizing way to have multiple versions of the addon avaliable on github, so the old ones don't get overwritten as soon as there is a new Blender version

I think branches would be a perfect solution to this problem