HISE Logo Forum
    • Categories
    • Register
    • Login

    Bundle plugins

    Scheduled Pinned Locked Moved General Questions
    2 Posts 2 Posters 293 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.
    • JayJ
      Jay
      last edited by

      How do I make a couple of plugins use the same serial #?

      Because even if I leave the same bundle identifier it ask me for a serial because the name of the plugin is different.

      @orange ?

      Joansi Villalona

      orangeO 1 Reply Last reply Reply Quote 0
      • orangeO
        orange @Jay
        last edited by orange

        @Jay Store the entered serial bumber, one parent directory up. In HISE this will be superweird but the compiled version will end up in your Company folder. To store and use one parent directory up, use ../ For example you need to modify your code like that:

        Engine.dumpAsJSON(data, "../../ProductRegistrationInfo.js");
        
        Engine.loadFromJSON("../../ProductRegistrationInfo.js");
        

        With this way, all of the plugins that have same company name will be able to use same serial numbers.

        Cheers ;)

        develop Branch / XCode 13.1
        macOS Monterey / M1 Max

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

        50

        Online

        1.7k

        Users

        11.7k

        Topics

        101.9k

        Posts