HISE Logo Forum
    • Categories
    • Register
    • Login

    Some Faust errors on Hise

    Scheduled Pinned Locked Moved Faust Development
    18 Posts 8 Posters 1.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User @Dan Korneff
      last edited by

      @Dan-Korneff I'll try this ASAP, thank you so much!

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User @toxonic
        last edited by A Former User

        @toxonic

        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?

        Screen Shot 2023-01-05 at 11.47.31.png

        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;
        
        
        ustkU 1 Reply Last reply Reply Quote 0
        • ustkU
          ustk @A Former User
          last edited by

          @harris-rosendahl Seems related to this:
          https://forum.hise.audio/topic/7024/faust-channel-mismatch-how-to-tackle-it

          Can't help pressing F5 in the forum...

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @ustk
            last edited by A Former User

            @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;
            
            toxonicT 1 Reply Last reply Reply Quote 0
            • toxonicT
              toxonic @A Former User
              last edited by

              @harris-rosendahl i just took a look at the faust library description in the web, it seems, that this demo has 8 channels....

              ? 1 Reply Last reply Reply Quote 0
              • ?
                A Former User @toxonic
                last edited by

                @toxonic So we can't convert it to stereo? Most of the reverbs give this error on that library page

                toxonicT 1 Reply Last reply Reply Quote 0
                • toxonicT
                  toxonic @A Former User
                  last edited by

                  @harris-rosendahl
                  It's always a good idea to check the examples in the Faust Web IDE (just google for it), and have a look at the diagram. There you can see, if you can simply converst a mono channel code to stereo, or if there are other channel issues:
                  Screenshot from 2023-01-05 11-03-51.png
                  Which reverb for example has a channel mismatch in HISE too?

                  ? 1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @toxonic
                    last edited by A Former User

                    @toxonic

                    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 and zitaRevFDN. 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 :)

                    Screen Shot 2023-01-05 at 13.42.00.png

                    Screen Shot 2023-01-05 at 13.31.58.png

                    1 Reply Last reply Reply Quote 0
                    • S
                      sletz
                      last edited by

                      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).

                      1 Reply Last reply Reply Quote 2
                      • hisefiloH
                        hisefilo @Christoph Hart
                        last edited by

                        @Christoph-Hart Any way to get more than 16 mod sources? My Faust synth needs a lot of them :)

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        7

                        Online

                        1.7k

                        Users

                        11.8k

                        Topics

                        102.8k

                        Posts