@griffinboy Much appreciated, thank you so much!
Posts made by harris rosendahl
-
RE: 3rd party Header Files in Hise?
-
RE: 3rd party Header Files in Hise?
There are many dsp libraries available for use. For example Airwindows...etc.
Would you be able to make a sample project (picked from any dsp library) or a screen video to explain the Third Party stuff to newbies like us? If not, no problem.
Distortion, Saturation would be great.
-
RE: Airwindows again
@Christoph-Hart While there is an excellent, complex and successful MIT licensed library written by Airwindows, why not add them to HISE, right?
Please add Airwindows library to HISE, I beg.
-
RE: Expandable GUI
@aaronventure said in Expandable GUI:
@ulrik So the implementation is dead simple: create a broadcaster with
width
andheight
as arguments, then call Content.makeFrontInterface whenever you want to change the interface size.Minor epilepsy warning in Reaper, though: when you size it down, the area delta flashes white for a few frames. I guess this is DAW-specific. I'd still be wary of using this for standard panel switching if the user has to endure flashing every time they switch the panels.
@aaronventure So this is not working properly in Reaper, right? Have you also tried on the other DAWs too?
@Christoph-Hart Any ideas?
-
RE: Expandable GUI
I apologize, but I think this feature is really necessary.
Please add this @Christoph-Hart
-
RE: AI with Hise?
@iamlamprey I think AI should be included standard in Hise, just like scriptnode system.
AI audio in general is still pretty limited aside from a few edge-cases like distortion pedals or singing-synths
Check the above link, it's the way much more than that now :)
-
RE: AI with Hise?
@iamlamprey I mean standard integration like FAUST. Is there any libraries for it with a proper licensing?
-
AI with Hise?
I don't know if this has been asked before.
Will HISE integrate with Artificial Intelligence (AI) technology or Machine Learning in the future?
Every day we see many fx & instrument plugins integrating with AI. Integration into this is absolutely mandatory for the future tech compatibility. Is there any plan regarding this?
-
RE: Calling multiple functions with delay on a Knob's Callback
@Christoph-Hart said in Calling multiple functions with delay on a Knob's Callback:
I've pushed an experimental build flag that might help with the issue. Please pull HISE and export your plugin with the
HI_DONT_SEND_ATTRIBUTE_UPDATES
flag set in your Extradefinitions. This should deactivate the internal messaging and hopefully fix the crash. Let me know if that helped.This flag should be used like this, right?
HI_DONT_SEND_ATTRIBUTE_UPDATES=1
-
RE: FAUST Stereo Limiter 1176 Help needed
@sletz Is Faust engine stable enough with Hise to release commercial products?
I am interested in the Wave Digital Models and ready to use Faust libraries.
But as I see Faust doesn't work stable in Hise and causes lots of daw crashes with the compiled plugins.
Can you please fix these stability and also even the installation issues (Intel-M1 Macs and Windows), so it would be great to use Faust in here.
-
RE: FAUST Stereo Limiter 1176 Help needed
@Lindon Thank you for the info!
-
RE: FAUST Stereo Limiter 1176 Help needed
@Lindon said in FAUST Stereo Limiter 1176 Help needed:
it would be the same thing no? If so its not really an 1174 compressor is it...
Acording to here: https://faustlibraries.grame.fr/libs/compressors/#colimiter_1176_r4_stereo
compressor_stereo
andlimiter_1176_R4_stereo
are not the same things. Are they? -
RE: FAUST Stereo Limiter 1176 Help needed
@DabDab Your method looks ok when it's compared to here: https://faustlibraries.grame.fr/libs/compressors/#colimiter_1176_r4_stereo
I am also interested how to use that compressor in Faust also.
-
RE: Loading/creating a file causes crash on Win 11
@modularsamples Have you been able to build a plugin with Faust successfully and without any problem or DAW crash?
Which version of Faust are you using?
-
RE: Some Faust errors on Hise
I see that, thank you so much.
Which reverb for example has a channel mismatch in HISE too?
I've come across this error on
reverbTester
,reverbDesigner
,fdnRev
andzitaRevFDN
. And as I see in the diagrams, all of them have multiple input channels.Regarding the JPVerb and Greyhole reverbs, on the Web IDE page the GRAME License has been declared.
But the license of these reverbs has been declared as GPL2+ here: https://github.com/grame-cncm/faustlibraries/blob/master/reverbs.lib
So that means these reverbs can't be used without sharing the source code? So this is not MIT License as @Christoph-Hart shared here: https://forum.hise.audio/topic/6505/faust-is-here/9
I think Licensing is very tricky in Faust :)
-
RE: Some Faust errors on Hise
@toxonic So we can't convert it to stereo? Most of the reverbs give this error on that library page
-
RE: Some Faust errors on Hise
@ustk Thank you for the suggestion. I think this duplicating solution doesn't work every time. Maybe because of this is the demo.
This doesn't work
declare name "zitaRevFDN"; declare version "0.0"; declare author "JOS, Revised by RM"; declare description "Reverb demo application based on zita_rev_fdn."; import("stdfaust.lib"); process = dm.zita_rev_fdn_demo, dm.zita_rev_fdn_demo;
-
RE: Some Faust errors on Hise
I am trying to run the reverbs from here: https://faustdoc.grame.fr/examples/reverb/
But I get the below errors on most of them. How to overcome this?
For example, the below one gives this error:
declare name "zitaRevFDN"; declare version "0.0"; declare author "JOS, Revised by RM"; declare description "Reverb demo application based on zita_rev_fdn."; import("stdfaust.lib"); process = dm.zita_rev_fdn_demo;
-
RE: libfaust.2.50.6.dylib cannot be opened because the developer cannot be verified.
@DabDab Thanks it works with xattr -cr method.
So is that a proper solution for this? @Christoph-Hart