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
    • VirtualVirginV

      Question about data types specified in the API documentation

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      176 Views
      d.healeyD

      @VirtualVirgin I think both work, not sure

    • H

      Convertings problems

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      147 Views
      ChazroxC

      @hyperphonias np! 🙏 Have a great day!

    • O

      Parametric EQ Makes the Exported Plugin to Freeze on Windows

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      169 Views
      O

      @Christoph-Hart Oh I was Using the old commit. I just Compiled the updated one . it works perfect Thank you

    • YinxiY

      Filmstrip disappears when compiling or exporting plugin

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      268 Views
      ChazroxC

      @Yinxi lol I like this one

    • lijas90L

      How to Make the Keyboard Animate When a MIDI File Plays

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      219 Views
      lijas90L

      @ulrik this is perfect. Thank you so much.

    • ustkU

      Oscillator on second channel explodes internals

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      644 Views
      ustkU

      @Christoph-Hart Thought this was fixed, but apparently not 🤷♂

      Screenshot 2025-10-24 at 23.25.38.png

    • ustkU

      Same node parameter names impossible?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      234 Views
      ustkU

      @Christoph-Hart Amaaaaazing! Thanks Chris 😎

    • YinxiY

      Mono2Stereo behavior on stereo signal

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      89 Views
      Christoph HartC

      No need to guess what it's doing:

      https://github.com/christophhart/HISE/blob/be4e58b835b21c0a7aa276a9e71f1025dbec31d4/hi_dsp_library/dsp_nodes/CoreNodes.h#L533

    • A

      VST3 SDK Goes MIT

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      6 Votes
      7 Posts
      359 Views
      Christoph HartC

      @Yinxi you didn‘t have to pay for a VST3 license before and the immediate real world consequences for plugin developers are not very substantive unless you have a fringe use case that requires a super permissive license. It is rather interesting from a business perspective and will ensure that they cannot pull stunts like with the VST2 SDK.

    • S

      Nouveau concept de moteur d'échantillonnage interactif pour HISE

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

      @sophiejean Hello, welcome to the forum. Please post in English so it's easier for us to help. I did a quick Google translate.

      Hello HISE community!
      I'm brainstorming a creative concept I'm calling "Chicken Road Games," envisioned as an interactive and gamified sampling engine (or plugin) integrated into HISE.

      The main idea: simulate the metaphor of a "chicken crossing the road" using layered samples and random path logic.

      Imagine that each step of the "chicken" triggers a different set of samples (clucks, footsteps, ambient road noises), and that users guide the "chicken" through musical "paths" (keys/samples) in real time.

      Desired features: user interface with a road pattern, sample banks mapped to paths, random or user-controlled movements, adaptive modulation (e.g., tempo/time stretching during rapid crossing), and possibly a "road hazard" effect (interruptions, glitch samples) for an unpredictable experience.

      Has anyone tried a similar concept in HISE, using its scripting and sampling engine to simulate non-traditional interactive behaviors?

      What HISE modules or techniques would you recommend for mapping "lanes" to sample groups and managing random path logic (e.g., ScriptNode, JS scripts, state machines)?

      For the UI: What are some best practices in HISE for drawing a "roadmap"-like interface and animating movements?

      Do you have any suggestions for managing CPU load when randomizing sample paths and applying real-time effects (such as a "hazard glitch" when the chicken crosses incorrectly)?

      If anyone is interested in collaborating: I would love to co-develop a prototype Chicken Road Game in HISE and share the project files.

      Thanks in advance for your ideas, comments, or suggestions!

    • ChazroxC

      Preset Browser Laf || Multi-line?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      16
      0 Votes
      16 Posts
      1k Views
      ChazroxC

      @treynterrio Did you already have a LAF going for column background? If you didnt, you will have to draw it again yourself because now you're taking over the look and feel of that section.

      start with :

      g.drawRect(obj.area); // or g.drawRoundedRectangle( obj.area, 6, 1.0); //etc.
    • T

      Midi Seq and Track to Display in Ui

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      169 Views
      T

      @HISEnberg ok but i think there a way to make viewport and display both seq and track in order to select difference seq and difference tracks in midiplayer

    • OrvillainO

      Custom browser - custom preset file format???

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      193 Views
      Christoph HartC

      That's the right direction, but I would also try to stay within the HISE user preset system so you get the intended loading prodecure (kill voices, load the preset on a background thread, then unsuspend the audio processing).

      With the custom data model you can define the layout of the user preset file as you wish. Note that it will be converted from JSON to XML at some point though (which is a bit weird).

      They also want to be able to export a preset, and include any sample content with the preset - ie; bundle the custom loaded .wav file, or the samplemap, with the preset. For personal sharing purposes.

      I would detach this from the user preset system. A preset with sample mapping data and samples should be

      The preset file The JSON (or SFZ or whatever) mapping file The audio samples

      all in one folder.

    • T

      Thread 10 Crashed:: com.apple.audio.IOThread.client - on standalone app

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      6
      0 Votes
      6 Posts
      156 Views
      Christoph HartC

      can you confirm this is a vaiable solution?

      Sounds like a hack, but then using HISE to create an installer app is already a bit weird.

      Speaking of hacks, the "cleanest" hack would be to just deactivate the entire audio processing:

      https://github.com/christophhart/HISE/blob/3ff4bbd9eb5596b084c7653e2d09fae2b4799c1e/hi_frontend/frontend/FrontEndProcessor.cpp#L96

      This is the main callback for a compiled plugin (or standalone app). So if you add this code

      #if IS_STANDALONE_APP return; #endif

      at the beginning of this function, it will never call into the HISE rendering. Note that there are a few things that might be glitchy, some things in HISE rely on the audio thread to be working and initialised correctly.

    • DanHD

      I need 1 second of silence when plugin loads...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      160 Views
      DanHD

      @ustk yes I won't be using it again 😆

    • ILIAMI

      Sliderpacks, Working like Radio buttons, How?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      178 Views
      ILIAMI

      @d-healey Thank you so much

    • O

      plugin exports on windows but does not open

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      142 Views
      cassettedeathC

      Could be references to components that no longer exist. I.e you have a reference to Button1 but deleted button 1.

      Check in script view to see if any components are undefined

    • ChazroxC

      HAVE A GREAT DAY! ⚡ ⚡ ⚡

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      11 Votes
      1 Posts
      101 Views
      No one has replied
    • tsempireT

      Knob Web Studio

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      62
      15 Votes
      62 Posts
      5k Views
      tsempireT

      @DabDab
      you are looking for this ?
      https://youtu.be/lIehhPHiPOY

    • trillbillyT

      SoundSync: Reseller, Security & Serial Management Platform

      Watching Ignoring Scheduled Pinned Locked Moved General Questions security branding website serials redemptions
      20
      0 Votes
      20 Posts
      944 Views
      trillbillyT

      New Updates:

      Custom Prefix for serial generator Custom Product Links Developer/Reseller Invite System In Place Smoothed Custom Domain Process

      I will have Free vs Paid tiers in place by this weekend so signups will no longer require a card.

      I also have the Website Designer in the pipeline.

      If anybody has requests for any specific types of features, just let me know. I'll do my best to get them all added.