HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Brian
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 112
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Convolution Node - Loading sample maps?

      @Christoph-Hart I had a feeling but I did have to ask 😆

      posted in ScriptNode
      BrianB
      Brian
    • Convolution Node - Loading sample maps?

      The convolution node in Scriptnode appears to support loading sample maps or SFZ files. Does this mean we can use it to load multisamples? If so, is there a way to script access and dynamically load to specific samples within the sample map—perhaps allowing for selection via a dropdown menu or MIDI note input? Any guidance on how to achieve this would be greatly appreciated! 😊

      Screenshot 2024-12-02 at 8.28.51 AM.png

      posted in ScriptNode
      BrianB
      Brian
    • RE: Happy Holidays

      Merry Christmas from wintery Canada 🙏🏽😎🎉

      posted in General Questions
      BrianB
      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 :)Screen Shot 2023-10-06 at 2.09.54 PM.png Screen Shot 2023-10-06 at 2.09.59 PM.png

      posted in General Questions
      BrianB
      Brian
    • 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 :)

      posted in Bug Reports
      BrianB
      Brian
    • 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 ? :)

      posted in Bug Reports
      BrianB
      Brian
    • 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.

      posted in Faust Development
      BrianB
      Brian
    • 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?

      posted in Faust Development
      BrianB
      Brian
    • RE: FAUST Stereo Limiter 1176 Help needed

      @DabDab

      '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;

      posted in Faust Development
      BrianB
      Brian
    • RE: Audio waveform loader

      @Christoph-Hart connecting to a sampler sounds intriguing! Tell us more! How can we go about doing this up? :)

      posted in General Questions
      BrianB
      Brian
    • 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! :)

      posted in General Questions
      BrianB
      Brian
    • RE: Faust is here...

      @Sawer any editor will do then, even just the basic text app works just fine.

      posted in Faust Development
      BrianB
      Brian
    • RE: Faust is here...

      @Sawer looks like you’ve not installed it properly. Have you followed the Mac install instructions?

      posted in Faust Development
      BrianB
      Brian
    • RE: Scriptnode table

      @ustk were there any developments on this since your last bump?

      posted in General Questions
      BrianB
      Brian
    • 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.

      posted in Feature Requests
      BrianB
      Brian
    • 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:

      alt text

      posted in Feature Requests
      BrianB
      Brian
    • 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?

      posted in General Questions
      BrianB
      Brian