HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. felix.martinz
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    felix.martinz

    @felix.martinz

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    felix.martinz Unfollow Follow

    Latest posts made by felix.martinz

    • RE: RNBO in Hise works but not after plugin export

      Hi guys and thanks for you replies.

      @dannytaurus I created a rnbo patch with a simple gain param. If I exported it as FX plugin, the knob worked. When exporting as MIDI FX plugin the knob didn't work.

      @Allen yes, those settings are enabled.

      @ulrik Exported as MIDI FX plugin. I know for sure Nuendo/Cubase supports it. It also works directly exported from Max. I also see the interface keyboard reacting to MIDI in.

      Idk know, maybe I should just go directly to Juce for the interface. It's just so much to learn and vibe with no prior C++ coding knowledge...

      posted in General Questions
      F
      felix.martinz
    • RNBO in Hise works but not after plugin export

      Hi guys. I'm new to Hise and I hope you can guide me in the right direction. Have tried for days to make it work but it always ends up the same way.

      I made a RNBO patch, exported it and did the steps seen as in this video: https://www.youtube.com/watch?v=64dTcwnP40o

      In RNBO it manipulates audio ch 1&2 by recording to buffers and repeating them in different ways.
      The rnbo network works exactly as expected in Hise. Manipulation is triggered by MIDI input.

      Whatever steps I take I end up with a plugin not processing the audio, it just goes through. The knobs don't affect anything. Midi also affects nothing. I can see that the keyboard in the interface receives MIDI.
      When I export the RNBO patch as VST3 directly from Max without going to Hise everything works as expected. But I want to create a GUI. Now I'm here.

      Things I've trie. All of these methods are tested in Hise and work perfectly. But as a plugin they don't.

      • RNBO within a Script FX. Global Wet Dry. Result: Not even for params outside RNBO work.
      • Create a version of the RNBO patch without midiin, instead preparing it to receive expected numbers then script a translation for MIDI to params in Hise.
      • Compile Script FX separately before exporting. This resulted in a VST3 crashing my DAW (Nuendo).
      • Skip using Script FX and just use the RNBO thingy in a HardcodedMasterFX and keep the MIDI to param script. (had high hopes on this approach but same result)

      When exporting there are no errors.
      Saw some warning (C4804: '<' unsafe use of type 'bool' in opreation)
      Maybe unrelated but IPP threw an error so I disabled it.

      Hise 4.1.0. I'm on Windows 11. Please guide me.

      posted in General Questions
      F
      felix.martinz