HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. audiolyf
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 41
    • Groups 0

    Topics

    • A

      MP3 playback

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      315 Views
      d.healeyD

      So I needed mp3 playback for a project today, and I enabled the flag you suggested. The sampler import works but I get complete silence too. However if I import it into the loop player there's no problem.

    • A

      Value output from scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      874 Views
      Christoph HartC

      @DanH

      inline function changeFreq(value) { FREQ.setValue(value); // will work // FREQ.setValue(freqCable.getValue()); // will work too }
    • A

      Active notes check/Voice distribution

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      663 Views
      A

      @ustk Certainly much leaner, thanks for that!

    • A

      Update timer interval while running?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      180 Views
      d.healeyD

      Just call startTimer again with the new interval.

    • A

      Can't compile SNEX workbench

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      21
      0 Votes
      21 Posts
      1k Views
      Matt_SFM

      Now how do I use it? Add it as a hardcoded FX , remove my ScriptFX network and >change my interface references?

      yes load it in a HCFX, and remove the scriptFX, but keep the name of the module so you won't have to change anything in your code.

      Then if I want to make changes to the network I have to do it all over?

      Yes

      Thank you so much you've made my day, finally feel like I've actually accomplished something this week and learned a bunch on the way.

      You're welcome :)