• Expansion not appearing in compiled plugin

    12
    0 Votes
    12 Posts
    918 Views
    X

    @d-healey Ok I'll check it out on patreon thanks for your time

  • Pitch fx

    6
    0 Votes
    6 Posts
    815 Views
    T

    @HISEnberg Did you get the patch to work in hise? I get no mix or sound when I insert the patch into hise.

  • What do I do now - Compiling on Sonoma

    9
    0 Votes
    9 Posts
    1k Views
    F

    @d-healey Thanks, simultaneously I just found this thread:
    https://forum.hise.audio/topic/9830/attaching-text-json-files-to-the-compiled-binary/6

    I really assumed that I could load data like this but that's ok - I will do the suggestion in there of checking for a file and falling back to a default object if not found, at least for the resets/presets code. The main data I can definitely move to a .js no problem. The main data of my entire script including samplers came from a JSON file and I was tricked into thinking it was working fine because the samplers are created at compile with the correct data, and so I figure the UI was as well. No wonder absolutely nothing has been working correctly.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    24 Views
    No one has replied
  • Cannot finish Export Setup Wizard on Linux

    5
    0 Votes
    5 Posts
    517 Views
    oskarshO

    @d-healey thanks alot that worked!

  • PLUGIN DELIVERY: Latest & Greatest?

    Solved
    25
    0 Votes
    25 Posts
    6k Views
    ChazroxC

    @hisefilo cool. I'll do some reading. Might be back. Thank You!

  • Possible to draw beyond callback obj with LAF on slider and button?

    11
    0 Votes
    11 Posts
    1k Views
    ChazroxC

    @whoopsydoodle

    Here's an example of 'simple and easy'.

    anything outside of this, you're definitely making it less simple and easy.

    Laf Shadows and a subtle glow are attached to the slider knob body so it seems 'responsive' moving up and down the slider.

    Slider made separate then drawn into Laf function.

    Screenshot 2025-04-18 at 3.36.25 PM.png

    You could LAF some shadows and glows to help the vibe for sure.

    Slider Example Shadows.gif

  • Interpolate or merge filter curves?

    4
    0 Votes
    4 Posts
    601 Views
    griffinboyG

    @Straticah
    ikr : )
    I think it was one of the first questions I asked on the forum, so this is very nostalgic.

  • Build failed CompileC

    56
    0 Votes
    56 Posts
    9k Views
    A

    @d-healey So, I think the issue had to with the most recent Xcode Update.

    I was on 16.3 and reverted back to 16.2, seems to be all good now.

    Thanks for the help folks.

  • Basic JSON Question

    7
    0 Votes
    7 Posts
    604 Views
    LindonL

    @JulesV start here:

    const var externalDat = { "Option 1": A, "Option 2": B, "Option 3": C, "Option 4": D }; inline function CheckOnLoad() { local data = Engine.loadFromJSON("../MyFile.dat");); Console.print(trace(data)); //data = externalDat; //Engine.dumpAsJSON(data, "../MyFile.dat"); }; CheckOnLoad();
  • Get the number of elements in a JSON object

    9
    0 Votes
    9 Posts
    819 Views
    JulesVJ

    @aaronventure Thanks, looks interesting :)

  • Looking for a developer

    1
    3 Votes
    1 Posts
    181 Views
    No one has replied
  • Button to Scriptnode Parameter Value

    3
    0 Votes
    3 Posts
    352 Views
    elemen8tE

    @HISEnberg Awesome thank you so much!

  • Sample Relocation Folder Does Not Exist...

    6
  • TempoSync value order tweak.

    3
    1 Votes
    3 Posts
    304 Views
    ustkU

    @CyberGen you're absolutely right, but this would break backward compatibility. So making your own array seems to be the solution for now.
    In the waiting for a HISE_USE_NATURAL_TEMPO_ORDER preprocessor ☺

  • Best Way to Implement This?

    Solved
    15
    0 Votes
    15 Posts
    1k Views
    VirtualVirginV

    @clevername27 said in Best Way to Implement This?:

    @VirtualVirgin I appreciate the enthusiasm. When I do take the wraps off, I'm following @d-healey's lead, and releasing the rest of my code to the community. Let me know if there's something specific you'd like.

    Thank you! When I have enough experience, I would like to contribute as well.

  • Hise with latest Faust 2.79.3 compilation failed

    28
    0 Votes
    28 Posts
    4k Views
    S

    @d-healey
    Alright, Linux is the way to go on a long term. I already thought so.
    Thanks for your help David!

  • Mouse event of DraggableFT with attachToComponentMouseEvents

    2
    0 Votes
    2 Posts
    227 Views
    ustkU

    @JulesV The problem is that the different positions the event object holds are related to the node when you hover it, and the whole tile when not on a node...
    This makes the tracking impossible. There might be another solution that would allow to discriminate if on a node or not, but I am not aware of...

    Or do the same as for the y position, using the frequency from the module that you convert to a 0-1 position then multiply with the FoaltingTile witdth

  • Panel - Send Value on Drag

    12
    0 Votes
    12 Posts
    939 Views
    David HealeyD

    @DanH Not directly but within the mouse callback you can check the position of the cursor and ignore clicks outside of the boundary you want to set.

  • Problem with looppoints

    25
    0 Votes
    25 Posts
    3k Views
    David HealeyD

    @tiesvdam This post has some documentation about editing and accessing sample properties - it's a little out of date so if something doesn't quite work you might need to check in the docs - https://forum.hise.audio/topic/64/fun-with-regex

    Also take a look at the custom sample import project - https://github.com/christophhart/hise_tutorial/tree/master/CustomSampleImport

8

Online

2.2k

Users

13.5k

Topics

117.7k

Posts