• Knob on loop for Lottie animations in HISE

    1
    1 Votes
    1 Posts
    291 Views
    No one has replied
  • I updated HISE but now it will not compile

    13
    0 Votes
    13 Posts
    745 Views
    G

    OK great. been too long since I have worked with it. I had a stroke in January. No lasting effects but my mind is not perfect. Thank you for everything.

  • Parametriq EQ knob linking

    3
    0 Votes
    3 Posts
    256 Views
    elemen8tE

    @d-healey Ah okay I see, thanks for the reply :)

  • 1 Votes
    7 Posts
    437 Views
    C

    @Orvillain Pretty sure it just explodes.

  • Words of Encouragement for Students Learning HISE

    5
    4 Votes
    5 Posts
    577 Views
    C

    @ericchesek Every time I want to complain about the documentation, I remind myself that is nothing is stopping me from updating it myself.

  • Dynamic FX Panels

    Unsolved
    4
    0 Votes
    4 Posts
    289 Views
    C

    @HISEnberg It's those little things that can us in circles for hours. Nice work, looks like you're on your way.

  • Doubts regarding snex_shaper

    Unsolved
    2
    0 Votes
    2 Posts
    245 Views
    OrvillainO

    @Mighty23

    RE: getting the display. I've done some of this recently. However I was trying to display an envelope. This was more or less my boilerplate code:

    // This is some boilerplate prototype code for drawing an envelope display // across the top of a waveform - it requires there to be a specific panel for it const var db = Synth.getDisplayBufferSource("sampler_0"); const var display = db.getDisplayBuffer(0); const var envelopedisplay_0 = Content.getComponent("envelopedisplay_0"); envelopedisplay_0.setPaintRoutine(function(g) { var p = display.createPath(this.getLocalBounds(0), [0, 1, 0, -1], 0); g.setColour(Colours.withAlpha(Colours.lightblue, 0.3)); g.fillPath(p, this.getLocalBounds(0)); g.setColour(Colours.black); g.drawPath(p, this.getLocalBounds(0), 1); }); envelopedisplay_0.setTimerCallback(function() { this.repaint(); }); envelopedisplay_0.startTimer(10);

    Now, I tried this with the snex_shaper earlier, and fell at the first hurdle. The Synth.getDisplayBufferSource() call returned an error saying there was no display object. So I think the snex shaper would need to be updated to expose that.

  • Debugging Memory Usage

    1
    1 Votes
    1 Posts
    194 Views
    No one has replied
  • Rhapsody

    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Global Envelopes --- grrr....

    18
    0 Votes
    18 Posts
    933 Views
    LindonL

    @Christoph-Hart one simple implementation would be to add a new local envelope type - so an AHDSR envelope that got its parameters from a global envelope source.... I do this now manually but it would be nice not to have to keep track of which Global envelope each local envelope is copying its params from....

  • exporting issues (HISE Path no SDK found)

    10
    0 Votes
    10 Posts
    828 Views
    d.healeyD

    @streakychin You need to disable IPP in your project's preferences

  • Phase issues with sampler

    Solved
    11
    0 Votes
    11 Posts
    891 Views
    arcyA

    Ok, I found the problem. Due to the imperfect tuning of an analogue OSC, the phase was not aligned. So, I perfectly tuned all my samples and manually phase-aligned them. Now the phase effect when two notes were played in octaves is gone.
    Thanks for your support! I'm sure that this info will be useful for other samplists.

  • Text Kerning / Character Spacing?

    12
    0 Votes
    12 Posts
    1k Views
    E

    @d-healey Hmm this might work for monospace fonts, but I get different results based on getting the string width of a space or any character. I don't see why the kerning adds a space at the end of a string. I don't think this is common.

    Maybe Christoph can provide some insight? @Christoph-Hart

  • Path to JUCE is incorrect

    5
    0 Votes
    5 Posts
    573 Views
    d.healeyD

    @djaychela said in Path to JUCE is incorrect:

    I attempt to run the project in XCode

    Don't run it in xcode, just compile it.

    https://youtu.be/zeLeCSNh0XM

  • (Please Help) Exported Plugin Fails to Scan in Reaper and Crashes Ableton

    19
    0 Votes
    19 Posts
    886 Views
    B

    @Barchel Got some warnings tho:

    C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\AdditionalSourceCode\nodes\factory.cpp(13,9): warning C4068: unknown pr
    agma 'clang' [C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\Binaries\Builds\VisualStudio2022\CrushVerb_SharedCode.vcx
    proj]
    C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\AdditionalSourceCode\nodes\factory.cpp(14,9): warning C4068: unknown pr
    agma 'clang' [C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\Binaries\Builds\VisualStudio2022\CrushVerb_SharedCode.vcx
    proj]
    C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\AdditionalSourceCode\nodes\factory.cpp(38,9): warning C4068: unknown pr
    agma 'clang' [C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\Binaries\Builds\VisualStudio2022\CrushVerb_SharedCode.vcx
    proj]

    C:\Users\Amelia\Documents\GitHub\Hise Version\HISE\hi_scripting\scripting\engine\JavascriptEngineCustom.cpp(839): warni
    ng C4715: 'hise::HiseJavascriptEngine::RootObject::InlineFunction::ParameterReference::getResult': not all control path
    s return a value [C:\Users\Amelia\Documents\GitHub\Hise\CrushVerb\Binaries\Builds\VisualStudio2022\CrushVerb_VST.vcxpro
    j]

  • 0 Votes
    7 Posts
    847 Views
    LindonL

    @a200 said in VST Export Error "error: Cycle inside a single target; building could produce unreliable results.":

    @d-healey

    Reporting back this indeed solved my issue. Was able to compile a VST (had to turn off Use IPP in HISE settings as I could not find a download for it and it isn't mentioned anymore in the docs). But otherwise working great thank you so much!

    IPP isnt required on MacOS...

  • How is the font distributed in the final product?

    Solved
    8
    0 Votes
    8 Posts
    474 Views
    C

    @Lindon @d-healey I'm having an issue right now where fonts that I reference are not working in my compiled plugin. Have you guys ever experienced this? I'm using Open Type Fonts.

  • PKG error

    3
    0 Votes
    3 Posts
    315 Views
    pelleP

    @Lindon HI, I've solved, the solution is to sign and notarise from the terminal and not from Packages.

  • Granulator and Pitch

    3
    0 Votes
    3 Posts
    383 Views
    DanHD

    @DanH seems even a basic scriptnode synth doesn't respond to pitch information either. Obviously there is a midi control node which will solve this for synths but not for the granulator.

  • Global Modulator - Value Access

    5
    0 Votes
    5 Posts
    247 Views
    LindonL

    @Christoph-Hart ok understood _ I think, My scenario is I want to alter the midi velocity of incoming notes to some defined table value...so Im not sure where the callback would be executed..and how it would "grab" the incoming MIDI event

23

Online

2.0k

Users

12.8k

Topics

110.9k

Posts