Giter Club home page Giter Club logo

Comments (3)

cjbayron avatar cjbayron commented on August 25, 2024

@ARDEACT seems two things need to be addressed here.

  1. is ensuring the VAMP plugin (nnls-chroma.so) is in the paths where vampy-host library tries to find it. you can know these paths by running:
import vamp
vamp.vampyhost.get_plugin_path()

you should put the plugin in at least one of the printed paths, if any

  1. and much more important than no. 1, you're setting up in Windows (it seems) but *.so kind of plugin is intended for Linux (and yeah, I failed to indicate this in README).

what you'd probably need is the *.dll version of NNLS-chroma plugin (reference regarding the plugin file types). But even with the DLL file, the source code is hardcoded to load the .so file. so you may either try to fix it by cloning the repo and re-installing the modified version on your Windows machine, hopefully it works (and if you don't mind please submit a PR 🙏 ) or I can try to fix it during my free time (probably on the weekend)

from autochord.

cjbayron avatar cjbayron commented on August 25, 2024

@ARDEACT I'm marking Windows as unsupported as of this moment. There are compatibility issues that arise with Windows, in particular:

  1. The VAMP plugin *.dll for Windows is 32-bit. The Python library vampy/vampyhost is only able to load 32-bit plugins on a 32-bit Python installation.
  2. TensorFlow, which is a core dependency of autochord, has no support for 32-bit.

Hence, Windows can't be supported as of now, unfortunately.

from autochord.

xhocquet avatar xhocquet commented on August 25, 2024

Edit: Nevermind! Crossed my wires 😓

from autochord.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.