HISE Logo Forum
    • Categories
    • Register
    • Login

    Mod Envelope Picker

    Scheduled Pinned Locked Moved General Questions
    7 Posts 4 Posters 422 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.
    • A
      arminh
      last edited by arminh

      Hey, im trying to create dropdown list where user can select envelope destination. I have Combobox and 3 value.

      Everything is great for pitch i can turn on and turn of but when I choose filter, this one won't turn on.

      const var modEnv1_cmb1 = Content.getComponent("modEnv1_cmb1");
      
      
      inline function onmodEnv1_cmb1Control(component, value)
      {
          if(modEnv1_cmb1.getValue() == 2)
          {
              OSCPITCHPENV.setBypassed(false);
          }
          
          else if(modEnv1_cmb1.getValue() != 2)
          {
              OSCPITCHPENV.setBypassed(true);
          }
          
          else if(modEnv1_cmb1.getValue() == 3)
          {
              OSCFILTERENV.setBypassed(false);
          }
          
      };
      
      Content.getComponent("modEnv1_cmb1").setControlCallback(onmodEnv1_cmb1Control);
      
      d.healeyD 1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey @arminh
        last edited by d.healey

        @arminh 3 and != 2 are the same ;)

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        A 2 Replies Last reply Reply Quote 0
        • A
          arminh @d.healey
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • A
            arminh @d.healey
            last edited by arminh

            OK i fix it! :)

            1 Reply Last reply Reply Quote 0
            • A
              arminh
              last edited by

              Im trying create knob which control amount of intensity

              I connected pitch and freq modulation of gilter to one knob but this not working like should because pitch is bipolar.

              Maybe you have some idea how to do it?

              LindonL ustkU 2 Replies Last reply Reply Quote 0
              • LindonL
                Lindon @arminh
                last edited by

                @arminh er.. this: "I connected pitch and freq modulation" - doesnt make sense to me, so you have a filter, and you've opened the freq modulation panel and attached one(or more) modulators, what are the modulators you've attached?

                HISE Development for hire.
                www.channelrobot.com

                1 Reply Last reply Reply Quote 0
                • ustkU
                  ustk @arminh
                  last edited by ustk

                  @arminh You can change from bipolar to monopolar by clicking the arrow:
                  But to be honest I don't really understand what you want to do... A snippet and better explanations maybe?

                  Untitled.jpeg

                  Can't help pressing F5 in the forum...

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

                  51

                  Online

                  1.7k

                  Users

                  11.7k

                  Topics

                  101.9k

                  Posts