• Reverb DSP and Allpass Filters

    9
    0 Votes
    9 Posts
    2k Views
    KimiAK

    @Dan-Korneff Thank you so much! this is amazing.

  • Sysex....pretty please :)

    2
    1 Votes
    2 Posts
    211 Views
    Christoph HartC

    @lalalandsynth Maybe you can use OSC for that? Everything that has to do with MIDI in HISE is using the HiseEvent type internally which is spectacularly incompatible with SysEx so the MidiOut will still not work as you want (also it can't send it to an actual MIDI output, it will just put the message into the buffer that came from the DAW).

  • HISE regex is wierd - how to select HTML tags?

    7
    0 Votes
    7 Posts
    873 Views
    David HealeyD

    Here's a function for stripping html tags from a string.

    const originalString = " <div> <p>Hey that's <span>something</span></p> </div> "; inline function stripHtmlTags(str) { local newString = str; local matches = Engine.getRegexMatches(newString, "<[^<>]+>"); for (x in matches) newString = newString.replace(x); return newString.trim(); } Console.print(stripHtmlTags(originalString));
  • JUCE's Fast Math Approximations Needed

    3
    1 Votes
    3 Posts
    679 Views
    FortuneF

    @Christoph-Hart Thank you so much man, I'll try and use them ASAP.

    I have really complex equations that use the trigonometric math functions like tanh, cosh, cos, atan... several times as a combination on each equation. So I think the total performance should be improved now. Thank you!

  • Expansions Folder File Ref

    14
    0 Votes
    14 Posts
    777 Views
    DanHD

    @d-healey I know I meant I can't get to the right folder using that code

  • About a Waveshaper in SNEX

    7
    0 Votes
    7 Posts
    866 Views
    ?

    @orange @Christoph-Hart

    Thank you so much guys, really appreciate your help! 👍

  • Error compiling DSP Network

    6
    0 Votes
    6 Posts
    275 Views
    toxonicT

    @d-healey
    Ouch! My fault, i just ran the new version from the dowmloadfolder, where i also compiled it, witchout caring about the paths leading to the old built.
    Sorry for that! :(

  • How to use the Scriptnode scope ?

    1
    0 Votes
    1 Posts
    128 Views
    No one has replied
  • ScriptNode setup

    9
    0 Votes
    9 Posts
    480 Views
    David HealeyD

    @toxonic For importing external c++ as nodes

  • Change number of steps in cable pack?

    3
    0 Votes
    3 Posts
    173 Views
    lalalandsynthL

    @Christoph-Hart Excellent ! Thanks

  • UI Table- ignore controller unless controller #4

    7
    0 Votes
    7 Posts
    337 Views
    gorangroovesG

    @d-healey Got you! I didn't think that would interfere. Thank you! That fixed it.

  • Linking Problem

    15
    0 Votes
    15 Posts
    569 Views
    toxonicT

    @Christoph-Hart
    Okay, found it and enabled OpenGL, it works better. Still not really smooth, but i can work with that so far.
    I checked out system monitor, and found, that only one CPU core is really working, since i enabled OpenGL. I will try to figure out, why.
    However, thank you for your help so far! :-)

  • Can't export plugin on macOS

    19
    0 Votes
    19 Posts
    2k Views
    D

    @d-healey Well, that was easy. Thanks a lot for your help! This is my first experience with development.

    For some reason it only compiled VST, but at least it works :)

  • LAF? on Wave Display

    1
    2 Votes
    1 Posts
    143 Views
    No one has replied
  • Rubberband v3

    3
    0 Votes
    3 Posts
    297 Views
    David HealeyD

    @Christoph-Hart said in Rubberband v3:

    The license got pricier too though

    Everything is pricier today :)

  • Adventures in ScriptNode - FM

    5
    0 Votes
    5 Posts
    597 Views
    LindonL

    @Lindon -ok this is a bug - doing it that way doesnt work - you have to create a whole new softbypass container and then put your node inside it...

  • Recreate Bitcrusher Module in Scriptnode

    31
    0 Votes
    31 Posts
    5k Views
    Casey KolbC

    We've confirmed this is not just specific to our project but happens with any project on both Mac and PC in certain DAWs (Cubase, Bitwig, Live) using the most recent develop branch. We've tested on many different computers with all the permutations. I'm really not sure what's going on here, but it doesn't have anything to do with the bitcrusher. It happens when using the split node in any project. In certain DAWs, the VST will only Output the left channel, regardless of the effects in the chains.

  • Error compiling HISE plugin

    4
    0 Votes
    4 Posts
    208 Views
    David HealeyD

    @toxonic It was in the error message you posted ;)

    45ffbe1b-d9b3-4926-981e-9739f5c36e30-image.png

  • Changes in HISE....

    7
    0 Votes
    7 Posts
    355 Views
    DanHD

    @Lindon the Spectral Analyser changed.... You are meant to be able to create your own curve (but I'm not sure it works?! 😆 )

  • Handy Tool to Steal SVG From websites 🤑🤏👀

    3
    2 Votes
    3 Posts
    219 Views
    NatanN

    @Christoph-Hart Oh My GODDD 😂😂😂😂😂

10

Online

2.4k

Users

13.8k

Topics

120.2k

Posts