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

    Yannrog

    @Yannrog

    6
    Reputation
    9
    Profile views
    102
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Yannrog Unfollow Follow

    Best posts made by Yannrog

    • RE: Convolution Reverb doesn't work after export in DAW.

      @Oli-Ullmann Ok, I'll try

      posted in Newbie League
      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 it does compile,

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

      posted in General Questions
      Y
      Yannrog
    • RE: Chord Detection beginner help

      @David-Healey Thank you so much, it's working. Really thank you, I am learning. I am going to import like this everytime

      posted in General Questions
      Y
      Yannrog
    • RE: Sync 2 sliders, slider animation moving at the same time.

      @Oli-Ullmann Thank you so much

      posted in General Questions
      Y
      Yannrog

    Latest posts made by Yannrog

    • 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