Code Monkey home page Code Monkey logo

Comments (1)

eluxo avatar eluxo commented on August 15, 2024

As I have been in the need of using VST shell addons in my OBS (I am using Waves DeEsser), I have started adding patches that allow using those on Windows and Linux at least (I don't own MacOS, so I would not be able to test the implementation, but it should be easy to extend).

It will need to be further optimized.

What it does:

  • On the start, it opens all VST addons in the VST folder. This will also remove all VSTs from the list, that cannot be loaded due to being the wrong architecture. If the VST is a VST shell, it enumerates all addons inside of it.
  • The identifier of a VST now contains the name/path od the DLL and the assigned addon inside the shell.
  • It can properly migrate from an older version, so settings don't get lost.

Limitations:

  • DAWs save the list of known VSTs for a good reason: Scanning the folder is slow. It currently makes the start of OBS pretty slow, so instead, the status of known addons should be saved (would be the next I add), to speed the start up.
  • There should be a progress bar whenever the VST folder is scanned.
  • There needs to be some kind of button to trigger a rescan of the directory.
  • The MacOS implementation is still empty.

I have seen that there is also a branch here in this repo that started working on it, but I just noticed afterwads. I don't know which implementation is better, so maybe you might just want to take a look.

https://github.com/eluxo/obs-vst/tree/eluxo/vst-scanner-rework

from obs-vst.

Related Issues (20)

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.