HISE Logo Forum
    • Categories
    • Register
    • Login

    Hise Components to Juce

    Scheduled Pinned Locked Moved C++ Development
    1 Posts 1 Posters 250 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.
    • pluginboiP
      pluginboi
      last edited by

      Hey guys,

      does anyone know how the hise components are passed to juce when compiling a plugin or where in the source code i should look to find it.

      I'm trying to find a way to use the getControlParameterindex function.

      I've been able to wrap a few different juce functions into hise before but this one is stumping me haha

       /** Called by certain plug-in wrappers to find out whether a component is used
              to control a parameter.
      
              If the given component represents a particular plugin parameter, then this
              method should return the index of that parameter. If not, it should return -1.
              Currently only AAX plugins will call this, and implementing it is optional.
          */
          virtual int getControlParameterIndex (Component&);
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      58

      Online

      1.7k

      Users

      11.7k

      Topics

      102.1k

      Posts