HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. jeffd
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 29
    • Posts 197
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: peak meters not rendering in compiled plugin

      @jeffd
      ok that was my problem.
      i needed to set the array for the channelIndexes

      posted in General Questions
      J
      jeffd
    • RE: peak meters not rendering in compiled plugin

      @jeffd ah that just changes the meters to 2 columns for stereo

      posted in General Questions
      J
      jeffd
    • RE: peak meters not rendering in compiled plugin

      @d-healey Screenshot 2025-09-12 at 2.42.03 PM.png

      i had Channelndexes set to null.
      the docs say Set to [0,1] for stereo.
      so changed that to 1 but didnt make a difference.

      also..i cant figure out what the "Index" is?
      tried using just 1 and doesnt do anything different.

      anything look strange here?

      hold on let me try [0,1]

      posted in General Questions
      J
      jeffd
    • RE: How to include the samples when building the plugin?

      @d-healey got it working!

      posted in Newbie League
      J
      jeffd
    • RE: How to include the samples when building the plugin?

      @d-healey
      isnt the link file going to be located in a different location for each operating system?

      Is there documentation somewhere on how to get HISE to find the path in the operating system?

      posted in Newbie League
      J
      jeffd
    • RE: How to include the samples when building the plugin?

      @d-healey can i delete the link file via a script?
      not sure i understand.

      posted in Newbie League
      J
      jeffd
    • RE: peak meters not rendering in compiled plugin

      @d-healey Screenshot 2025-09-11 at 10.56.05 AM.png

      posted in General Questions
      J
      jeffd
    • RE: peak meters not rendering in compiled plugin

      @jeffd still didnt work though after fixing the typo

      posted in General Questions
      J
      jeffd
    • RE: peak meters not rendering in compiled plugin

      @ustk ah
      thanks!

      posted in General Questions
      J
      jeffd
    • peak meters not rendering in compiled plugin

      I have these extra definitions in place in the settings menu:

      ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1
      ENABLE_ALL_PEAKS_METERS=1

      but the compiled plugin still does not show the meters moving / rendering.
      it does work in the HISE workspace.

      are there other definitions to get the animated meters to work?

      posted in General Questions
      J
      jeffd
    • RE: How to include the samples when building the plugin?

      @jeffd ```
      so I created a button to reset the sample folder for the user,
      but it doesnt retrigger a reset for the compiled plugin. I dont get any scripting errors in HISE but I am missing something.
      what could be wrong here?

      code_text

      inline function onResetBtn(control, value)
      {
          if(value) // button is pressed
          {
              // This clears the sample folder setting
              Settings.setSampleFolder("");
      
              
              Console.print("Sample folder has been reset. The plugin will ask for a new folder next time.");
              
              
              Engine.showMessageBox("info", "Please restart the plugin or reload it to set a new sample folder.", "OK");
          }
      }
      ResetBtn.setControlCallback(onResetBtn);
      posted in Newbie League
      J
      jeffd
    • RE: How to include the samples when building the plugin?

      @d-heale
      ok let me try it.
      thanks

      posted in Newbie League
      J
      jeffd
    • RE: How to include the samples when building the plugin?

      @d-healey

      Where in the scripting API is the link file in the app data folder referenced?
      If one wanted to create a button to reset the sample folder for the user if they decided to move the samples.

      posted in Newbie League
      J
      jeffd
    • RE: method to reset file name token parser?

      @d-healey said in method to reset file name token parser?:

      they are multi mic

      yeah they are multi mic.
      i think everything is workin now though.

      posted in General Questions
      J
      jeffd
    • RE: method to reset file name token parser?

      i had a typo in one set of samples where i put 2 underscores together instead of one for the separator. didnt realize it, and it was screwing up the token parser.

      but Still crashing when i throw in samples at times so i still gotta figure out whats wrong.
      sometimes it has been the file length, they all need to be exactly the same length.

      posted in General Questions
      J
      jeffd
    • method to reset file name token parser?

      is there a way to to reset file name token parser?

      Its crashing now when i import samples and I need to reset the string order and property value.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey
      all working now..
      i think i still had audio at the end of the samples from before because i was using a limiter when i exported the audio file with the fade...im assuming it still pulled up the audio in the sample after the fade.
      i just couldnt hear it.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey no problem

      im glad i asked, and thanks for all your help!

      never realized this wasnt doing it in logic.

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey
      oh man..
      need to check my fade tool in logic i guess.

      Screenshot 2025-08-21 at 7.38.52 PM.png

      been just using this for years, in the region window

      (using my ears too, and i didnt hear any clicks)

      posted in General Questions
      J
      jeffd
    • RE: possible to create a fade at the end of an imported sample in the sample editor?

      @d-healey

      i think this should work here to share?

      https://drive.google.com/drive/folders/1TJUTtDL1mbo54NnYxXbDL6EAjpNUUgJy?usp=drive_link

      you can put them all into a sampler with 4 channels (mic positions)
      or just play one sample individually in the sampler.
      thats when i hear a click at the end upon playing.

      posted in General Questions
      J
      jeffd