• 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
    603 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
    816 Views
    JulesVJ

    @aaronventure Thanks, looks interesting :)

  • Looking for a developer

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

    3
    0 Votes
    3 Posts
    349 Views
    elemen8tE

    @HISEnberg Awesome thank you so much!

  • Sample Relocation Folder Does Not Exist...

    6
  • TempoSync value order tweak.

    3
    1 Votes
    3 Posts
    303 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
    932 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

  • When the mouse clicks outside the panel, set the button value to 0?

    11
    0 Votes
    11 Posts
    1k Views
    Felix WF

    @rglides cool🍹

  • HISE failing to build with faust on osx, even though disabled

    3
    0 Votes
    3 Posts
    441 Views
    T

    @d-healey so I read through that, but I don't think that's the issue, because I don't even have a libfaust.so file in that directory, only the .a file?
    (I'm on the most recent version on the github releases page, as of like 2 months ago; not the develop branch btw)

    I did see a readme in the file, and saw this contained within, which sounds like the issue; well sort of, different filename though. Screen Shot 2025-04-13 at 7.20.20 PM.png

    However, when I attempt to follow the steps, I don't see a valid architectures section at all. I see Screen Shot 2025-04-13 at 7.21.07 PM.png

    So I changed OSX Architecture from default to Native Build Machine and tried that, but still didn't work.

    I also tried following the instructions of the readme to download and install faust into the faust directory, also didn't work.

  • sample import demo project

    6
    0 Votes
    6 Posts
    401 Views
    rglidesR

    @jeffd haha I just saw this after replying. Ok good yep that's it

  • vst3 not found

    4
    0 Votes
    4 Posts
    276 Views
    David HealeyD

    @gcd Compile the develop branch, you pretty much only ever need the standalone version anyway.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • is it possible to load a .wav into memory for processing with faust

    10
    1 Votes
    10 Posts
    2k Views
    OrvillainO

    @Christoph-Hart Right, understood! I thought you could! My bad.

12

Online

2.2k

Users

13.5k

Topics

117.6k

Posts