Sample Playback is Dull; HISE Controller Playback is Correct?
-
This is bizarre…some of the samples are playing back "dull" from the Sampler. But they're fine if imported into the HISE Controller.
HiseSnippet 1037.3oc4W0saaaCElJNLq1qqnsnWraFftXWjNTLXY633fcQcriSmwpSLrxJ1cELTT1DQhTfhJadC6cZOB8QpuAaGJIaK4XjkXz0tg4KLz4Oc934WpwJIkEGKUHqZWLOhgrdH1ctPOq+LBWfFdBx5Q3QjXMSYmwp27HRbLyCYYU4UFFVU2Ek968urGIfHnrUrPn2H4T1q4gb8Jti69C7ffSIdrK3gEztU2gTonuLPl.3oBtNJhPuhLkcFwn1NXz2Shmgr9FbC+KoM7OrYGmibN5vVG43bPmKaUuA06fiZ1rcSO+FcHs6.Fs2.OtVpb0DMKFdo8jdycmI+YQlCdCOleY.yP3fbAOmwF0eFOva7hfSLBYgGuJTUIKT8L7HtGeI+UgrGmJvdkEECZV6baPx4d.IqBPZ2LH8DrKUwizqjXvymiGJfLnOAxMEgRltHq2g6KAED5uMjbE6TEPrzf8aWu9Krg+d924mHnZtTXKEmI0ryE6+7Z+Vsp098Z1qKx2eixLtQICBXpMJ1TNntMC2WjDdIS8B6qIAIrkJBG+xwz8tawTZ1otfhRwPAWedDKm9TYfmIVYd9lY.TdXCd5GGdBQSLIkbdfdQLklafi0Irqg1frTTU7Ir3qzxHnQ3F4OnxQ5kDPzkKmLMZ4Bf3QobnIQIh454EaDuG0X0u0Zr6JDeBdLWSmsYLtyFvHDo9m.i4cleAdfuOipWAvcwm9Saaa3c28eUl6eJ1UqXjPtXpKILBJ2SwPMbNkyGhonQ24oniUr.Iwyk+qET6cc6k.wHUYt+Q2TWcbnLQTxW4HeBKhQzPZtfMOn6jIuRIShV2p2+xzhhKTvTbHTTTv4BFDq0EOi8Ux3Xe33j9thKJZbhZpIVshyD10LUbYdmkDB4agfE.FisrLckwLS9kSGQzJ9uTT6TuT+BRZNFVsjR6rFci0natFcq0nOXM51qQe3J5r.5HRjox3yvPMHSusywf2xXBbtKnYO9zkdHiS4YHETcCaV16SvxtOLCh9DNqrz93pKvnK2jEFHtF5AANFL9TXCfOIIPufaiRnbjTHilIEbZ4JdnBd5TlpH123A5XsFZ3Vw4YcmvBXj3Bsrec2WyELhpbi78JVb+uaxFyWeINCt1lgX1+2cGWk+2ri61BQOJeCmM3Qk9eg4vGhSmCaaVa9wDdSjIZXE3h0PXXWkKrelxJtwZGyVvL55FZCHbYBuTh+D9kKzYw5MiPmEBQzEuJ37j+b5cRspvDl0NoWEK.VbFTrDMFtEfARvJoOJnLjPUx2RytOuAqOHkCfRQ5W4UE9bSf11AkdG+hPMD1y7VJs7q5FF1XaMr41ZXqs0vC1VCausFd31ZXm+dCMWC33DsLLa3HBMZ7frBPqAKK.qf9Kz9umQ.
-
@clevername27 What does dull mean?
-
@clevername27 What's the original sample-rate of them???
-
@Orvillain 44.1
-
@d-healey Good question - there's no high-end on the attack.
-
@clevername27 Check the envelope. If the attack value is higher than 0, that could cause it perhaps??
-
@Orvillain Thank you - that was it. To anyone else whose search brought them here:
When creating a Sampler in HISE, HISE will automatically create a required envelope, that, by default, changes the attack portion of the sound. To play back samples without altering them, set the Attack of the Required envelope to zero.
Thank you, again.
-
This post is deleted! -
@clevername27 said in Sample Playback is Dull; HISE Controller Playback is Correct?:
@Orvillain Thank you - that was it. So, is this correct:
When creating a Sampler in HISE, HISE will automatically create a required envelope, that, by default, degrades the audio.
Thank you, again.
So I ran into this recently myself. You can set the default values pretty easily. This code is specific to my setup, but it should help:
// Setup the default envelope local simpleEnvelope = Synth.getModulator("DefaultEnvelope" + containerTarget); // Set the attack value simpleEnvelope.setAttribute(2, 0.0); // Set the release value simpleEnvelope.setAttribute(3, slotData["sampler"]["env_release"]);
-
@Orvillain @d-healey Thank you, again (and @d-healey). All set.
Oddly enough, with this envelope, 1ms on the Attack is actually 0ms on the attack. And…you can't set it to zero.
Screenshot 2025-03-22 at 7.55.57 pm
-
C clevername27 marked this topic as a question
-
C clevername27 has marked this topic as solved