HISE Logo Forum
    • Categories
    • Register
    • Login

    Export tool

    Scheduled Pinned Locked Moved General Questions
    349 Posts 30 Posters 75.7k 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.
    • gorangroovesG
      gorangrooves
      last edited by gorangrooves

      Packages looks promising. It has a pretty clean user interface with settings for many things. But, I understand how it may not be ideal for Dave's use.

      Thinking of a post-install script to create the samples folder link file, I understand that this could be a shell or JS script. What would be the best way to approach this? How do we get the location of the samples installation folder that a user chooses during the install process? You can add a pre-build and post-build script.

      @Christoph-Hart Do you know what approach can be used here?

      Goran Rista
      https://gorangrooves.com

      Handy Drums and Handy Grooves
      https://library.gorangrooves.com

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

        pkgbuild works! I can programmatically generate unique packages on MacOS now! woohoo!

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

        ulrikU orangeO Dan KorneffD 3 Replies Last reply Reply Quote 10
        • ulrikU
          ulrik @d.healey
          last edited by

          @d-healey Nice work David!

          Hise Develop branch
          MacOs 15.3.1, Xcode 16.2
          http://musikboden.se

          1 Reply Last reply Reply Quote 0
          • orangeO
            orange @d.healey
            last edited by orange

            @d-healey said in Export tool:

            pkgbuild works! I can programmatically generate unique packages on MacOS now! woohoo!

            It will be a huge in the box solution. Looking forward to hear about the release of it...

            develop Branch / XCode 13.1
            macOS Monterey / M1 Max

            1 Reply Last reply Reply Quote 1
            • Dan KorneffD
              Dan Korneff @d.healey
              last edited by

              @d-healey source.gif

              Dan Korneff - Producer / Mixer / Audio Nerd

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

                @orange What are the default install locations for vst3 and aax on MacOS and Windows?

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

                orangeO 1 Reply Last reply Reply Quote 0
                • orangeO
                  orange @d.healey
                  last edited by orange

                  @d-healey said in Export tool:

                  @orange What are the default install locations for vst3 and aax on MacOS and Windows?

                  macOS

                  AU: /library/audio/plug-ins/components
                  VST: /library/audio/plug-ins/vst
                  VST3: /library/audio/plug-ins/vst3
                  AAX: /library/application support/avid/plug-ins


                  Windows

                  VST (64 bit): C:\Program Files\VSTPlugIns
                  VST (32 bit): C:\Program Files (x86)\VSTPlugIns

                  VST3 (64 bit): C:\Program Files\Common Files\VST3
                  VST3 (32 bit): C:\Program Files (x86)\Common Files\VST3

                  AAX (64 bit): C:\Program Files\Common Files\Avid\Audio\Plug-Ins
                  AAX (32 bit): C:\Program Files (x86)\Common Files\Avid\Audio\Plug-Ins

                  If you want, I can also send you the "WhiteBox Packages" installer project file for deep inspection.

                  develop Branch / XCode 13.1
                  macOS Monterey / M1 Max

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

                    @orange Thank you. I have a whitebox packages installer project already :) I've got the installers building now on Mac, just wanted to double check I had the correct location for all formats.

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

                    gorangroovesG 1 Reply Last reply Reply Quote 1
                    • gorangroovesG
                      gorangrooves @d.healey
                      last edited by

                      @d-healey On Windows I have the following.

                      For 64bit VST3:
                      C:\Program Files\Common Files\VST3

                      For 64bit VST:
                      C:\Program Files\VSTPlugIns

                      For 32bit VST3:
                      C:\Program Files (x86)\Common Files\VST3

                      For 32bit VST:
                      C:\Program Files (x86)\VSTPlugIns

                      Can another Windows user verify these on their system?

                      Goran Rista
                      https://gorangrooves.com

                      Handy Drums and Handy Grooves
                      https://library.gorangrooves.com

                      1 Reply Last reply Reply Quote 2
                      • Casey KolbC
                        Casey Kolb
                        last edited by Casey Kolb

                        @d-healey Not sure if this is useful for you, but I think I just figured out a way to write the LinkOSX file based on the user selected destination in the installer. Whitebox Packages gives you some variables to work with in the shell script, so it's just a really simple two-liner:

                        #!/bin/sh
                        # Write sample location selected by user to LinkOSX for HISE
                        destfile=/Users/${USER}/Library/Application\ Support/YourCompany/YourProduct/LinkOSX
                        echo $DSTROOT > "$destfile"
                        

                        If you add this to the post-installation scripts, it'll run at the end of the installer. The only drawback is that needs to be a raw package in order for the samples to be relocatable.

                        Note: Still need to test this on more than just my machine.

                        Casey Kolb
                        Founder & CEO of Lunacy Audio
                        Composer | Producer | Software Developer

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

                          @Lunacy-Audio I'll try it out. I've added a file selector so you can add any post install script you like to the installer, I haven't tested it yet though.

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

                          1 Reply Last reply Reply Quote 1
                          • ustkU
                            ustk @d.healey
                            last edited by

                            @d-healey Hey Dave! I'm back on track... I just wanted to say that the Export Tool is an amazing idea! I will definitely have a closer look at it as it is very promising! 👏

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

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

                              What can you tell me about codesigning on Windows?

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

                              LindonL Dan KorneffD 2 Replies Last reply Reply Quote 0
                              • LindonL
                                Lindon @d.healey
                                last edited by

                                @d-healey said in Export tool:

                                What can you tell me about codesigning on Windows?

                                -- that mostly no one does it.

                                If you are going to add additional code signing I STRONGLY recommend you look at the Pace/AAX signing next.

                                HISE Development for hire.
                                www.channelrobot.com

                                1 Reply Last reply Reply Quote 0
                                • Dan KorneffD
                                  Dan Korneff @d.healey
                                  last edited by

                                  @d-healey The only signing/wrapping I do involves the Pace Wrap Tool. Same as with Lindon said.

                                  Dan Korneff - Producer / Mixer / Audio Nerd

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

                                    I've had other requests for signing Windows apps so users don't get the "untrusted software" popup, as I'd also like to prevent this popup for my users I'm interested in signing Windows apps.

                                    What do I need to sign AAX plugins? I have a developer account with AVID but I haven't bought a license/certficate (whatever they call it) as I can't use it with my plugins due to license conflicts.

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

                                    Dan KorneffD ustkU 2 Replies Last reply Reply Quote 2
                                    • Dan KorneffD
                                      Dan Korneff @d.healey
                                      last edited by

                                      @d-healey head over to https://www.paceap.com/proaudio.html and sign up to be a developer (it's free). They will give you access to the Pace Eden Toolkit which contains their signing/wrapping tool.

                                      Dan Korneff - Producer / Mixer / Audio Nerd

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

                                        @d-healey You need an iLok and install the iLok manager to access your Pace Central Account. Afaik it is the only way.
                                        But first, you need to contact Avid so they push you to PACE. PACE will reach to you to install the Eden tool and give you all the necessary information to access the Pace Central Account...

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

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

                                          @dustbro I have a developer account already, and an iLok (a very very very old one), but don't I need to pay for something before I can sign apps?

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

                                          ustkU 1 Reply Last reply Reply Quote 0
                                          • ustkU
                                            ustk @d.healey
                                            last edited by

                                            @d-healey It is free

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

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            17

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.6k

                                            Posts