HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. xxx
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 65
    • Groups 0

    Topics

    • xxxX

      How to remove draggable filter grid lines?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      97 Views
      xxxX

      @d-healey ah, yes thanks

      laf.registerFunction("drawFilterGridLines", function(g, obj) { });
    • xxxX

      Custom wavetables not included in build

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      669 Views
      xxxX

      gotcha thank you all

    • xxxX

      Faust Crashes Hise on Windows VM

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      222 Views
      modularsamplesM

      Are you on an ARM Mac (m1, m2 etc)? if so, maybe try building FAUST from the source, the windows releases seem to be x86 only..

    • xxxX

      LFO Loop Mode

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      693 Views
      modularsamplesM

      Consider building an LFO in scriptnode instead (there's really helpful example in the tutorial repository that should get you started), you can then set your LFO to one-shot by setting the ramps LoopStart parameter to 1.0.

    • xxxX

      Compiling Mac Plugin Issues

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      424 Views
      xxxX

      @d-healey

      got it to compile and it's working now thank you

    • xxxX

      PitchShift Node has Noise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      234 Views
      xxxX

      @trillbilly @Yarost

      yes i tried different things and it still crackles

      i ended up using the pitch shifter in faust

      it sounds a little different but it works fine without any crackles

    • xxxX

      Can't Center Knob

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      190 Views
      xxxX

      @ustk yess thanks! ♥

    • xxxX

      Windows Laptop for Hise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      1k Views
      dannytaurusD

      @xxx I haven't touched Faust yet I'm afraid.

      Maybe check David's new Bootcamp videos on Windows compilation? Not sure if he mentions Faust though.

      https://www.audiodevschool.com/courses/hise-bootcamp/

    • xxxX

      Modulating filter in synth group

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      455 Views
      xxxX

      @Lindon @Oli-Ullmann

      cool makes sense, thanks guys

    • xxxX

      Hise exports plugins under the wrong name

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      452 Views
      xxxX

      @d-healey

      a3585b8a-f846-4418-9ef4-7b59e82457a6-image.png

    • xxxX

      Simple Button Snippets

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      3
      2 Votes
      3 Posts
      724 Views
      L

      thank you !

    • xxxX

      Simple Text Button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      962 Views
      GabG

      @xxx Nice one too!

    • xxxX

      Wavetable Waterfall Not Showing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      395 Views
      xxxX

      @Christoph-Hart

      ah, thanks

    • xxxX

      DraggableFilter Crashes Hise

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      442 Views
      xxxX

      @d-healey

      ah, thanks !

    • xxxX

      script error combo box + convolution ir list

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      621 Views
      d.healeyD

      @xxx Combo boxes start at 1, what does your knob start at? I'm guessing 0 because you are subtracting 1 from the value on line 14 and that's giving you an undefined error - my guess is that it's trying to access the array with index -1 which is invalid.