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

    Topics

    • jssrecordingJ

      Module Tree effects not sorting properly.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      68 Views
      ustkU

      @jssrecording And a few related things here... https://forum.hise.audio/topic/11731/scriptnode-compilation-workflow-and-what-to-do-about-it/43?_=1740482144569

    • jssrecordingJ

      No Audible Effects After Exporting FX Plugin

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      148 Views
      jssrecordingJ

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

    • jssrecordingJ

      Connect Sample Maps to Presets In Preset Browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      540 Views
      Dan KorneffD

      @jssrecording said in Connect Sample Maps to Presets In Preset Browser:

      I just figured it out right as you posted this

      This happens to me about 2 times each day... I write a post detailing a question... and then end up figuring it out 🙃

    • jssrecordingJ

      Compiling on windows question.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      384 Views
      jssrecordingJ

      Thanks @Dalart & @Lindon! This is all less greek to me now.

      Cheers
      Jason

    • jssrecordingJ

      Control individual notes/samples with a slider.

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      19
      0 Votes
      19 Posts
      1k Views
      jssrecordingJ

      @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");
    • jssrecordingJ

      No member named 'getSampleEditHandler' in 'hise::ModulatorSampler'

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      350 Views
      jssrecordingJ

      @Christoph-Hart Thank you!

    • jssrecordingJ

      Reference to non-static member function must be called

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      462 Views
      Christoph HartC

      I've committed a change, please try again with the latest state.

    • jssrecordingJ

      Can't delete sliders or labels in interface designer.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      350 Views
      jssrecordingJ

      @Christoph-Hart Thanks!