HISE Logo Forum
    • Categories
    • Register
    • Login

    Is using Faust with Rhapsody possible?

    Scheduled Pinned Locked Moved General Questions
    47 Posts 8 Posters 2.3k 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.
    • DabDabD
      DabDab
      last edited by DabDab

      I have uploaded for the first time on GitHub for HISE. Let me know is it working or not. If I have mistaken please do let me know, I am new so not good in Github system. I have started it recently and I am learning it.

      I have created three ChaosFlanger, MonoFlanger & DJFlanger effects.

      Edited : I have also added compiled .dll files so that you can use directly inside HardcodedMasterFX. However you can delete .dll and compile your own.

      Bollywood Music Producer and Trance Producer.

      1 Reply Last reply Reply Quote 0
      • J
        j.dennis @Lindon
        last edited by

        @Lindon

        Is it one of the Faust examples - https://faustdoc.grame.fr/examples/bela/#graingenerator

        Christoph HartC 1 Reply Last reply Reply Quote 0
        • Christoph HartC
          Christoph Hart @j.dennis
          last edited by

          @DabDab thanks for getting the ball rolling. I'll take a look at the effects tomorrow.

          However I think we need to establish a few more rules to keep the repository tidy. This is not meant as critizism to you, especially if you're new to the Github workflow it's not obvious, but:

          • please no binary files. The dll's have no place in the repository as it's only intended to house source code. All they do is blow up the repository size which makes the checkout process slow. People can compile this themselves (they need to do it anyways if they start porting the effects over to their projects).
          • I wouldn't use one project folder per FX, but put them all into one project. This way you can quickly browse all the available effects by selecting different files in the faust node (or by loading different networks).

          I'll reorder your commits so you can see what I mean. Once we get these organisational things sorted, it should be a bit more creative.

          DabDabD LindonL 2 Replies Last reply Reply Quote 1
          • DabDabD
            DabDab @Christoph Hart
            last edited by DabDab

            @Christoph-Hart Thanks for understanding my endeavor.

            I have corrected what I did previously. Deleted Binary .dll
            Now it looks something like this.. Let me know If I did anything weird in terms of GitHub.
            DSPRec.gif

            Bollywood Music Producer and Trance Producer.

            1 Reply Last reply Reply Quote 0
            • DabDabD
              DabDab
              last edited by

              I have added Simple Stereo Phaser Effects.

              Bollywood Music Producer and Trance Producer.

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

                Great initiative !

                Some additional Faust DSP projects with source code can be found here : https://faust.grame.fr/community/powered-by-faust/
                and here: https://github.com/grame-cncm/faust/tree/master-dev/examples

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

                  BTW: this code https://github.com/christoph-hart/faust_fx_library/blob/main/FaustFXLibrary/DspNetworks/CodeLibrary/faust/zita_reverb.dsp is not Zita rev, but JPVERB. See https://faustlibraries.grame.fr/libs/reverbs/

                  DabDabD 1 Reply Last reply Reply Quote 1
                  • DabDabD
                    DabDab @sletz
                    last edited by DabDab

                    @sletz said in Is using Faust with Rhapsody possible?:

                    BTW: this code https://github.com/christoph-hart/faust_fx_library/blob/main/FaustFXLibrary/DspNetworks/CodeLibrary/faust/zita_reverb.dsp is not Zita rev, but JPVERB. See https://faustlibraries.grame.fr/libs/reverbs/

                    Oops. When I did screen recording I did thw mistake. I forgot to add actual ZitaReverb. I will add it soon !

                    Bollywood Music Producer and Trance Producer.

                    1 Reply Last reply Reply Quote 0
                    • DabDabD
                      DabDab @sletz
                      last edited by DabDab

                      @sletz said in Is using Faust with Rhapsody possible?:

                      Great initiative !

                      Some additional Faust DSP projects with source code can be found here : https://faust.grame.fr/community/powered-by-faust/
                      and here: https://github.com/grame-cncm/faust/tree/master-dev/examples

                      Link Preview Image
                      FAUST (programming language) - Wikipedia

                      favicon

                      (en.wikipedia.org)

                      Bollywood Music Producer and Trance Producer.

                      1 Reply Last reply Reply Quote 0
                      • DabDabD
                        DabDab
                        last edited by

                        Added two More effects :
                        Simple Zita Reverb & Stereo Phaser

                        Zita.gif

                        Bollywood Music Producer and Trance Producer.

                        1 Reply Last reply Reply Quote 0
                        • F
                          fotisandstuff
                          last edited by

                          In case you missed it, I created a wiki page on the repo for possible effects to include. All suggestions are welcome :D

                          Link Preview Image
                          Possible effects to include

                          A community collection of Faust powered FX for usage in HISE - Possible effects to include ยท christoph-hart/faust_fx_library Wiki

                          favicon

                          GitHub (github.com)

                          1 Reply Last reply Reply Quote 0
                          • LindonL
                            Lindon @Christoph Hart
                            last edited by

                            @Christoph-Hart said in Is using Faust with Rhapsody possible?:

                            @DabDab thanks for getting the ball rolling. I'll take a look at the effects tomorrow.

                            However I think we need to establish a few more rules to keep the repository tidy. This is not meant as critizism to you, especially if you're new to the Github workflow it's not obvious, but:

                            • please no binary files. The dll's have no place in the repository as it's only intended to house source code. All they do is blow up the repository size which makes the checkout process slow. People can compile this themselves (they need to do it anyways if they start porting the effects over to their projects).
                            • I wouldn't use one project folder per FX, but put them all into one project. This way you can quickly browse all the available effects by selecting different files in the faust node (or by loading different networks).

                            I'll reorder your commits so you can see what I mean. Once we get these organisational things sorted, it should be a bit more creative.

                            I've added the oberheim and korg filters, as a basic starting point (they are very simple to implement)- I think I did everything correctly - let me know - or fix it if you like - if its not all OK,

                            HISE Development for hire.
                            www.channelrobot.com

                            DabDabD 1 Reply Last reply Reply Quote 1
                            • DabDabD
                              DabDab @Lindon
                              last edited by

                              @Lindon Good addition. ๐Ÿ‘

                              Bollywood Music Producer and Trance Producer.

                              1 Reply Last reply Reply Quote 0
                              • J
                                j.dennis @Christoph Hart
                                last edited by

                                @Christoph-Hart At the moment you are collection ideas for what Faust effects to integrate in to HISE/Rhapsody. Do you know roughly when you will implement the integration? I see there is some great effects already included on the GutHub page. Would you maybe integrate some of the Faust example effects in to Rhapsody first?

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  j.dennis @j.dennis
                                  last edited by

                                  @j-dennis bump

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

                                  24

                                  Online

                                  1.7k

                                  Users

                                  11.9k

                                  Topics

                                  103.6k

                                  Posts