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
    • Oli UllmannO

      How do I declare this array?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      2
      0 Votes
      2 Posts
      49 Views
      Oli UllmannO

      GPT gave me this and it works...:

      const msoXModulationTempSave = []; const var NUM_LAYERS = 4; const var I_SIZE = 16; const var J_SIZE = 8; const var K_SIZE = 2; // weil du [..][..][..][0] benutzt, mind. 1 Element for (l = 0; l < NUM_LAYERS; l++) { msoXModulationTempSave.push([]); for (i = 0; i < I_SIZE; i++) { msoXModulationTempSave[l].push([]); for (j = 0; j < J_SIZE; j++) { // letzte Dimension mit Nullen füllen var last = []; for (k = 0; k < K_SIZE; k++) last.push(0); msoXModulationTempSave[l][i].push(last); } } }
    • hisefiloH

      Cursor by Anthropic can add HISE docs!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      1 Votes
      4 Posts
      96 Views
      d.healeyD

      What's the copyright rules in general on uploading docs to LLMs?

    • lijas90L

      How to make smoother transitions between articulations when using MIDI Muters?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      73 Views
      lijas90L

      @d-healey That’s it! Thank you so much, David!

    • LindonL

      Do I not understand this ScriptNode network?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      75 Views
      d.healeyD

      @Lindon I think it gives the same value but scaled in some way. If you replace the pma unscaled with a regular pma you'll see the value.

    • MorphoiceM

      ERROR: Cycle inside a single target

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      58
      0 Votes
      58 Posts
      5k Views
      J

      @Morphoice Im having this exact same issue i didnt exactly catch what you did to fix it something about linking phase is that the fix or did i miss something if you point me in the right direction it would bbe greatly appericated im so close to downgrading but i really dont want to do that

    • DanHD

      Help with css slider

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      13
      0 Votes
      13 Posts
      379 Views
      ustkU

      @DanH A chance ChatGPT's here to debug Hise...

    • K

      Octave Up/Down Buttons

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      499 Views
      trillbillyT

      @keysounds No problem.

    • hisefiloH

      Simple ML neural network

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      139
      0 Votes
      139 Posts
      61k Views
      YarostY

      @ccbl can you send a new link?

    • d.healeyD

      HISE Bootcamp - Full Course for Beginners

      Watching Ignoring Scheduled Pinned Locked Moved General Questions video tutorial course
      30
      19 Votes
      30 Posts
      4k Views
      d.healeyD

      @Christoph-Hart @Dominik-Mayer I noticed the videos of mine on the HISE homepage are quite out of date. It might be a good idea to use a few from the Bootcamp instead.

    • dannytaurusD

      Possible to distribute bare VST and AU files?

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

      @dannytaurus Yes. The bundle format @HISEnberg mentioned only applies to MacOS (it is possible to make vst3 bundles for Windows but HISE/JUCE doesn't).

    • pcs800P

      Exporting a Script FX node and importing into another project

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      1 Votes
      5 Posts
      128 Views
      dannytaurusD

      @Lindon Makes sense 😀

    • DanHD

      ModMatrix straight crash with ADD button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      1 Votes
      2 Posts
      114 Views
      DanHD

      So this is actually the exact same crash report as a previous crash situation which has never really gone away. Occasionally and randomly happens when I'm moving the mouse across the UI / Sliders. Would love to get to the bottom of it! 😆

      Please let me know if you have any insight @Christoph-Hart

    • d.healeyD

      Synthgroup crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      6
      0 Votes
      6 Posts
      480 Views
      whereami518W

      hey did you ever figure out why this is happening i have ran into this issue too

    • F

      Unknown function error

      Watching Ignoring Scheduled Pinned Locked Moved Scripting error function scripting script reference
      3
      0 Votes
      3 Posts
      124 Views
      F

      @d-healey Fixed, thanks!

      I'm new to HISE so I'm bound to do beginner mistakes lol

    • HISEnbergH

      Preset Browser - Show All Presets (ignore expansions)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      8
      0 Votes
      8 Posts
      178 Views
      d.healeyD

      @HISEnberg said in Preset Browser - Show All Presets (ignore expansions):

      I need to update the application/plugin each time.

      Well according to the custom sample import tutorial project it's possible to load samples maps from a Base64 encoded string, so maybe that could help?

      https://github.com/christophhart/hise_tutorial/tree/master/CustomSampleImport

    • B

      Possible to receive CC control data from ScriptFX midichain to --> Knob ?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      13
      0 Votes
      13 Posts
      514 Views
      B

      @ustk I am testing whether rnbo in scriptFX can output midi to Hise to use for the UI display and modulation. At the moment Rnbo in Hise only allows one dedicated modulation output..
      The patch above is Hise controller script sending cc messages to Rnbo Script FX, but then its being picked up by the Global Cable again, back to the Ui.

    • whereami518W

      Wavetable Synth Crash on note played

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      176 Views
      whereami518W

      @Chazrox no i found out it is being caused by the synthesizer group idk why though

    • whoopsydoodleW

      Hise general and compiler settings not saving

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      280 Views
      whoopsydoodleW

      @d-healey Yah I'm assuming that must be the case. I'm going to try a fresh pull and build.

    • LindonL

      Clone ScriptNode - getting a simple value passed in...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      204 Views
      LindonL

      @ulrik said in Clone ScriptNode - getting a simpel value passed in...

      Thanks Ulrik, how did I miss that?

      LMP

    • ustkU

      Modulation Matrix header and plotter CSS

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      5
      1 Votes
      5 Posts
      728 Views
      ustkU

      @Christoph-Hart The plotter looks very rough... Are we able to get a better resolution?
      It even looks like the resolution is not the only problem but the path construction itself... a stride value not optimised?

      Screenshot 2025-11-10 at 13.37.27.png