Forum

    • Register
    • Login
    • Search
    • Categories

    Custom C++ Juce Integration

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

      Hi!

      So a small question about the C++ custom module. I can get juce modules working within the class through some hacky workarounds. However, I was wondering if there was a better way to create a wrapper for things like the juce process specs, since they can't be easily converted to the process specs HISE uses.

      Thank you!

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

        @KimiA Do you mean embedding classes as scriptnode nodes that follow the juce::dsp::Processor API? Take a look at the JuceNodes.h file, that's where I'm embedding a bunch of the JUCE Dsp classes:

        https://github.com/christophhart/HISE/blob/develop/hi_dsp_library/dsp_nodes/JuceNodes.h

        If you want to embed your own classes, just use that jwrapper template as base class, implement the parameter callbacks and you should be good.

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

          @Christoph-Hart This is exactly what I was looking for! Thank you so much.

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

          16
          Online

          1.1k
          Users

          6.8k
          Topics

          62.3k
          Posts