HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. timestretch
    Log in to post
    • All categories
    • d.healeyD

      [bug] Timestretch causing pops and white noise

      Watching Ignoring Scheduled Pinned Locked Moved Scripting timestretch
      3
      2 Votes
      3 Posts
      106 Views
      d.healeyD

      @Christoph-Hart Still getting nasty sounds with time stretching.

      Here's an audio file rendered directly from HISE. You can hear the distortion at the beginning, this is just by enabling time-stretching for the sampler without changing the ratio.

      HiseExport.wav

    • d.healeyD

      Timestretch tempo sync, Num Quarters question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions timestretch tempo sync
      15
      0 Votes
      15 Posts
      180 Views
      d.healeyD

      Ok here's the solution - well it doesn't answer my question but it gets the job done.

      const var Sampler1 = Synth.getSampler("Sampler1"); const th = Engine.createTransportHandler(); th.setOnTempoChange(true, updateTimeStretchRatio); // fetch the current state const var obj = Sampler1.getTimestretchOptions(); // Apply your changes obj.SkipLatency = true; // Update the options Sampler1.setTimestretchOptions(obj); inline function updateTimeStretchRatio(newTempo) { local ratio = newTempo / 140; Sampler1.setTimestretchRatio(ratio); }
    • d.healeyD

      [bug - fixed!] Timestretching + multi mic = instant crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports multi-mic timestretch crash bug
      17
      2 Votes
      17 Posts
      495 Views
      SimonS

      The CI for the fix seems to have got stuck https://github.com/christophhart/HISE/actions/runs/12342377762/job/34442128570