HISE Logo Forum
    • Categories
    • Register
    • Login

    Question for IamLamprey for NEAT Player

    Scheduled Pinned Locked Moved General Questions
    7 Posts 4 Posters 473 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.
    • Tania GhoshT
      Tania Ghosh
      last edited by

      Hi, @iamlamprey. Today I have downloaded your NEAT player from your website. I have few question regarding it...

      • How did you set Auto Sample Library Installer folder?
      • How did you do Zoom in/Out button ?

      In my case, my plugins always ask the end user where to install sample folder. That step confuses end users the most. You have preconfigured the steps. Linkwindows folder which holds the path of your sample folder automatically sets the location to :
      C:\Users\Tania\Documents\iamlamprey\NEAT Player\Samples

      And it doesn't ask to relaunch the plugin. How did you do that?

      Last but not the least thanks for making amazing plugins. I will check out the library very soon. :)

      Tania Ghosh

      NatanN 1 Reply Last reply Reply Quote 1
      • ?
        A Former User
        last edited by

        Thanks for your questions :)

        @Tania-Ghosh said in Question for IamLamprey for NEAT Player:

        • How did you do Zoom in/Out button ?
        const var Button_Zoom = Content.getComponent("Button_Zoom");
        
        inline function onButton_ZoomControl(component, value)
        {
        	if (value)
            {
                Settings.setZoomLevel(1.5);
            }
            else 
            {
                Settings.setZoomLevel(1.0);
            }	    
        };
        
        Content.getComponent("Button_Zoom").setControlCallback(onButton_ZoomControl);
        
        • How did you set Auto Sample Library Installer folder?

        In my case, my plugins always ask the end user where to install sample folder. That step confuses end users the most. You have preconfigured the steps. Linkwindows folder which holds the path of your sample folder automatically sets the location to :
        C:\Users\Tania\Documents\iamlamprey\NEAT Player\Samples

        And it doesn't ask to relaunch the plugin. How did you do that?

        Last but not the least thanks for making amazing plugins. I will check out the library very soon. :)

        Actually I think it's just defaulting to that location, I didn't set that up specifically. I've just disabled the popup on initialization, which you can do by adding these extra definitions in your project preferences:

        HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=0
        HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0
        

        See:

        dabbd92c-31a9-4b9f-8cdc-3e6359e1aa4a-image.png

        It has a button to change the sample folder, which I recommend everyone do in the Manual, and doing so prompts the user to restart the plugin as usual. So there's nothing too special going on here.

        Tania GhoshT 1 Reply Last reply Reply Quote 2
        • NatanN
          Natan @Tania Ghosh
          last edited by

          Linkwindows folder which holds the path of your sample folder automatically sets the location to :
          C:\Users\Tania\Documents\iamlamprey\NEAT Player\Samples

          @d-healey Can We Have This Option For Hise Exporter?

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

            @Natan

            Actually I think it's just defaulting to that location, I didn't set that up specifically. I've just disabled the popup on initialization, which you can do by adding these extra definitions in your project preferences:

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

            NatanN 1 Reply Last reply Reply Quote 0
            • NatanN
              Natan @d.healey
              last edited by

              @d-healey Well, What About Installation Of Samples To The Documents Folders?

              I Aware Of That Folder, But We Don't Have The Install Samples Check Box?
              Once We Select Build Instrumnet, Another Option For Samples Needed To Do This.

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

                @Natan

                Well, What About Installation Of Samples To The Documents Folders?

                lampray said that's the default location, disable the popups using the extra definitions in project prefences.

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

                1 Reply Last reply Reply Quote 0
                • Tania GhoshT
                  Tania Ghosh @A Former User
                  last edited by

                  @iamlamprey said in Question for IamLamprey for NEAT Player:

                  Thank you @iamlamprey :) (y)

                  Tania Ghosh

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

                  17

                  Online

                  1.7k

                  Users

                  11.9k

                  Topics

                  103.6k

                  Posts