MatthiasSchmid93 / BpmAnalyzer

A BPM analyzer designed for live musicians using DAWs like Ableton or VJs who want to collaborate with other artists and focus more on performance instead of wasting time finding the right tempo of a source that cannot be digitally synced.
Other
7 stars 0 forks source link

Requirements.txt? #2

Open bdyetton opened 9 months ago

bdyetton commented 9 months ago

Hi Matthias, I'm keen to try this app out, but i'm not sure what packages are required? Most are self explanitory from the imports, but what package is "link" (line 9, BpmAnalizer.py) Thanks!

MatthiasSchmid93 commented 9 months ago

Sorry for dont adding a req.txt. This was my first project, since then i didnt maintain it. Link is the LinkPython package.

pip install LinkPython

bdyetton commented 9 months ago

Thx, will give that a go :)

neppma commented 7 months ago

Hello, I get a lot of error messages when I use the "LinkPython" Modul. Since Python version 3.11 the Modul "LinkPython-extern" has to be installed. Unfortunately I can't get the script to work on Mac or Linux. Can you please help me?

MatthiasSchmid93 commented 6 months ago

Hello,

did you solve the problem?

Greetings Matthias