Searching for Win utility to list installed vst´s as text file

Discussion in 'PC' started by Legotron, Feb 16, 2020.

  1. bassboy303

    bassboy303 Member

    Joined:
    Aug 29, 2013
    Messages:
    33
    Likes Received:
    11
    Location:
    Costa del Glasgow :-)
  2. digitaldragon

    digitaldragon Audiosexual

    Joined:
    Apr 27, 2016
    Messages:
    1,259
    Likes Received:
    1,067
    In going to see if just looking at the file properties will give you the plugin name and version. That way I won't have to worry about hosting the VST. It would greatly simplify things!
     
  3. lerkjurk

    lerkjurk Platinum Record

    Joined:
    May 22, 2014
    Messages:
    403
    Likes Received:
    297
    Location:
    Behind you
    better result with Print Screen on PC my friend- i do this for list Installed Progs before format

    Open Folder- Alt-Print Screen [alt only captcha window in focus not all desktop]
    Open Paint [gfx prog of choose]- Paste- Save
    Repeat for long list [sort by List to fit most on screen]

    Much more clear to phone pix!

    ADDITION: open folder- search folder *.dll make Print Screen of this results
    save PNG for best IMG/SIZE result of txt
     
    Last edited: Mar 20, 2020
  4. demberto

    demberto Rock Star

    Joined:
    Nov 27, 2018
    Messages:
    933
    Likes Received:
    328
    All these generic file search programs won't help. Btw, there is a VST2 scanner. I don't remember its name. Its really old, like latest version of it being from 2006. However there's no such thing for VST3 (atleast free). I actually tried making such a thing many times but the complexity of C++ and poor documentation of VST3 SDK didn't help. So, I got help from a good developer, who provided me details of implementing such a program. With that, we can get a complete DAW like spreadsheet of various information about plugins.

    @digitaldragon Do you understand Microsoft COM? If you do, it would be great. Even a good knowledge of C++ would be fine. Maybe, Juce can be used. Dm me, I will tell you the details.
     
    • Agree Agree x 2
    • Useful Useful x 1
    • List
  5. demberto

    demberto Rock Star

    Joined:
    Nov 27, 2018
    Messages:
    933
    Likes Received:
    328
    Unfortunately, thanks to Steinberg, it isn't.
     
  6. Legotron

    Legotron Audiosexual

    Joined:
    Apr 24, 2017
    Messages:
    2,238
    Likes Received:
    2,174
    Location:
    Hyperborea
    @lerkjurk I know this, but it didn´t came to my mind at the moment, lost my temper and picked up my phone. I used to document lots of things using phone at work at construction yards, the resolution of 4k stills gives a pretty damn sharp pictures even for zooming
     
  7. tun

    tun Rock Star

    Joined:
    May 13, 2016
    Messages:
    1,179
    Likes Received:
    465
    i know that feeling :rofl:
     
  8. Talula

    Talula Rock Star

    Joined:
    Apr 22, 2018
    Messages:
    1,159
    Likes Received:
    350
    maybe it wolud be better delete all unused installers and archives from your collection and after os reinstall just install all of this collection from first to last?...:cool:
     
  9. Xupito

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    7,366
    Likes Received:
    4,088
    Location:
    Europe
    I was going to suggest you to look some Juce default projects, as @demberto well said. It's C++, not C#, but you could use the C#-C++ bridge (pInvoke?).
    Open source and free for free projects. This is one example I just compiled:

    [​IMG]

    The interesting part is a VST/VST3 plugin scanner and multiple possible parts and with the VST3 data retrieval.


     
    Last edited: Mar 20, 2020
  10. demberto

    demberto Rock Star

    Joined:
    Nov 27, 2018
    Messages:
    933
    Likes Received:
    328
    @Xupito I think things will just get complicated with Juce for a single simple purpose GUI-less program like a VST lister. I will try using the hosting examples from Steinberg's VST3 SDK itself.
     
    • Like Like x 2
    • Love it! Love it! x 1
    • List
  11. Xupito

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    7,366
    Likes Received:
    4,088
    Location:
    Europe
    I thought about that, too. The VST SDK examples are a bit of a PITA to compile sometimes, but they have enough features for this purpose I think.

    Oh, and you can make command-line/dll/libs with Juce too.
     
    • Like Like x 1
    • Agree Agree x 1
    • Love it! Love it! x 1
    • List
  12. Legotron

    Legotron Audiosexual

    Joined:
    Apr 24, 2017
    Messages:
    2,238
    Likes Received:
    2,174
    Location:
    Hyperborea
    If you guys can do this I bet there´s hundreds of people who would love it too. I´d give you hugs and kisses for even thought about, but it´s forbidden for now :) jokes aside, make a donation page and i´ll put you some coffee money at the end of month
     
  13. demberto

    demberto Rock Star

    Joined:
    Nov 27, 2018
    Messages:
    933
    Likes Received:
    328
    • Like Like x 3
    • Winner Winner x 2
    • Love it! Love it! x 1
    • List
  14. poly

    poly Platinum Record

    Joined:
    Sep 29, 2016
    Messages:
    288
    Likes Received:
    173
    Location:
    Hä?
    Anyone has a steinborg sdk forum acc and can share VSTScanner here?
     
  15. taskforce

    taskforce Audiosexual

    Joined:
    Jan 27, 2016
    Messages:
    2,417
    Likes Received:
    2,592
    Location:
    Studio 54
    One ring to rule 'em all:
    Treesize Pro. On my top 10 list and in all my comps.
    +Creates realtime lists/reports from folders or complete partitions based on a multitude of user chosen attributes. These lists data can be exported to text, PDF, Excel, Html and other formats with a single command or right click menu. It can even be sent automatically to email lol.
    +Integrates in the OS' Windows Explorer and is accessible via right click on any drive or folder.
    +Has integrated duplicate file search that actually works.
    +Performs lightning fast content analysis because it fully supports multithreaded cpus.
    +Has a "Lite" free version too.
    +Scares away noobs :hahaha:
    mainwindow_details.png
    https://www.jam-software.com/treesize/features.shtml
    Cheers
     
    Last edited: Mar 22, 2020
    • Like Like x 4
    • Interesting Interesting x 1
    • List
  16. demberto

    demberto Rock Star

    Joined:
    Nov 27, 2018
    Messages:
    933
    Likes Received:
    328
    Here you go, these are packed with UPX by me. So incase, they don't work unpack them.
    Usage Instructions: <EXE_NAME> -p <FULL_VST2/3_LOCATION>
    vstscanner is used for VST3. No problems with this.
    vst2xscanner is used for VST2. Name isn't reported correctly. That would be possibly a problem with VST2 waveshells.
    Sorry, I didn't find any VST1 scanner.
     
    • Like Like x 3
    • Winner Winner x 1
    • Love it! Love it! x 1
    • List

    Attached Files:

  17. poly

    poly Platinum Record

    Joined:
    Sep 29, 2016
    Messages:
    288
    Likes Received:
    173
    Location:
    Hä?
    Thanks demberto but doesn't get any output with booth vstscanner. Test it on Windows 10 with "<path>" and without " ".
     
  18. lerkjurk

    lerkjurk Platinum Record

    Joined:
    May 22, 2014
    Messages:
    403
    Likes Received:
    297
    Location:
    Behind you
    Thank you for this efforts! somber i can not test now- depression for some time and nothing vst installed- when testing will report back :wink::bow: recommend simple nfo to accompany zips- some year from now ppl will know to thank who & instruction may disappears of this post
     
  19. demberto

    demberto Rock Star

    Joined:
    Nov 27, 2018
    Messages:
    933
    Likes Received:
    328
    Fully qualified path is required. e.g.
    Code:
    vstscanner -p "C:\Program Files\Common Files\VST3\Surge.vst3"
    Btw, information is in XML so don't expect readability.
     
    • Interesting Interesting x 1
    • List
  20. poly

    poly Platinum Record

    Joined:
    Sep 29, 2016
    Messages:
    288
    Likes Received:
    173
    Location:
    Hä?
    ahh ok, no recursive scanning multiple files at once! What a bummer. :(

    XML is not a problem. There are many chart apps with XML import out there.
     
Loading...
Similar Threads - Searching utility list Forum Date
searching for a nexus account with total piano Selling / Buying Dec 15, 2024
Searching a plugin for stretching audiosignal Software Oct 21, 2024
Searching Ensoniq Sound Library Kontakt May 3, 2024
Searching on sister site Forum News and Updates Mar 28, 2024
Searching for an instrument... Software Nov 29, 2023
Loading...