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

    Posts

    Recent Best Controversial
    • 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
    • RE: Faust version 2.59.5 pre-release

      Official 2.59.6 release: https://github.com/grame-cncm/faust/releases/tag/2.59.6

      posted in Faust Development
      S
      sletz
    • RE: Faust 2.58.11 to test

      Yes indeed.

      posted in Faust Development
      S
      sletz
    • RE: Some Faust errors on Hise

      Licence of Faust functions in libraries are the choice of the contributors. Some are GPL, some MIT/BSD like...or others. Each function can have its own licensing scheme, which is usually described as a declare licence XXX line (see https://github.com/grame-cncm/faustlibraries/blob/master/aanl.lib#L261 for instance).

      posted in Faust Development
      S
      sletz
    • RE: [Fixed] Building HISE with Faust Error LNK1181 \include.obj

      Licence, see: https://github.com/grame-cncm/faustlibraries/blob/master/reverbs.lib#L680

      posted in Faust Development
      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: Sounds like Vangelis?

      Really nice ๐Ÿ‘ !

      Ready to be added in the "Powered by Faust" page https://faust.grame.fr/community/powered-by-faust/ ? If yes just send me some material, screenshot, presentation text...etc..

      posted in General Questions
      S
      sletz
    • RE: Live Granular Patch for FAUST or RNBO

      @Oli-Ullmann Possibly: https://faustlibraries.grame.fr/community/#granulation

      posted in General Questions
      S
      sletz
    • RE: Drum synthesis?

      @clevername27 said in Drum synthesis?:

      @Morphoice I've been doing drum synthesis with additive synthesis. Hit me up over DM if you want to discuss. There's an also a new snippet to get you started. Faust's physical modelling toolkit is also a good starting point.

      • Simple examples here: https://faustlibraries.grame.fr/libs/synths/#drum-synthesis
      • https://punklabs.com plugins with Faust sources code
      • https://faust.grame.fr/community/powered-by-faust/#drumvoice
      • https://faust.grame.fr/community/powered-by-faust/#drty-drums
        ...etc..
      posted in General Questions
      S
      sletz
    • RE: Why use HISE and not JUCE directly?

      And integrated Faust support :beaming_face_with_smiling_eyes: ?

      posted in General Questions
      S
      sletz
    • RE: Saturation Models (Neve, Tweaker, Oxford Inflator) in FAUST

      @Morphoice abs(x) < 0.0000000000000000555111512312578270211815834045

      hum seems like a non human intervention here ๐Ÿ˜Š ?

      posted in ScriptNode
      S
      sletz