HISE Logo Forum
    • Categories
    • Register
    • Login

    HISE C++ API + Interfase Designer

    Scheduled Pinned Locked Moved C++ Development
    3 Posts 2 Posters 258 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.
    • hisefiloH
      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 HartC
        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.

        hisefiloH 1 Reply Last reply Reply Quote 1
        • hisefiloH
          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

          58

          Online

          1.7k

          Users

          11.7k

          Topics

          101.8k

          Posts