• HAVE A GREAT DAY! ⚡ ⚡ ⚡

    1
    11 Votes
    1 Posts
    75 Views
    No one has replied
  • Knob Web Studio

    62
    15 Votes
    62 Posts
    5k Views
    tsempireT

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

  • 0 Votes
    20 Posts
    743 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.

  • Wrap modulation value

    8
    0 Votes
    8 Posts
    2k Views
    ustkU

    @Christoph-Hart Bumpy bump ☺

  • Enable / Disable Scpritnode Nodes with a Button?

    6
    0 Votes
    6 Posts
    235 Views
    Oli UllmannO

    @Christoph-Hart
    Great, thank you very much! :-)

  • Modulation does not work when processorID/parameterID is set dynamically.

    11
    0 Votes
    11 Posts
    137 Views
    Oli UllmannO

    @Christoph-Hart
    Ok, ScriptNode is really fantastic! When you integrate custom nodes such as precompiled RNBO effects, the possibilities are truly endless! Thank you so much for bringing this to my attention! :-)

    One question I can't find the answer to:
    How can I switch nodes on and off from the UI?

    As far as I understand, I have to create a parameter with a range of 0-1, which I then connect to the node's power button. However, this doesn't work for me. Is there a trick to it? Simply connecting a cable between the parameter and the node's power button doesn't work.

    Many thanks,
    Oli

  • Image library

    18
    0 Votes
    18 Posts
    276 Views
    S

    @lijas90 said in Image library:

    @Sampletekk Delete everything in the Binaries folder and export again.

    That did the trick! Everything works now! Thank you!!!

  • AudioFiles

    7
    0 Votes
    7 Posts
    100 Views
    S

    @Christoph-Hart Thanks!

  • Exported plugin can't access the internet on Linux

    8
    0 Votes
    8 Posts
    614 Views
    bendursoB

    @d-healey It’s a bit old but.. I just wanted to say that I was able to get the internet connection working in the exported plugin using your fork of HISE (Linux). Thank you :) Not sure why it doesn’t work in the main dev HISE.

  • Arpeggiator Sliderpacks for GUI operation / Mono Legato

    7
    0 Votes
    7 Posts
    149 Views
    P

    @Proteus1 said in Arpeggiator Sliderpacks for GUI operation / Mono Legato:

    Component Specific Properties

    Another question
    regarding Mono/Legato

    Are there component-specific properties for Legato with retrigger that can be switched to Legato Glide ,Portamento,?

    I got this answer from the AI, but once again I can't find where to find the voice settings.

    Variant 1: In a Sampler or Synth (e.g. Simple Synth / Wave Generator)
    Open your synth module (e.g. Wave Generator or Simple Synth).
    Go to the Voice Settings.
    Activate:
    Polyphony = 1
    Legato Mode = On (or enable Glide / Portamento, depending on the module)
    If you have an Amplitude Envelope (AHDSR), set:
    Retrigger = Off
    → This keeps the envelope in its current phase during legato playing instead of restarting it.

    I hope I'm not annoying you with my questions.

    But if you search for hours and can't find a solution,

    Big Hug Mike

    Bildschirmfoto 2025-10-21 um 21.22.28.png

  • 0 Votes
    19 Posts
    2k Views
    d.healeyD

    @Orvillain said in What are you using to build UI for your plugin? What's your preferred way and why?:

    Do you have any resources on how to best optimize this conversion process?

    Nothing in particular, I just select elements in figma to get the dimensions and fill settings, etc. and try and match that with my laf. If there are shadows or labels I might need to make the components larger than the dimensions of the figma element.

    Unless I'm working for a client, I'm not always trying to make it 100% identical to the Figma, so if I nudge things around or adjust gradients in HISE, that kind of thing, I don't mind. It's easier than trying to force HISE to do something it can't do well, or that would require clumsy scripting.

  • Question about compiling nodes

    5
    0 Votes
    5 Posts
    96 Views
    iamlampreyI

    @Christoph-Hart said in Question about compiling nodes:

    as the autogenerated example node does.

    Okay sweet that was my starting point so that explains it, muchas gracias

  • Problem launching HISE build on Windows (Parallels Desktop)

    7
    0 Votes
    7 Posts
    121 Views
    dannytaurusD

    I'm guessing Windows doesn't have a Universal Binary system like Mac does?

  • Scriptnode pitch-shift a signal

    50
    1 Votes
    50 Posts
    8k Views
    P

    @ustk I’m afraid I can‘t help here anymore - at some point I ended up writing a completely own JUCE wrapper inspired by Christophs work because I needed JUCE 8 especially for the graphics but also neural stuff - so i‘m working with c++ 20 and juce 8 for a bit now. But in general it is always possible to undefine something only in the c++ node and also you can look at what is throwing the error and look at breaking changes between the c++ standards and/or JUCE versions and revert the methods back.

  • Why isn't this set parameter for a DSPNetwork node working?

    8
    0 Votes
    8 Posts
    304 Views
    OrvillainO

    @ustk Yeah you're right. That's fine for my purposes right now, as I'm just blasting out a quick prototype for my delay plugin to send to a mate.

  • Global mod has crashed compiled exe/vst3 on init

    Unsolved
    1
    0 Votes
    1 Posts
    37 Views
    No one has replied
  • Issue compiling networks in recent commits

    2
    0 Votes
    2 Posts
    117 Views
    Matt_SFM

    Same here, using the latest commit.
    Things like:

    using mono_cable = cable::block<1>; [x] .../DspNetworks/Binaries/Source/network_delay.h:117:27: too few template arguments for class template 'block' wrap::fix<1, routing::receive<mono_cable>>, [x] .../DspNetworks/Binaries/Source/network_delay.h:121:72: use of undeclared identifier 'mono_cable' jdsp::jdelay_cubic<NV>, [x] .../DspNetworks/Binaries/Source/network_delay.h:122:64: expected ';' after alias declaration routing::send<mono_cable>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:123:56: use of undeclared identifier 'mono_cable' routing::send<mono_cable>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:123:67: expected unqualified-id using soft_bypass4_t = bypass::smoothed<20, soft_bypass4_t_<NV>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:126:45: use of undeclared identifier 'soft_bypass4_t_' template <int NV> using soft_bypass5_t_ = soft_bypass4_t_<NV>; [x] .../DspNetworks/Binaries/Source/network_delay.h:128:43: no template named 'soft_bypass4_t_' using soft_bypass5_t = bypass::smoothed<20, soft_bypass5_t_<NV>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:131:45: use of undeclared identifier 'soft_bypass5_t_' wrap::fix<1, soft_bypass4_t<NV>>, [x] .../DspNetworks/Binaries/Source/network_delay.h:135:48: use of undeclared identifier 'soft_bypass4_t' wrap::fix<1, soft_bypass5_t<NV>>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:136:68: expected ';' after alias declaration wrap::fix<2, multi4_t<NV>>, [x] .../DspNetworks/Binaries/Source/network_delay.h:140:48: use of undeclared identifier 'multi4_t' math::mul<NV>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:141:49: expected ';' after alias declaration template <int NV> using soft_bypass6_t_ = soft_bypass4_t_<NV>; [x] .../DspNetworks/Binaries/Source/network_delay.h:143:43: no template named 'soft_bypass4_t_' using soft_bypass6_t = bypass::smoothed<20, soft_bypass6_t_<NV>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:146:45: use of undeclared identifier 'soft_bypass6_t_' routing::receive<mono_cable>, [x] .../DspNetworks/Binaries/Source/network_delay.h:151:59: use of undeclared identifier 'mono_cable' jdsp::jdelay_cubic<NV>, [x] .../DspNetworks/Binaries/Source/network_delay.h:152:64: expected ';' after alias declaration routing::send<mono_cable>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:153:56: use of undeclared identifier 'mono_cable' routing::send<mono_cable>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:153:67: expected unqualified-id using soft_bypass7_t = bypass::smoothed<20, soft_bypass7_t_<NV>>; [x] .../DspNetworks/Binaries/Source/network_delay.h:156:45: use of undeclared identifier 'soft_bypass7_t_'
  • 0 Votes
    3 Posts
    60 Views
    ChazroxC

    @Orvillain I was gonna suggest to try that but like....nah that cant be it. haha.

  • From HISE to Cabbage Audio (CSound) to VCV Rack

    2
    0 Votes
    2 Posts
    171 Views
    d.healeyD

    @ClawFORGE-Studio said in From HISE to Cabbage Audio (CSound) to VCV Rack:

    how do you export a Hise project into csound ?

    It's not possible as far as I know

  • 0 Votes
    3 Posts
    122 Views
    VirtualVirginV

    @Christoph-Hart Thanks!

20

Online

2.0k

Users

12.8k

Topics

110.7k

Posts