HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. jssrecording
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 40
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: No Audible Effects After Exporting FX Plugin

      I was able to fix this by following this method. https://forum.hise.audio//post/89769

      posted in General Questions
      jssrecordingJ
      jssrecording
    • RE: Connect Sample Maps to Presets In Preset Browser

      @d-healey Great video was truly helpful!

      posted in General Questions
      jssrecordingJ
      jssrecording
    • RE: Connect Sample Maps to Presets In Preset Browser

      @dustbro Thanks! I watched it and now it makes sense.

      Cheers
      Jason

      posted in General Questions
      jssrecordingJ
      jssrecording
    • RE: Tips when asking for help

      Backtick is the name of that symbol. 😎

      posted in General Questions
      jssrecordingJ
      jssrecording
    • RE: Control individual notes/samples with a slider.

      @jssrecording Just to clarify our conversation for anyone else. I update my code in the onNoteOn to this.

              if (Message.getNoteNumber() == 48) {
              
                  Message.setGain(volumeSlider1.getValue());
          
               }
      

      onInit

      //volumeSlider1
      const var volumeSlider1 = Content.getComponent("volumeSlider1");
      
      posted in Scripting
      jssrecordingJ
      jssrecording
    • RE: Control individual notes/samples with a slider.

      @jssrecording It works @d-healey thank you! Also changed my slider to decibels. Thanks my friend! BTW you should create a Udemy course on Hise. You're extremely knowledgable.

      posted in Scripting
      jssrecordingJ
      jssrecording
    • RE: Control individual notes/samples with a slider.

      @d-healey Ha ha oops! That's my mistake 😑 Setting my constant to the init now.

      posted in Scripting
      jssrecordingJ
      jssrecording