@slayabouts rebuild the scriptnode dll then it should work
Beta Testers
All developers participating in the HISE Betatest Program
Posts
-
RE: Help with persistent build failureposted in Newbie League
-
RE: VST/plugin GUI design + launch graphics — ads, motion, webposted in General Questions
Here is the next one.
A fictional Distortion unit, made in Figma so all colors can be changed and the UI can be adapted to a real plugin.
Made in Figma + Rox-Knobbuilder
SIGNAL SMELTER UI

SIGNAL SMELTER DAW

SIGNAL SMELTER 16:9

SIGNAL SMELTER 4:5

-
RE: Moonbase integration to Hiseposted in General Questions
@Yannrog A little patience, looks like Christoph is working on it: https://github.com/christophhart/HISE/commit/ba646ac6fae0f4e8a1b7c5898d0bb86c9bd0e9fa
-
RE: Moonbase integration to Hiseposted in General Questions
@Yannrog said in Moonbase integration to Hise:
@David-Healey I definitely need an authentication for sure, do you know one ?
there are a number try soundSync
https://forum.hise.audio/topic/13559/soundsync-reseller-security-serial-management-platform
or Inlay
or HISE activate
-
RE: Moonbase integration to Hiseposted in General Questions
Short answer, not easily at the moment.
Longer answer:
We're waiting on Christoph to provide a native module to make integration easy. Currently you need to do it by editing the HISE source files. You also need to use the juce8 branch of the JUCE submodule - but that branch doesn't currently work properly so you'll also need to fix that. -
RE: Saving MIDI CC assignments in user presets?posted in Scripting
@dannytaurus said in Saving MIDI CC assignments in user presets?:
Also note that the HISE_MIDI_AUTOMATION_IN_USER_PRESETS preprocessor I added is unlikely to get merged, per Christoph's responses earlier in this post.
Yes I'm hoping Christoph will find a solution that is mergable, although I don't see why yours shouldn't be.
-
RE: Saving MIDI CC assignments in user presets?posted in Scripting
I'm still hitting some bugs with this.
@Christoph-Hart I think you should take a look into this because it is a very good point.
So far I haven't really ran into this situation because most of my projects only have one or two presets. But I'm developing a project at the moment that might have 100 or more presets and this will definitely be an issue.
If a user has a set of CCs they like to work with then they likely want to set it up once for the entire instrument (all presets past, present, and future) and forget about it. They don't want to have to redo it each time they add an instance of the plugin.
With this instrument wide setup I don't see a reason to distinguish between daw load or user preset because the source of truth will be a separate file that can be read in both situations.
I'm currently trying to implement a working solution through scripting but I'm running into annoying issues with
setUpdateCallbackbecause it fires at init - it fires multiple times when using full instrument expansions. I'm gating it currently with flag variables but still haven't got it working reliably yet, and the code is a tangle.-- Should also include macros and MPE assignments too.
-
RE: MAJOR UPDATE // NEW: Online KNOB BUILDER for HISE!! // Factory/User Preset Systemposted in Scripting
@Chazrox said in MAJOR UPDATE // NEW: Online KNOB BUILDER for HISE!! // Factory/User Preset System:
@Lindon Thank You!

@Lindon said in MAJOR UPDATE // NEW: Online KNOB BUILDER for HISE!! // Factory/User Preset System:
maybe you can
No you're right, I didnt add alpha sliders to the flat colour selections. I'll def add that in the next update. I appreciate the feedback.

Actually it was alpha applied to the gradient colours that I was after...
-
RE: MAJOR UPDATE // NEW: Online KNOB BUILDER for HISE!! // Factory/User Preset Systemposted in Scripting
@Chazrox Ok so I've spent a little time with this now, well done its great. One thing I think would add to its utility is the ability to set the alpha value of colours, maybe you can but I cant see it...
-
RE: Retrigger LFO with transportposted in General Questions
@ustk
Ha ha :-D
I feel exactly the same way!