• MIDI Players don't load

    1
    0 Votes
    1 Posts
    47 Views
    No one has replied
  • Compiling Error ***SOLVED***

    2
    0 Votes
    2 Posts
    89 Views
    B

    SOLVED

    I just opened an older version of Hise. My fault. I am so sorry 😊

  • How to use Global Cables in fx plugin

    10
    0 Votes
    10 Posts
    365 Views
    DanHD

    @JulesV I seem to remember getting that too but everything worked fine, the project would compile and export. @Lindon's explanation seems plausible.

  • ARRAY || Get index value??

    Solved
    8
    0 Votes
    8 Posts
    186 Views
    ChazroxC

    @d-healey lol !!

    ok so you have to see this then....

    its on a different thread....
    https://forum.hise.audio/topic/12880/chord-player-inversions-help-with-indexing

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    6 Views
  • 0 Votes
    10 Posts
    367 Views
    bendursoB

    @Lindon I was referring to a toggle option, like "Use strings instead of numeric values." So instead of looking for numbers, it would look for and save string values instead. This would only work when it’s enabled, so it won’t break any existing plugins.
    But it was just an idea; maybe it doesn’t really make sense.

  • Cache?

    3
    0 Votes
    3 Posts
    151 Views
    S

    @d-healey I've experienced this in earlier versions too

  • Image directory not found

    19
    0 Votes
    19 Posts
    613 Views
    L

    @Lindon Thanks!

  • Network range mismatch

    4
    1 Votes
    4 Posts
    155 Views
    LindonL

    @ustk said in Network range mismatch:

    @Lindon but does the warning stay in certain cases ?

    yeah - but very rarely

  • Exporting From the Command Line

    11
    0 Votes
    11 Posts
    472 Views
    D

    Thanks so much -- I really appreciate your time and helpfulness.

  • Curve type in a parametric

    3
    0 Votes
    3 Posts
    151 Views
    d.healeyD

    Ah ok I see the issue. I assume you're connecting the button to the module through processor/parameter ID? The button only has two states, 0 and 1, so it will only change the Type parameter between those two values.

    If you want it to cycle through more values you'll need to handle it through scripting by using a variable as a counter and increasing it each time the button is clicked, resetting when you get to the max (4) and passing the value to the EQ's Type attribute.

    If your EQ has more than one band you'll need to use the band offset to select which band is affected by the button - forum search for "band offset".

  • Analog Noise in my fx plugins

    4
    0 Votes
    4 Posts
    304 Views
    A

    @goldee
    Of course you can simlply use a sampler to do this.
    You can also try something like "micro sidechain" (which is basically inject the noise aound the 0 point) might give you a more natural sounding result

  • MPE - envelope modulators only, can't map to say Gain or filter?

    3
    0 Votes
    3 Posts
    165 Views
    L

    @d-healey I was being daft. The problem I have is that the vast bulk of my instrument is tied up in a ScriptFX Granulator - because using the scriptnode synth module caused me loads of audio issues early on, so I switched to using ScriptFX instead and it's been clean sailing since. Issue is - you can't use these modulators on ScriptFX, the envelope, pitch etc aren't available.

  • Renaming Global Cables

    2
    0 Votes
    2 Posts
    140 Views
    Christoph HartC

    @DanH no, but they are ref counted, so just use the new name and reload the project, then the old ones will disappear.

  • Impulse Response loader

    2
    0 Votes
    2 Posts
    127 Views
    d.healeyD

    @pcs800 If you delve into the file and file system APIs you can add a button to open a file browser to allow users to select a IR.

    Or if you want a simpler solution you can add a waveform control to your UI, connect it to your effect, and then users can just drag/drop an IR onto it.

  • Exported plugin can't access the internet on Linux

    7
    0 Votes
    7 Posts
    440 Views
    d.healeyD

    @bendurso said in Exported plugin can't access the internet on Linux:

    Maybe you could try the exported plugin on your computer? :)

    Make a minimal example project to test

  • 0 Votes
    32 Posts
    5k Views
    D

    @Chazrox Thanks, I've done something different for the Preset Browser now, but I'll definitely check this out.

  • Plugins fail to load into Logic- isMetaParameter not set.

    Solved
    22
    0 Votes
    22 Posts
    4k Views
    AxiomCruxA

    @gorangrooves I realize this is an old post, but I have been going about it simply by using a custom UI look and feel and drawing the widget to show the rounded value, even though under the hood is a slightly different value. Seems to work so far, will double-check in logic

    g.drawAlignedText(Math.round(val) + "" + obj.suffix, [a[0], -0.15*a[3], a[2], a[3]], "centred");
  • Slider "locked" issue

    3
    0 Votes
    3 Posts
    224 Views
    T

    Thank you David !

  • Compiling HISE with Faust on Linux

    14
    0 Votes
    14 Posts
    2k Views
    d.healeyD

    @bendurso said in Compiling HISE with Faust on Linux:

    So I arranged them in the same order you did, and the error disappeared.

    Good to know!

27

Online

1.9k

Users

12.4k

Topics

108.4k

Posts