Results 1 to 2 of 2

Thread: How to use audio VST plugin in the QT?

  1. #1
    Join Date
    Mar 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default How to use audio VST plugin in the QT?


    Hello,

    I have a question on you. I want to use the VST plugin for audio analysis of records in my QT5 application. Please, is there someone who can help me how i can use it? I tried to find some information on the WEB but unfortunately without result or with old informations which already isn't possible use.

    Thank you for answer.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to use audio VST plugin in the QT?

    Whatever this VST plugin is, look for information how to use it in a C++ program.

    You will likely need to load it (see QLibrary), then resolve some functions (also QLibrary) and then work with these functions.

    Nothing really Qt specific, other than Qt providing a cross-platform API for loading libraries and resolving function pointers.

    Cheers,
    _

Similar Threads

  1. Replies: 19
    Last Post: 12th June 2014, 07:30
  2. Replies: 7
    Last Post: 11th April 2013, 10:55
  3. Link to plugin as dynamic lib in another plugin
    By alizadeh91 in forum Installation and Deployment
    Replies: 5
    Last Post: 16th December 2012, 22:16
  4. Replies: 1
    Last Post: 8th October 2010, 11:38
  5. Plugin and shared class between plugin and application
    By wishper in forum Qt Programming
    Replies: 7
    Last Post: 23rd August 2010, 17:00

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.