HISE Logo Forum
    • Categories
    • Register
    • Login

    VST FX don't work on FL Studio. (SOLVED with an update...)

    Scheduled Pinned Locked Moved General Questions
    26 Posts 3 Posters 5.2k Views
    Loading More Posts
    • 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.
    • Christoph HartC
      Christoph Hart
      last edited by

      Sorry, I am pretty busy currently, but I'll try to check what's wrong with the DynamicsFX.

      About your bulletpoints:

      • Don't mind these warnings. The MS compiler is a bit verbose. From time to time I'll get rid of those, but it shouldn't affect the functionality.
      • The .dll you've exported is the final plugin. HISE just creates the intermediate projucer file to create the IDE project files for Xcode and VisualStudio.
      • Have you set "Embed AudioFiles in Plugin" to Yes in the Project Settings? If not, you'll need to distribute them along with your plugin (this is useful if you have a lot of additional resources that would blow up the plugin otherwise). However this should not be the default.
      1 Reply Last reply Reply Quote 0
      • resonantR
        resonant
        last edited by

        Thank you for your answer.

        But I think the problem is not the Dynamics FX. It gives the error all of the vst fx stuff. There is a bug with Hise, about IPP & VST FX export.

        1 Reply Last reply Reply Quote 0
        • staiffS
          staiff
          last edited by

          no problem at all with dynamic (or other fx) in my projects.
          but i use SDK 3.6.6 (not the actual 3.7) and VS2015 (not the 2017)

          for the IPP, stupid question but: before using it, have you installed the IPP on your computer ? (i said: stupid question)

          1 Reply Last reply Reply Quote 1
          • resonantR
            resonant
            last edited by

            Yes Staiff, I've downloaded & installed latest IPP on Intel's site. ı'm using latest versions, for all of them. (VS2017, SDK 3.7, Latest IPP...etc)

            • For Hise, which version do you use? Did you compiled Hise from source code, or do you use ready to use version?

            • If you don't mind, can you send me your compiled Hise version? maybe there is something wrong with the Hise I'm using.

            Best Regards...

            1 Reply Last reply Reply Quote 0
            • Christoph HartC
              Christoph Hart
              last edited by

              Always use the matching HISE version to the source code you build the plugins with. Otherwise there's no guarantee that anything will work. So if you've downloaded the HISE version from the website, don't use the current source code (The release page on GitHub should contain a download link to the respective source code).

              1 Reply Last reply Reply Quote 0
              • staiffS
                staiff
                last edited by

                gasp 3.7 SDK ....

                before HISE i worked with rackafx (with VS2015 and SDK 3.6.6) and all worked fine. For now the latest Rackafx work with VS2017 and SDK 3.7 and all customers reports problems.

                so i use the 1.5.0 version of Hise (not the 1.5.1 because all work fine with the 1.5.0.0 and like said my Grandma "if it works well, why change it to another ?") and of course the 3.6.6 of SDK.

                for Hise, Christoph has made the .exe installer and the source code, but i prefer just download the source code and compiling my .exe with the projucer files included in the source code. With this i'm sure to use the right/good version of all ;)

                1 Reply Last reply Reply Quote 0
                • resonantR
                  resonant
                  last edited by resonant

                  I've tried everything.

                  • Uninstalled VS2017 and installed VS2015
                  • Replaced SDK 3.7 with SDK 3.6.6
                  • Used HISE versions; 1.5.2 - 1.5.0 - 1.1.2 - (Every version used with 2 variations: compiled from source code & used readty to use exe.
                  • IPP 2018 update 1 removed. IPP 2017 update 3 installed (FX Plugin exported with IPP & without IPP. Both doesn't work)
                  • Used DAW FL Studio 12. (I'vecompiled some libraries directly from Juce and they worked in FL studio. But when Hise exports anything as FX Plugin, it doesn't work)

                  The sound is like high gained distorted! I really don't know what to do :(

                  Exported Reverb Plugin: https://www.dropbox.com/s/uxnqidlxe98f5tr/Z5 x64.rar?dl=0

                  By the way; VS2015 asked me Windows SDK 8.1 and I've installed it. Also I've upgraded VS2015 with upgrade v.3.

                  1 Reply Last reply Reply Quote 0
                  • staiffS
                    staiff
                    last edited by staiff

                    First of all you have another problem in your .dll
                    the background image is not available:

                    Reaper: idem
                    alt text

                    as you can see on the left my plugin have no problem (because using JSON data for pictures).

                    i've also this kind of problem if i don't use JSON data for pictures.
                    so:

                    const var bgImage = Content.addImage("bgImage", 0, 0);
                    // [JSON bgImage]
                    Content.setPropertiesFromJSON("bgImage", {
                      "width": 505, // put your own size
                      "height": 252, // idem
                      "fileName": "{PROJECT_FOLDER}Background.png" // your own image - rename it with your .png image name
                    });
                    // [/JSON bgImage]
                    

                    not sure, but it could cause the problem in the sound. as you could see, the settings of your reverb isn't available due to the image error.

                    1 Reply Last reply Reply Quote 0
                    • resonantR
                      resonant
                      last edited by

                      Hmm

                      Yes there is a graphical error for my project; but Dynamics FX example has the same sound. That is not made by me. Could be something different?

                      Also when you click the error text, it show the knobs.

                      This is the source code of this plugin: https://www.dropbox.com/s/zm1mfdro9jbr703/Z5.rar?dl=0

                      I would be so happy that you help me about this.

                      1 Reply Last reply Reply Quote 0
                      • staiffS
                        staiff
                        last edited by

                        this project use all (or pretty close) of the HISE FX and works well ...
                        http://forum.hise.audio/topic/536/my-actual-project-video-link

                        so not sure that the FX cause directly problem.

                        will download the project and see what's wrong.

                        1 Reply Last reply Reply Quote 0
                        • staiffS
                          staiff
                          last edited by staiff

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • resonantR
                            resonant
                            last edited by

                            Thank you so much for taking your time Staiff, I'm so appreciated.

                            After what you said, I've tried the plugin on differnt daws, what I get is so weird;

                            Sonar (Works)
                            Reaper (Works)
                            Cubase 5 (Works)
                            Cubase 6 (Works)
                            FL Studio 12 (Doesn't work - distorted bad sound) - Tried on 2 different PC's
                            FL Studio 11 (Doesn't work - distorted bad sound) - Tried on 2 different PC's

                            I think FX Plugins has problem with FL Studio :(

                            FYI.....

                            1 Reply Last reply Reply Quote 0
                            • staiffS
                              staiff
                              last edited by

                              as i said before i don't have FL (i don't have it because i personaly hate it)

                              i also have Bitwig and reaper that i not use. Why having it ? because they are really good to test plugins. if bitwig and reaper crash or refuse your plugin = bad plugin.

                              studio One (i love and use it) accept all plugin without saying if it's good. So before releasing for friends, i test it in reaper and bitwig.

                              For FL i really don't know with it react like that ...

                              1 Reply Last reply Reply Quote 0
                              • resonantR
                                resonant
                                last edited by

                                :) Yes I understand, but if we will make some commercial stuff, it must be work on every daw.
                                So so many producers uses FL and, if the plugins do not working here, it is a serious problem, I think.

                                1 Reply Last reply Reply Quote 0
                                • resonantR
                                  resonant
                                  last edited by

                                  By the way, I like your Linndrum emulation. Is it a synth, or sampler?

                                  1 Reply Last reply Reply Quote 0
                                  • Christoph HartC
                                    Christoph Hart
                                    last edited by

                                    I‘ll recheck FL Studio, but HISE is definitely supposed to support every major host. This DAW is a bit different because it varies buffer sizes randomly and to make things even more complicated, there are a few settings which cause trouble if enabled.

                                    Can you make a screen shot of your current settngs dialogue in FL studio then I‘ll try to replicate it.

                                    1 Reply Last reply Reply Quote 0
                                    • resonantR
                                      resonant
                                      last edited by

                                      Thank you Christoph,
                                      I'm sure HISE will invade the world in the future.
                                      In FL, everyt setting is standard, I'm using FL Studio 12.

                                      alt text

                                      This is the source code of the plugin: https://www.dropbox.com/s/zm1mfdro9jbr703/Z5.rar?dl=0
                                      This is the Exported Reverb Plugin: https://www.dropbox.com/s/uxnqidlxe98f5tr/Z5 x64.rar?dl=0

                                      1 Reply Last reply Reply Quote 0
                                      • Christoph HartC
                                        Christoph Hart
                                        last edited by

                                        Thanks I'll take a look at it tomorrow. Meanwhile you can try to play around with those settings, I am pretty sure you'll get FL Studio to behave when switching a few things on and off.

                                        1 Reply Last reply Reply Quote 0
                                        • resonantR
                                          resonant
                                          last edited by

                                          Yes you are right!
                                          When I reduced the buffer size from 512 > to 256, the problem has gone, sound is clear and the plugin workscorrectly :)
                                          Alternatively, when I rised buffer size from 512 > to 2048, the sound is going bad and it gives more distorted sound :)

                                          So the problem is buffer size, you are right... In this situation, the lower buffersize works better but I tried in 2 different computers and they are giving the same good results with 256. FL Studio has standard 512 buffer size setting when installing.

                                          1 Reply Last reply Reply Quote 0
                                          • staiffS
                                            staiff
                                            last edited by staiff

                                            @remarkablex :
                                            "So so many producers uses FL and, if the plugins do not working here, it is a serious problem, I think."
                                            for sure and that's why, when we decide to create FX and vsti, we lost hairs and drink lot of coffee. :D

                                            @Christoph-Hart :
                                            most of time the big error is just beetween the chair and the keyboard. I know what i mean, when i made mistake i don't understand why. i let it for some times, and after ... when hungry times is gone and reopen project, i see errors and say: "i'm sooooo stupid !" the error is .... ME !
                                            the problem is when we have an idea in mind we must end it before beggining.
                                            for sure it's my problem. HISE is really powerfull and i'm sure we only understand .... 10/15 % of it's capability.
                                            but i understand in this case we are very frustated.

                                            when all works well and the product can be released it's just a pleasure...

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            52

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.9k

                                            Posts