HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. sletz
    S
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 90
    • Groups 0

    sletz

    @sletz

    72
    Reputation
    131
    Profile views
    90
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    sletz Unfollow Follow

    Best posts made by sletz

    • HISE projects using Faust to be added on the "Powered By Faust" page ?

      Hi HISE community,

      We are always happy to add projects using Faust here: https://faust.grame.fr/community/powered-by-faust/.

      Fell free to contact me if you want your project to be added.

      StΓ©phane

      posted in Faust Development
      S
      sletz
    • RE: Next HISE Developer Hang

      Will there be any interest in something related to Faust integration ? I can possibly participate next meeting if you guys have some questions I can prepare answers for.

      posted in General Questions
      S
      sletz
    • RE: Faust is here...

      @etXzat and @Christoph-Hart did most of the hard work of "inside HISE" integration and they have to be thanked for that.

      On the Faust side, the project adds to the existing ecosystem (https://faust.grame.fr/community/made-with-faust/) and we are quite happy with that :beaming_face_with_smiling_eyes:

      @etXzat or @Christoph-Hart do you have a nice screenshot we could add on the https://faust.grame.fr/community/made-with-faust/ page?

      posted in Faust Development
      S
      sletz
    • Faust integration HISE

      GRAME has been selected as a mentor organization on GSoC for the Faust project.
      And HISE integration if one of the proposed projects, hoping somewhere can be interested there?

      posted in Feature Requests
      S
      sletz
    • Faust version 2.59.5 pre-release

      Here: https://github.com/grame-cncm/faust/releases/tag/2.59.5

      posted in Faust Development
      S
      sletz
    • RE: RNBO

      @HISEnberg Nice ! I was the "faust community" in this precise case :beaming_face_with_smiling_eyes:

      posted in Presets / Scripts / Ideas
      S
      sletz
    • RE: Saturation Models (Neve, Tweaker, Oxford Inflator) in FAUST

      @Mighty23

      We have tools to help debugging, read:
      https://faustdoc.grame.fr/manual/debugging/#debugging-at-runtime
      https://faustdoc.grame.fr/tutorials/debugging/

      This interp-tracer tool is currently to be used in the terminal, so requires a local installation. But in theory this kind of tool could be integrated in HISE 😊, since the libfaust library used in HISE also embeds the needed Interpreter backend.

      For more local NAN protection, using ma.EPSILON is a more portable solution, since is adapts the single/double compilation option.

      posted in ScriptNode
      S
      sletz
    • RE: Envelope Initial Level and End Level

      @Morphoice They are some sophisticated models in the Faust envelop library like https://faustlibraries.grame.fr/libs/envelopes/#enadsrf_bias or the following. Could one of them be used or adapted ?

      posted in ScriptNode
      S
      sletz
    • RE: soft_bypass and faust

      @aaronventure The reason is that maintaining this enable/control feature adds complexity in the compiler that we want now to cleanup.

      posted in Faust Development
      S
      sletz
    • RE: soft_bypass and faust

      @aaronventure Guys, we will not maintain enable/control for backward compatibility πŸ˜–, so you are warned !

      posted in Faust Development
      S
      sletz

    Latest posts made by sletz

    • RE: is it possible to load a .wav into memory for processing with faust

      I don't think so. This would require using a SoundUI object as explained here: https://faustdoc.grame.fr/manual/architectures/#developing-a-new-soundfile-loader

      But since HISE use based on JUCE, then using the already written JuceReader should be strait forward.

      posted in General Questions
      S
      sletz
    • RE: faust segfaults on zorin 17 based off ubuntu os

      The lastest release is Faust 2.79.3, see https://github.com/grame-cncm/faust/releases

      posted in Bug Reports
      S
      sletz
    • RE: faust segfaults on zorin 17 based off ubuntu os
      /usr/lib/llvm-13/
      

      this LLVM version is too old: use at least LLVM 15.

      posted in Bug Reports
      S
      sletz
    • RE: Paid 3rd party DSP licensing? (Eventide, Sinevibes, Audio Damage etc.)

      @Lindon

      Faust lib reverbs:

      https://faustlibraries.grame.fr/libs/reverbs/ can be tested here: https://faustdoc.grame.fr/examples/reverb/

      Some other Faust coded reverbs here:
      https://github.com/LucaSpanedda/Digital_Reverberation_in_Faust

      posted in General Questions
      S
      sletz
    • RE: soft_bypass and faust

      @sletz Well, I just discovered that https://github.com/grame-cncm/faust/tree/master-dev-ocpp-od-fir-2-FIR. branch is still quite buggy, so no need to rush 😧

      posted in Faust Development
      S
      sletz
    • RE: soft_bypass and faust

      Yes, the code is easy to adapt.

      posted in Faust Development
      S
      sletz
    • RE: soft_bypass and faust

      @aaronventure Trying to create binaries on the GitHub CI, but still some problems to solve.

      In the meantime you can possibly try the Faust IDE Ondemand aware version: https://grame-cncm.github.io/faustide-od/

      posted in Faust Development
      S
      sletz
    • RE: soft_bypass and faust

      @aaronventure Note that in case you can directly compile Faust + LLVM, the WIP branch with ondemand working is here: https://github.com/grame-cncm/faust/tree/master-dev-ocpp-od-fir-2-FIR.

      We are interested in feedback, in case you HISE guys can test it 😊

      posted in Faust Development
      S
      sletz
    • RE: soft_bypass and faust

      @aaronventure The reason is that maintaining this enable/control feature adds complexity in the compiler that we want now to cleanup.

      posted in Faust Development
      S
      sletz
    • RE: soft_bypass and faust

      @aaronventure Guys, we will not maintain enable/control for backward compatibility πŸ˜–, so you are warned !

      posted in Faust Development
      S
      sletz