Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Yannrog
    3. Posts
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 102
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Get, post API Hise language.

      @David-Healey Ok,

      Is it possible to discuss in private?

      posted in General Questions
      Y
      Yannrog
    • RE: Get, post API Hise language.

      @dannytaurus Yes, I want to connect my payment service with the plugin.

      if the payment is valid, the plugin is activate. if the payment is unvalid, the plugin is greyed out.

      I have the API info from the payment service.

      posted in General Questions
      Y
      Yannrog
    • RE: Get, post API Hise language.

      @dannytaurus Thank you 👍

      posted in General Questions
      Y
      Yannrog
    • Get, post API Hise language.

      Hi,

      Can someone help me with the Get and post API language of Hise ?

      please

      posted in General Questions
      Y
      Yannrog
    • Is someone familiar with subscription models? (real advices)

      Hi,

      Is someone familiar with setting up a subscription method?
      Thank you,

      I want to set it up in place. I can pay if needed.

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @dannytaurus It working soo fine, I had to put engine.loadaudiofilesintopool earlier

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey Hi, thanks God, It's working soooooo fine. I had to put the engine.loadaudiofilesintopool ealier.

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey Yes, I have deleted them. I found help in the forum about how to include the line “PROJECT_FOLDER“, I forgot to delete it.

      It asks again for global level. It's on oninit 🤔

      Capture d’écran 2026-06-01 à 10.24.56.png

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey It's better

      I am on oninit, why is it saying again? 🤔

      exemple :

      const var ConvolutionReverb1 = Synth.getAudioSampleProcessor("Convolution Reverb1");

      ConvolutionReverb1.setFile("{PROJECT_FOLDER}Reverb 4.wav");*

      const var ConvolutionReverb2 = Synth.getAudioSampleProcessor("Convolution Reverb2");

      ConvolutionReverb2.setFile("{PROJECT_FOLDER}reverb.wav");*

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey
      const var reverb1 = Synth.getAudioSampleProcessor("Convolution Reverb1");

      reverb1.setFile("Reverb 4");

      I have a message “const var must be on global level“, what does it mean?

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey oh, ok. I'll try thanx

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey
      I placed in the code lines the name of the reverbs instead of “//reverbname“

      I thought it was targeting for the file in the folder. Sorry for the beginner questions.

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey I have IR Reverbs working in Hise,

      I have code lines for reverbs
      const var audiofiles = Engine.loadAudioFilesIntoPool();
      const var reverbfile1 = Synth.getAudioSampleProcessor("//reverbname");

      const var reverbfile2 = Synth.getAudioSampleProcessor("//reverbname");

      Works fine Hise. But doesn't work in plugin

      I have too a midi script processor on a sampler working on Hise.
      But doesn't work in plugin

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey
      It compiles, but in plugin it does not work. and a script processor doesn't work. 🤔

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey it does compile,

      I didn't test in plugin, I will test it

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey

      Is that good?

      const var audiofiles = Engine.loadAudioFilesIntoPool();
      const var reverbfile1 = Synth.getAudioSampleProcessor("//reverbname");

      const var reverbfile2 = Synth.getAudioSampleProcessor("//reverbname");

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey How do I have to do this?

      Engine.loadAudioFilesIntoPool(); is good?

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey I made right click and select the wav file

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey In the final project, when I open it in daw convolution reverb doesn't respond

      posted in General Questions
      Y
      Yannrog
    • RE: audio files not embed (Engine.loadAudioFilesIntoPool) added

      @David-Healey about 20 mb

      posted in General Questions
      Y
      Yannrog