Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Non-usable plugins show up in list #31

Open
CoDEmanX opened this issue Feb 5, 2017 · 2 comments
Open

Non-usable plugins show up in list #31

CoDEmanX opened this issue Feb 5, 2017 · 2 comments

Comments

@CoDEmanX
Copy link

CoDEmanX commented Feb 5, 2017

Building on Windows worked fine for me and in general the plugin also does - kudos!

One thing I noticed however, is that you can pick VST plugins, which are not suitable. I believe the general rule here is that VST filters work fine, whereas VSTis (virtual instruments) do not, because they require MIDI input to synthesize some output.

If I select such a plugin, e.g. Toxic Biohazard, there is no audio signal on that source anymore until I change it to a filter plugin.

If there is any way to do it, this plugin should filter out non-functional VSTi plugins and only present the ones that actually work.

@c3r1c3
Copy link
Contributor

c3r1c3 commented Feb 11, 2017

Hmm... that would require looking at the VST type (types are defined in the header) and filtering those out from display.

I think the MrsWatson code has an example of how to do that.

@c3r1c3
Copy link
Contributor

c3r1c3 commented Jan 12, 2019

One issue with doing 'deep' scanning of VST plugins is that some tend to crash the program scanning. This means lots of trouble for people starting up OBS, and also requires OBS to keep some type of 'registry' of plugins scanned/changed/not scanned/that cause OBS to crash.

Not saying it isn't worthwhile, or that it can't be done, but there are currently bigger fish to fry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants