Merry Christmas from wintery Canada
Posts made by Brian
-
Loris not loading with Wavetable converter
For some reason no matter what I do and I checkmark and point HISE to the right place and the latest LORIS 0.2.2 build dynamic library in preferences ( I am on Mac with the latest develop build) I still get this error message ' Can't find pointer for Loris_set()'. If anybody knows how to solve this do tell :)
-
RE: WebView Not Scaling With Zoom Factor
@Christoph-Hart thank you! That should do the job just perfectly! We'll report back on how this goes :)
-
RE: WebView Not Scaling With Zoom Factor
@Christoph-Hart quick side question , if we have audio being streamed via the browser from a web url source ( context being able to preview a demo of a sound etc.) I am assuming that this will not play through HISE. Might there be a way to be able to set this via scripting ? :)
-
RE: FAUST Stereo Limiter 1176 Help needed
@DabDab co.limiter_1176_R4_stereo IS co.compressor but with fixed values to serve as an example, the script I provided gives control parameters to that exact compression algorithm.
-
RE: FAUST Stereo Limiter 1176 Help needed
@harris-rosendahl said in 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.
@harris-rosendahl What version of FAUST are you using? And do you have a simple HISE project example that we can use to test with? Also, what specific issues do you get with installation, are you referring to installing the FAUST assets or a compiled plugin that has FAUST dsp code embedded?
-
RE: FAUST Stereo Limiter 1176 Help needed
'1176' is just an abstraction of the stock compressor, here is an example in script form that does work which might give you a better idea:
import("stdfaust.lib");
ratio = hslider("ratio",4,0,20,0.01);
thresh = hslider("threshold",-5,-30,0,0.01);
att = hslider("attack",2,0,10,0.01);
rel = hslider("release",2,0,5,0.01);
limiter1176 = _, _ : co.compressor_stereo(ratio,thresh,att,rel): _, _ ;process = limiter1176;
-
RE: Audio waveform loader
@Christoph-Hart connecting to a sampler sounds intriguing! Tell us more! How can we go about doing this up? :)
-
RE: Happy Holidays..
Happy Holidays everyone, I've been quietly 'lurking' in the background as Christoph likes to say :face_with_tears_of_joy: , but I hope to be more active here going forward.
And what an absolutely brilliant addition with RNBO @Christoph-Hart! Your amazing work has changed all our lives for the better! :)
-
RE: Faust is here...
@Sawer any editor will do then, even just the basic text app works just fine.
-
RE: Faust is here...
@Sawer looks like you’ve not installed it properly. Have you followed the Mac install instructions?
-
RE: Scriptnode table
@ustk were there any developments on this since your last bump?
-
RE: Wave Digital Filters
@UrsBollhalder and fellow dev masters, I am definitely late to the party and didn't know SOUL was already defunct :confused_face:
@dustbro are you using JUCE for your DSP design? If so you could try using the Faust export to JUCE feature as a test.
-
RE: Wave Digital Filters
I noticed in the last commit that there seems to be a SOUL node included, if it does work then there is a chance this could work:
Hybridizing FAUST and SOUL at ADC 2019 : https://www.youtube.com/watch?v=Kd7hggLvp-g 20
some tools here: https://github.com/grame-cncm/faust/tree/master-dev/architecture/soul 12
using the Faust Web IDE 12 and exporting to SOUL:
-
RE: Snex_node Needs to be wrapped into a compileable DSP Network
@Christoph-Hart I think we are going to need some video tutorials from you on this insanely amazing DSP powerhouse you have created ;)
And is the PC SNEX workbench working till you sort out the Mac version? -
RE: Snex_node Needs to be wrapped into a compileable DSP Network
Thank you @Christoph-Hart & @Matt_SF ! ( Just waking up here on North American time ). I'll be on standby to download and test the fixes, super excited to see this work and try some crazy DSP experiments :)
-
RE: Snex_node Needs to be wrapped into a compileable DSP Network
I spent a few hours trying to go through the procedure but keep getting a crash on the ‘save and reload’ step and was not able to go further, using a freshly built version from the latest Develop branch on Mac. Is anybody using a Mac and be able to get this going? If so if you could point to the right version it would be super appreciated :)
-
RE: The world of HISE
I love the amazing variety of backgrounds we all have on here! It’s a pleasure to virtually meet you all :)
Brian here - I am a Video game and film composer, multi-instrumentalist and sound designer, 42 yrs old and based in Montreal.
I am very much inspired very much by nature and ancient cultures, and how we can transmit and transform them musically using interactive technologies in a conscious way.
-
RE: I'll just leave this here...
I wonder if we could use a tool like this to come up with visuals?
Its very similar to Touch Designer and could help us peeps that are less code savvy