• 0 Votes
    2 Posts
    43 Views
    DabDabD

    @filipalex96 I guess FL MidiOut is required for your Plugin.
    Midiout and your Plugin must be share the same Midi port Number.
    Midi.jpg

  • Bypass Mac Security for DEMO'ing

    3
    0 Votes
    3 Posts
    55 Views
    ChazroxC

    @orange Sweet. Thanks! We'll give this a try again tomorrow! 🙏

  • Which version of juce does hise use?

    3
    0 Votes
    3 Posts
    45 Views
    pcs800P

    @d-healey Awesome, thank you

  • Hise pricing

    4
    0 Votes
    4 Posts
    85 Views
    pcs800P

    @Christoph-Hart Thank you

  • Any way to recreate the ShapeFX curve module in Scriptnode?

    5
    0 Votes
    5 Posts
    94 Views
    griffinboyG

    @ustk

    python, julia or matlab is your friend.
    There are many scientific libraries for LUT generation, which can do curve fitting and other clever thingies.

    I have an entire custom app built in python that can reverse engineer waveshapers from any linear shaper vst. I've reverse engineered many algorithms automatically using this tool.

    BTW, use JuceVectorizedMath if using c++
    You can do multiply add operations on a whole buffer. Efficient.

  • Sample Engine groups

    9
    0 Votes
    9 Posts
    293 Views
    T

    Nice, thank you @Lindon !

  • Saving and accessing presets

    28
    0 Votes
    28 Posts
    697 Views
    pcs800P

    @d-healey Thanks for all your help. It's very much appreciated.

  • Exporting as VSTi

    8
    0 Votes
    8 Posts
    278 Views
    d.healeyD

    @AxiomCrux said in Exporting as VSTi:

    No, I was trying to use the built-in export feature, does that require me to compile HISE?

    When you "export" from HISE what actually happens is HISE builds a JUCE project for your plugin and runs the compiler to build it. This is the same process as compiling HISE itself.

    Also you generally want to be compiling your projects using the same version as the source code that was used to build HISE, otherwise you might end up with weird conflicts.

    So generally the first step is to compile HISE. That way you know everything is setup correctly for compiling. Then you export your project.

    @AxiomCrux said in Exporting as VSTi:

    built-in compiler script to figure out how to get a plug-in beta test installer for Mac and PC. I believe I found a video you had made for the process on Mac

    I would advise in general not to run scripts (even from me) unless you understand what the script is doing. Scripts can do a lot of damage if not setup and used correctly.

    All my build script does is the same manual steps you'll do when exporting your project from HISE. So start with the manual version, then you'll be able to follow along with what the script is doing.

  • 0 Votes
    14 Posts
    418 Views
    A

    @Christoph-Hart the web dev tools are very far ahead, as well as accessibility compatibility, testing etc. Not even gonna go into the available libraries and the fact that you can get ChatGPT help whenever you're stuck.

    I'm currently using Svelte+SvelteKit for one interface, and it's just so nice working with it. As if Svelte's modularity-focused approach wasn't enough, the deployment for HISE/WebView is a breeze. You install any library you want into the project, and in the end the SvelteKit static build compile pulls in only the stuff you used, gives you an index.html file with an accompanying _app directory and any assets that you put into the static dir. You point HISE to it and that's it.

  • Can't remove Child Modules

    16
    0 Votes
    16 Posts
    310 Views
    bendursoB

    @HISEnberg I hadn't thought of that—thanks for the idea. I actually used the saturator as an example, but I'm using a chain of dynamic effects, including the saturator and phaser, both of which have modulation. Still, I could definitely redo them using Faust or the built-in functions of Scriptnode. Thank you :)

  • Strange result after export

    4
    0 Votes
    4 Posts
    109 Views
    d.healeyD

    @Sampletekk Well it does say "Processen slutförd" at the end.

  • 0 Votes
    3 Posts
    114 Views
    GabG

    @orange Thanks!

  • Arabic Maqams

    5
    1 Votes
    5 Posts
    164 Views
    X

    @d-healey Thanks for the help, I really appreciate it, I will check the link

  • Project file extension

    13
    0 Votes
    13 Posts
    336 Views
    pcs800P

    @griffinboy Ok, noted. Thank you

  • Pitch Shifter (FAUST/RNBO/C++)

    5
    0 Votes
    5 Posts
    241 Views
    orangeO

    @treynterrio said in Pitch Shifter (FAUST/RNBO/C++):

    @orange the pitch shift node is definitely better

    Yes it is much better than the Faust ones.

    @orange when I pitch down it destroys the entire sound and hise crashes.

    It doesn't crash here, I am using a commit from 4th April.

    PSSSS.gif

  • My HISE choir

    18
    22 Votes
    18 Posts
    493 Views
    ChazroxC

    @Simon Wow thats pretty impressive. I can only imagine the work on this. 👏 👏

  • Bypassed by the DAW

    5
    1 Votes
    5 Posts
    235 Views
    ustkU

    @d-healey I tried that recently just to reflect the bypass state of the DAW to the bypass button of the VST, but it wasn't reliable in the end... Maybe I've done it wrong that been said...

  • Packages question

    3
    0 Votes
    3 Posts
    52 Views
    S

    @d-healey Thanks! That did the trick!

  • Rhapsody's (Libre Wave) licensing system

    6
    1 Votes
    6 Posts
    153 Views
    D

    @d-healey Thank so much!

  • best way to kill all voices?

    6
    0 Votes
    6 Posts
    379 Views
    griffinboyG

    @d-healey

    Probably because I'm a fool and I didn't get how to call it in the natural state 😅

17

Online

1.7k

Users

11.8k

Topics

102.4k

Posts