HISE Logo Forum
    • Categories
    • Register
    • Login

    Babayaga - horror fx/noise plugin

    Scheduled Pinned Locked Moved General Questions
    37 Posts 7 Posters 2.9k 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.
    • SteveRiggsS
      SteveRiggs @markmrak
      last edited by SteveRiggs

      @markmrak This sounds really cool! (...and just in time for Halloween!!) 🤘

      I'm on mac mainly but I've been spending the evening cleaning up my windows machine so that I can install HISE on there as well. I'll happily try it out on there if I can get it working. If you have a mac installer though that would be even better.

      On first look at the GUI, my thoughts would be to maybe try having a button to show/hide the preset browser so that you don't have to have it on screen all of the time.

      I'll put the instructions and the code you need for that below if you want to try it out :)

      ...

      Step 1, Make a button called ‘PresetsButton’

      Step 2, Make a floating tile called ‘PresetBrowser’. In the ‘Component Specific Properties’ section, select the PresetBrowser option in ‘Content Type’

      Step 3, Copy the below code into the script editor and hit the ‘Compile’ button

      const var PresetsButton = Content.getComponent("PresetsButton");
      
      inline function onPresetsButtonControl(component, value)
      {
          if (value)
          {
              PresetBrowser.showControl(true);
          }
          else
          {
              PresetBrowser.showControl(false);
          }
      };
      
      Content.getComponent("PresetsButton").setControlCallback(onPresetsButtonControl);
      
      const var PresetBrowser = Content.getComponent("PresetBrowser");
      

      www.anarchyaudioworx.com

      www.facebook.com/groups/audioworx/

      1 Reply Last reply Reply Quote 1
      • M
        markmrak
        last edited by

        @SteveRiggs Thanks,I really did want to make it smaller but i didn't know how to do it, I'll definitely try! I'll export it for mac tomorrow and it would be great if you can install it and see if it works!

        SteveRiggsS 1 Reply Last reply Reply Quote 1
        • SteveRiggsS
          SteveRiggs @markmrak
          last edited by

          @markmrak Ok great. Thanks!

          No problem. You can resize it as well if you just wanted to do that. Just click and drag one of the corners of the floating tile to the size you want, and then change the font size in properties accordingly.

          www.anarchyaudioworx.com

          www.facebook.com/groups/audioworx/

          1 Reply Last reply Reply Quote 1
          • d.healeyD
            d.healey
            last edited by

            Which xmlpresetbackup file should I build from?

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            1 Reply Last reply Reply Quote 0
            • M
              markmrak
              last edited by

              @d-healey it's baba10
              sorry, i only deleted the presets (hip files)
              @SteveRiggs yep, i know it's kinda clunky this way, i was just so exited i found a preset browser i didn't investigate it enough ☺

              SteveRiggsS 1 Reply Last reply Reply Quote 1
              • SteveRiggsS
                SteveRiggs @markmrak
                last edited by

                @markmrak I'm certainly not knocking it. It looks and sounds great. I didn't realize you could even hide the browser until about my third project 😂 You learn all kinds of cool shit along the way!!

                www.anarchyaudioworx.com

                www.facebook.com/groups/audioworx/

                1 Reply Last reply Reply Quote 0
                • M
                  markmrak
                  last edited by

                  @SteveRiggs definitely! :) really a great feeling to finally be able to make a plugin...i just hope it works on your system, i did have a few warnings in the compile process :smiling_face:

                  SteveRiggsS 1 Reply Last reply Reply Quote 1
                  • SteveRiggsS
                    SteveRiggs @markmrak
                    last edited by

                    @markmrak It is! Very rewarding and addictive when you get one built and working. HISE has actually taken over my life now lol

                    www.anarchyaudioworx.com

                    www.facebook.com/groups/audioworx/

                    1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey
                      last edited by

                      It seems to have built okay but the preset browser is showing up for me, I'll have to see if I made a mistake.

                      I also noticed you only have 1 button setup as a automatable parameter and all of your labels are editable.

                      Libre Wave - Freedom respecting instruments and effects
                      My Patreon - HISE tutorials
                      YouTube Channel - Public HISE tutorials

                      M 1 Reply Last reply Reply Quote 0
                      • d.healeyD
                        d.healey
                        last edited by

                        Oh there is no preset browser in baba10.xml

                        Libre Wave - Freedom respecting instruments and effects
                        My Patreon - HISE tutorials
                        YouTube Channel - Public HISE tutorials

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          markmrak @d.healey
                          last edited by

                          @d-healey said in Babayaga - horror fx/noise plugin:

                          It seems to have built okay but the preset browser is showing up for me, I'll have to see if I made a mistake.

                          I also noticed you only have 1 button setup as a automatable parameter and all of your labels are editable.

                          I kinda thought that labels are just for labeling stuff(i suspected this could not be the case) - what does it mean that they are editable?

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @markmrak
                            last edited by d.healey

                            @markmrak It means I can click on them and type in text in the exported VST. You can turn this off in HISE. @Christoph-Hart Maybe it should be disabled by default.

                            I'm not getting any sound from the plugin, I think the reason is because the baba10 xml doesn't have a sample map assigned to the samplers. I've assigned the sample map now and I'm reexporting.

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            1 Reply Last reply Reply Quote 0
                            • M
                              markmrak @d.healey
                              last edited by

                              @d-healey said in Babayaga - horror fx/noise plugin:

                              Oh there is no preset browser in baba10.xml

                              hmmm...can i just save it somehow and send it to you...i mean a new xml?

                              d.healeyD 1 Reply Last reply Reply Quote 0
                              • d.healeyD
                                d.healey @markmrak
                                last edited by

                                @markmrak Yeah should work

                                Libre Wave - Freedom respecting instruments and effects
                                My Patreon - HISE tutorials
                                YouTube Channel - Public HISE tutorials

                                1 Reply Last reply Reply Quote 0
                                • SteveRiggsS
                                  SteveRiggs
                                  last edited by SteveRiggs

                                  Just to mention quick as well... if you want to make custom sliders instead of using the stock ones, you can use the free software 'knobman' (There are some tutorials on YouTube how to use it. Mega easy!!)

                                  Link Preview Image
                                  ソフトウェア - KnobMan ver.1.51 / JKnobMan ver 1.3.3 | g200kg Music & Software

                                  favicon

                                  g200kg Music & Software (www.g200kg.com)

                                  128 frames is usually best to make your animations at. Just make sure that when you export your animation out from knobman that the stitching is set to vertical so HISE will read it properly.

                                  .. and when you add it into HISE, change the numStrips value in properties to 128 also!

                                  Screen Shot 2019-10-26 at 23.20.59.png

                                  www.anarchyaudioworx.com

                                  www.facebook.com/groups/audioworx/

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    markmrak @SteveRiggs
                                    last edited by

                                    @SteveRiggs said in Babayaga - horror fx/noise plugin:

                                    Just to mention quick as well... if you want to make custom sliders instead of using the stock ones, you can use the free software 'knobman' (There are some tutorials on YouTube how to use it. Mega easy!!)

                                    Link Preview Image
                                    ソフトウェア - KnobMan ver.1.51 / JKnobMan ver 1.3.3 | g200kg Music & Software

                                    favicon

                                    g200kg Music & Software (www.g200kg.com)

                                    128 frames is usually best to make your animations at. Just make sure that when you export your animation out from knobman that the stitching is set to vertical so HISE will read it properly.

                                    .. and when you add it into HISE, change the numStrips value in properties to 128 also!

                                    Screen Shot 2019-10-26 at 23.20.59.png

                                    awesome! I was wondering about that

                                    SteveRiggsS 2 Replies Last reply Reply Quote 0
                                    • SteveRiggsS
                                      SteveRiggs @markmrak
                                      last edited by

                                      @markmrak No worries 👍

                                      www.anarchyaudioworx.com

                                      www.facebook.com/groups/audioworx/

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        markmrak
                                        last edited by

                                        @d-healey babayaganew.xml
                                        here, i just saved it as a new xml

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          markmrak
                                          last edited by

                                          i dont know if this is a good way of sending xmls

                                          1 Reply Last reply Reply Quote 0
                                          • SteveRiggsS
                                            SteveRiggs @markmrak
                                            last edited by SteveRiggs

                                            @markmrak Just to let you know though, the more layers that you use in knobman, the rendering time gets pretttyyy slowwwww depending on your machine, so have some patience with it. Sometimes it hangs when you're changing settings and values and you think it's crashed, but it's actually just trying to read all the layers and render them. For a free program though, it's pretty good. It's much easier to start with than making all of the separate frames in photoshop and then stitching them all together in waves factory's strip generator. You can get much cleaner hi-res results doing it that way, but it takes forever and takes even more patience!!!

                                            www.anarchyaudioworx.com

                                            www.facebook.com/groups/audioworx/

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

                                            20

                                            Online

                                            1.8k

                                            Users

                                            11.9k

                                            Topics

                                            104.0k

                                            Posts