HISE Logo Forum
    • Categories
    • Register
    • Login

    Code works in FaustIDE but not in HISE.

    Scheduled Pinned Locked Moved Unsolved General Questions
    6 Posts 4 Posters 121 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.
    • M
      Mighty23
      last edited by

      I use Hise last build of version 3.X.X as I have many unfinished projects before moving to 4.

      2b716257-e14b-45b5-9478-477dbabfa3c9-image.png

      Code works in FaustIDE but not in HISE.

      import("stdfaust.lib");
      process = dm.vital_rev_demo;
      

      Free Party, Free Tekno & Free Software too

      LindonL A 2 Replies Last reply Reply Quote 0
      • M Mighty23 marked this topic as a question on
      • LindonL
        Lindon @Mighty23
        last edited by

        @Mighty23 the demos are unlikely to work outside the Faust IDE....

        HISE Development for hire.
        www.channelrobot.com

        M 1 Reply Last reply Reply Quote 0
        • M
          Mighty23 @Lindon
          last edited by

          @Lindon the usual error happens if I use the "extended" version

          import("stdfaust.lib");
          import("reverbs.lib");
          
          // Parameters
          prelow = hslider("Pre Low", 0.1, 0, 1, 0.01);
          prehigh = hslider("Pre High", 0.9, 0, 1, 0.01);
          lowcutoff = hslider("Low Cutoff", 0.4, 0, 1, 0.01);
          highcutoff = hslider("High Cutoff", 0.7, 0, 1, 0.01);
          lowgain = hslider("Low Gain", 0.5, 0, 1, 0.01);
          highgain = hslider("High Gain", 0.5, 0, 1, 0.01);
          chorus_amt = hslider("Chorus Amount", 0.2, 0, 1, 0.01);
          chorus_freq = hslider("Chorus Frequency", 0.3, 0, 1, 0.01);
          predelay = hslider("Pre-delay", 0.1, 0, 1, 0.01);
          time = hslider("Decay Time", 0.6, 0, 1, 0.01);
          size = hslider("Room Size", 0.5, 0, 1, 0.01);
          mix = hslider("Wet/Dry Mix", 0.3, 0, 1, 0.01);
          
          process = re.vital_rev(prelow, prehigh, lowcutoff, highcutoff, lowgain, highgain, chorus_amt, chorus_freq, predelay, time, size, mix);
          

          bda4e005-4485-4015-8098-0615b03ff677-image.png

          Free Party, Free Tekno & Free Software too

          1 Reply Last reply Reply Quote 0
          • A
            aaronventure @Mighty23
            last edited by

            @Mighty23 what date is your HISE build?

            M 1 Reply Last reply Reply Quote 0
            • M
              Mighty23 @aaronventure
              last edited by

              @aaronventure 15/07

              @Lindon I tried 3 other demos randomly and they work in HISE

              Free Party, Free Tekno & Free Software too

              Christoph HartC 1 Reply Last reply Reply Quote 0
              • Christoph HartC
                Christoph Hart @Mighty23
                last edited by

                @Mighty23 the vita_rev is most likely not part of the Faust library you‘re using.

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

                15

                Online

                1.7k

                Users

                11.8k

                Topics

                103.2k

                Posts