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

    Topics

    • xxxX

      Faust Crashes Hise on Windows VM

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      174 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
      2
      0 Votes
      2 Posts
      83 Views
      xxxX

      hello, can anyone help with this?

    • xxxX

      Compiling Mac Plugin Issues

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      207 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
      1
      0 Votes
      1 Posts
      67 Views
      No one has replied
    • xxxX

      Can't Center Knob

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

      @ustk yess thanks! ♥

    • xxxX

      Windows Laptop for Hise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      935 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.

      Link Preview Image HISE Bootcamp: No Coding Required – Audio Dev School

      A beginner-friendly course that teaches you how to build real, working audio plugins using HISE - without writing any code.

      It’s designed for musicians, sound designers, and audio creators who want to bring their plugin ideas to life without learning a programming language.

      The course is structured around two complete projects: first, you’ll build a custom sample library instrument, and then you’ll create a spatial audio effect plugin.

      Along the way, you’ll learn how to use HISE’s visual interface to import and map samples, design user interfaces, connect modulation sources, and export your finished plugins.

      Every lesson focuses on practical skills, and you’ll get access to guidance notes, cheat sheets, and supporting materials to help you stay on track.

      By the end of the course, you’ll have built two working plugins - and you’ll have the confidence to keep creating, no coding required. You’ll also receive a certificate of completion to showcase your skills.

      favicon

      (www.audiodevschool.com)

    • xxxX

      Modulating filter in synth group

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      393 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
      399 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
      473 Views
      L

      thank you !

    • xxxX

      Simple Text Button

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

      @xxx Nice one too!

    • xxxX

      Wavetable Waterfall Not Showing

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

      @Christoph-Hart

      ah, thanks

    • xxxX

      DraggableFilter Crashes Hise

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      394 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
      532 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.