@Mors I've succesfully build the most recent Develop Branch with Faust 2.74.6 on Windows 11. It might be a deeper problem or the Develop Branch you're on.
Best posts made by Gab
-
RE: Build error on HISE with faust (windows)
-
Faust not able to play Fx (Win 11, Hise 4.0.0, Faust 2.74.6)
My Faust Fx seems to not be able to play anything when i'm loading them into Scriptfx.
I can play with them in the Faust IDE and compile them into hise and change the knobs value (even exporting to DLL works) but there's no sounds difference whatsoever.
Everything is correctly set when it comes to the Path and the Build (Release with Faust) so i'm wondering if someone else had or has this problem currently.
Thanks in advance!
-
RE: Sidechain Fx like Kickstart?
@yall Okay great!
One last thing, what's the lfo module name in the scriptnodes?
-
Project constantly crash after deleting files with Clean DSP network files (Windows Dev Branch)
So I deleted unused Faust and Scriptnodes files and forgot to save before exiting and now the project can't load without crashing.
Potential issues with the Clean DSP?
Latest posts made by Gab
-
RE: getAttribute index for Pitch modulation LFO Semitones?
@d-healey It's working but shows 6000 for some reasons (settings of min -1 max 1)
-
RE: getAttribute index for Pitch modulation LFO Semitones?
@d-healey It's to restore a knob value on the UI, do I put a specific number like getIntensity(1); or I directly input the value like (-12):?
-
RE: getAttribute index for Pitch modulation LFO Semitones?
@d-healey Thanks! the index would be 0?
-
getAttribute index for Pitch modulation LFO Semitones?
Is it possible to enter the attribute for the semitones (see picture) like this :
PitchshiftKnob1.setValue(PitchShift1.getAttribute());
it's for knobs updating when selecting a base64 preset.
Thanks in advance!
-
RE: AudioAnalyser in Floating tile LAG!
@xander I get that same issue, maybe it has to do with not having IPP enabled?
-
RE: Previous/Next preset button closes the preset browser
@mmprod Is your Preset Browser In a panel? If so disable the Saveinpreset function that link it
-
Project constantly crash after deleting files with Clean DSP network files (Windows Dev Branch)
So I deleted unused Faust and Scriptnodes files and forgot to save before exiting and now the project can't load without crashing.
Potential issues with the Clean DSP?
-
RE: Replacing stock button image
@VirtualVirgin You could do something like that if that's what you're trying to acheive or you can color panels in order to have a colored background under the button
-
RE: Replacing stock button image
@VirtualVirgin You should check out this video for more detail
https://youtu.be/d77QJfEMGms?si=fmfq01oFiUH8R6NK
I'm not sure what you're exactly trying to do with the background but once you're putting a custom image, these settings don't do nothing no more
-
RE: Change default scrollbar box padding?
@Straticah Have you ever found a solution for that?