Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problems with CMake project for VST plugin with Qt Quick
Forum Updated to NodeBB v4.3 + New Features

Problems with CMake project for VST plugin with Qt Quick

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtquickcmakevst
2 Posts 2 Posters 626 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kdabros
    wrote on last edited by
    #1

    Hi everyone,

    I've been developing in Qt for a while now and I've decided it is time for me to return a favor and to give a little treat to the community.

    For these past few weekends I've been trying to develop some Qt Quick based VST plugin, create some kind of tutorial for this and publish all of the sources somewhere (I guess this forum would be a nice place for this as well). I guess it is a great learning opportunity for me as well.

    The thing is that I have difficulties with proper project setup. I've managed to set up VST SDK sample project with CMake (I am absolutely new in this field) in Qt Qreator and link it against Qt Modules but every now and then I get jom errors.

    * Loading module...
    
    	C:/Users/jakub/projekty/biblioteki/VST_SDK/build-VST3_SDK-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug/VST3/Debug/helloworldWithVSTGUI.vst3/Contents/x86_64-win/helloworldWithVSTGUI.vst3
    
    Invalid Module!
    LoadLibray failed.
    jom: C:\Users\jakub\projekty\biblioteki\VST_SDK\my_plugins\build\helloworld_with_VSTGUI\CMakeFiles\helloworldWithVSTGUI.dir\build.make [C:\Users\jakub\projekty\biblioteki\VST_SDK\build-VST3_SDK-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\VST3\Debug\helloworldWithVSTGUI.vst3\Contents\x86_64-win\helloworldWithVSTGUI.vst3] Error 2
    

    Did anyone manage to get anything even loosely related to minimum working example?
    I would appreciate any ideas about what should I look for when debugging this error. Thank you from the bottom of my heart.

    I am using Qt 5.14.2 for Windows (I think it's easier for VST development since SDK has little to no support for environments other than Visual Studio and MSVC).

    alt text

    I 1 Reply Last reply
    0
    • K kdabros

      Hi everyone,

      I've been developing in Qt for a while now and I've decided it is time for me to return a favor and to give a little treat to the community.

      For these past few weekends I've been trying to develop some Qt Quick based VST plugin, create some kind of tutorial for this and publish all of the sources somewhere (I guess this forum would be a nice place for this as well). I guess it is a great learning opportunity for me as well.

      The thing is that I have difficulties with proper project setup. I've managed to set up VST SDK sample project with CMake (I am absolutely new in this field) in Qt Qreator and link it against Qt Modules but every now and then I get jom errors.

      * Loading module...
      
      	C:/Users/jakub/projekty/biblioteki/VST_SDK/build-VST3_SDK-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug/VST3/Debug/helloworldWithVSTGUI.vst3/Contents/x86_64-win/helloworldWithVSTGUI.vst3
      
      Invalid Module!
      LoadLibray failed.
      jom: C:\Users\jakub\projekty\biblioteki\VST_SDK\my_plugins\build\helloworld_with_VSTGUI\CMakeFiles\helloworldWithVSTGUI.dir\build.make [C:\Users\jakub\projekty\biblioteki\VST_SDK\build-VST3_SDK-Desktop_Qt_5_14_2_MSVC2017_64bit-Debug\VST3\Debug\helloworldWithVSTGUI.vst3\Contents\x86_64-win\helloworldWithVSTGUI.vst3] Error 2
      

      Did anyone manage to get anything even loosely related to minimum working example?
      I would appreciate any ideas about what should I look for when debugging this error. Thank you from the bottom of my heart.

      I am using Qt 5.14.2 for Windows (I think it's easier for VST development since SDK has little to no support for environments other than Visual Studio and MSVC).

      alt text

      I Offline
      I Offline
      IliasElk
      wrote on last edited by
      #2

      @kdabros

      Hi!

      Did you manage to make a qmake based project for a VST plugin that you would like to share?

      I was just searching the forum for an example of that and your post was the closest thing I could find!

      Thank you,
      Ilias

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved