HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Yinxi
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 43
    • Groups 0

    Yinxi

    @Yinxi

    6
    Reputation
    13
    Profile views
    43
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location France

    Yinxi Unfollow Follow

    Best posts made by Yinxi

    • RE: Filmstrip disappears when compiling or exporting plugin

      @d-healey
      .....wooooow, I feel dumb,
      thanks!
      Missing No Brain GIF by CyberKongz Official.gif

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Display slider value with custom font, size, and position

      @It_Used wow thanks that’s awesome ! I’ll be able to dig into all of this.

      posted in Newbie League
      YinxiY
      Yinxi
    • RE: Display slider value with custom font, size, and position

      @It_Used said in Display slider value with custom font, size, and position:

      @Yinxi create visual mockup your idea, and i maybe implement this!

      Reply

      I was thinking something like this : 919250af-e624-4855-9141-2c6f0ec6d9ce-image.png .

      And when I change the slider value it will also change the value at the top left

      posted in Newbie League
      YinxiY
      Yinxi
    • RE: HISE Bootcamp - Full Course for Beginners

      @d-healey
      That's very cool content
      Thank you ! 😊

      posted in General Questions
      YinxiY
      Yinxi

    Latest posts made by Yinxi

    • RE: Loop points clicking issue in HISE but not in other samplers

      I actually double-checked this using a small Python script generated by ChatGPT, which reads the smpl chunk directly from the WAV file, it reports the exact same LoopEnd value that HISE shows.

      However, I think it would make more sense if this value were interpreted the same way as in other sample-based plugin tools (like Kontakt or Falcon) to ensure consistent loop behavior across different samplers.

      Both Kontakt and Falcon interpret the LoopEnd value in the same way, which is also consistent with the looping software I use to create my samples, unlike HISE, which appears to handle it slightly differently.

      From a compatibility standpoint, this could become an issue if a company wanted to migrate a large sample library from Kontakt to HISE, since all loops might develop small clicks due to this off-by-one interpretation difference.

      That said, I have to admit I don’t have the technical knowledge to fully understand where this 1-unit difference comes from.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      @d-healey You can try with this sample if you want, this one makes the issue very obvious.

      HISE shows the LoopEnd at 344278, but in reality it should be 344279.
      When I correct the value in HISE, the click disappears.
      For small projects it’s not really a problem, but for large projects with several thousand samples, it becomes quite annoying.
      I’m wondering if I should add this thread to the bug reports list.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      I can conclude that it’s a more Hise general issue rather than my project being misconfigured.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      @d-healey Actually, I have to admit I didn’t use the sample that clicks the most, but if you play it at full volume you can still hear a small click in headphones.
      However, the issue is still here, when I load the exact same sample into Falcon’s sampler, it sets the LoopEnd value correctly (263419 , not 18).

      UVI Falcon info on the file : 73de52e3-95e0-4c39-8eb9-4c1898bb6585-image.png

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      @Yinxi I can send one of the samples if you want to test it on your side.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      @d-healey I also thought it might be a sample rate issue, but all my samples are at 44.1 kHz, and the project settings are the same.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      @d-healey said in Loop points clicking issue in HISE but not in other samplers:

      you're making sample maps you should put them in the project's Samples folder.

      Make a test project with 1 of the samples, compress it, export as a plugin or standalone and test if the issue is still there.

      I started from a blank project with just one sample, exported it, and the issue was still there.
      However, I think I’ve found the problem 🕵

      When importing my samples, the LoopEnd value is always 1 sample lower than the value I set in my custom looping tool, which explains why I was hearing clicks on every sample on my project.

      This difference only happens in HISE,
      In Kontakt and Falcon everything was good, so it seems that HISE is always removing 1 unit from the LoopEnd value.

      Kontakt : bd8469c3-8396-4372-9ebc-66b49fe909dc-image.png

      Hise : 04c521e0-3e4a-4c93-9966-36f9bd454255-image.png

      It might be interesting if other user could test this on their side to see if it’s a general issue or a small bug to fix.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Loop points clicking issue in HISE but not in other samplers

      @d-healey only in Hise, the samples are not compressed, and they are located outside of the project folder.

      posted in General Questions
      YinxiY
      Yinxi
    • Loop points clicking issue in HISE but not in other samplers

      Hello,

      I’m currently facing a pretty annoying issue...
      I’m writing the loop points of my samples using my own external tool (outside Hise), and I’ve noticed that when I import these samples into HISE, the loops produce clicks.

      I tested the exact same samples in UVI Falcon and Kontakt, and I don’t have any clicking problems there.

      Has anyone experienced something similar?
      I can see that the loop points are imported correctly, and the crossfades are already rendered directly into the samples, so I don’t really understand why it’s clicking only in HISE.

      I really hope I won’t have to redo everything from scratch...😲

      posted in General Questions
      YinxiY
      Yinxi
    • Mono2Stereo behavior on stereo signal

      Hello,
      Just wondering, what happens if you use Mono2Stereo on a stereo input?
      Does it leave the stereo signal as it is, or does it sum it to mono first?

      I’m trying to make sure it won’t cause any unwanted channel collapsing or weird phase behavior if I use it in a ScriptFX that might sometimes receive stereo input.

      Thanks!

      posted in ScriptNode
      YinxiY
      Yinxi