HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • pcs800P

      Sticky knobs

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      30
      0 Votes
      30 Posts
      589 Views
      d.healeyD

      @pcs800 No worries, it will help the next person who gets here :)

    • O

      The git commit hash of the hise build doesn't match the source code hash

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      9
      0 Votes
      9 Posts
      116 Views
      O

      @Oriah-Beats let me do it thank you

    • A

      Hise crashes when loading samples into buffers in a C++ node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      33 Views
      No one has replied
    • modularsamplesM

      Do global_send nodes work polyphonically?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      85 Views
      modularsamplesM

      @Christoph-Hart Thanks for the detailed response, the future looks bright! Global envelopes (and compilable cables) were a huge improvement, especially for more complex projects.

    • N

      Best Practice for Getting RMS/Peak on an audio buffer

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      1 Votes
      11 Posts
      570 Views
      griffinboyG

      @Consint

      let me know if there are any issues:
      I haven't released this version yet officially becuase i haven't had the time to thoroughly test it

    • A

      Multipage Creator build failing on macOS 15.5 + Xcode 16.4

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      38 Views
      No one has replied
    • T

      Four frames Sheet for button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      109 Views
      dannytaurusD

      @Chazrox Perfect! Thanks 🙏

    • ChazroxC

      Chat Room Feature || Request?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      1 Votes
      7 Posts
      84 Views
      ChazroxC

      @aaronventure def need to learn that! 👍

    • ChazroxC

      Arpeggiator SliderPack || Slider Amount

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      1
      0 Votes
      1 Posts
      31 Views
      No one has replied
    • O

      Seperate legato function

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      37 Views
      No one has replied
    • L

      Scriptnode - Creating/Linking a button that bypasses a Node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      618 Views
      A

      @Orvillain in a network that's always running, yes.

    • dannytaurusD

      Will the new RNBO Minimal Export target be useful for HISE?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      61 Views
      Christoph HartC

      @dannytaurus not sure, it looks more like it's suited towards embedded devices. Stuff like fixed sample rate and buffer size makes it rather awkward to wrap into a general purpose API.

    • L

      Reverse the grains in granulator?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      49 Views
      No one has replied
    • X

      HISE with Faust polyphony

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      50 Views
      X

      @griffinboy I see. Thanks, I'll give it a look.

    • HISEnbergH

      Procedure for writing our own API for HiseScript?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      6
      0 Votes
      6 Posts
      137 Views
      HISEnbergH

      @Christoph-Hart Thank you for the nudge I was trying to find a good example to build from and this is giving me a better sense of the folder/file hierarchy relationship. I am still in the poke around the codebase and find out phase so will report back once I understand more.

      Happy to make a pull request to add it to the official version of HISE as well if I get it working, but I know this is a pretty niche case so unless there is a demand for it I won't bother!

    • DanHD

      Remake stock Phaser Module in Scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      18
      0 Votes
      18 Posts
      1k Views
      DanHD

      @Christoph-Hart no I'll do that asap

    • T

      Show something when shift is down

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      67 Views
      d.healeyD

      @tomekslesicki This might help - https://github.com/christophhart/hise_documentation/blob/master/scripting/scripting-api/scriptpanel/setconsumedkeypresses.md

    • DanHD

      Scriptnode - Enable filter when Frequency value rises above 20hz

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      133 Views
      A

      @DanH yeah the value dot size changes with unscaled value @Christoph-Hart

      c65dad59-08c6-47a4-82b4-ea9aaa934ff6-image.png

    • OrvillainO

      Options for building a sequencer - midi player modules and/or ??

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      37 Views
      LindonL

      @Orvillain build your own..use the playhead data to define where you are in the seq...

    • LindonL

      Arp range controls

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      286 Views
      LindonL

      @skyscapeparadise said in Arp range controls:

      @Lindon Were you able to implement an arpeggiator with a customizable note range? The clocksynced arp snippet is a little complex and I'm having trouble identifying the route to adapting it to interface with a project as easily as the older arpeggiator did. It would be awesome if there was a way to limit the notes to what is available in a given sample map.

      Yes I did - the way I did it was.....

      place one(or more) arpeggiators at the "top level" of my instrument...make each of them transmit notes on a specific channel - in my case 15 and 16....

      place my "sound generators" in a container below this and add a script processor to the container....lets call it an arpFilter...in the script :

      check if the incoming note channel = 15 or 16... <- its a note from an arp... if so is the note in the range set in the arpFilter <-- add a couple of sliders to set this range up if so play it else ignore it...