Forum

    • Register
    • Login
    • Search
    • Categories

    HISE C++ API + Interfase Designer

    C++ Development
    2
    3
    116
    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.
    • hisefilo
      hisefilo last edited by hisefilo

      I've managed to update and compile the RawTest example from tutorials (just updated RawDataBase name to DataHolderBase)
      Screen Shot 2020-09-08 at 08.21.56.png

      But I still not getting this: Can I do the DSP portion in HISE C++ API and the UI portion of an instrument in the HISE Interfase Designer? (link parameters, listeners, use the preset browser, etc...)

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

        That would be overcomplicating things. I think all you need is to add your custom HISE module and recompile HISE so that it can load it.

        Given your track record, I assume you're talking about an additive synth, yes? 🙂 In this case, all you need is to create a class for it, subclassing hise::ModulatorSynth and give the class to the factory. I've recently added the MacroControlContainer and you might use this commit as starting point on where to add stuff and how to add it.

        Also, take a look at the SineSynth class, you might get close by copy & pasting it, then just exchange the inner workings.

        hisefilo 1 Reply Last reply Reply Quote 1
        • hisefilo
          hisefilo @Christoph Hart last edited by

          @Christoph-Hart yes !! Additive synth but a lot more of other DSP weirdo things. Will try the HISE-source-killing way 🙂

          Will take a look to that commit! Thanks a lot Christoph!

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

          19
          Online

          1.1k
          Users

          6.7k
          Topics

          62.1k
          Posts