HISE Logo Forum
    • Categories
    • Register
    • Login

    Calling JSON from your HISE instance - to make a simple versioning system....

    Scheduled Pinned Locked Moved Documentation
    20 Posts 8 Posters 898 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.
    • orangeO
      orange @d.healey
      last edited by orange

      @d-healey said in Calling JSON from your HISE instance - to make a simple versioning system....:

      @orange said in Calling JSON from your HISE instance - to make a simple versioning system....:

      @Lindon said in Calling JSON from your HISE instance - to make a simple versioning system....:

      @orange as it should...

      So is this normal because of the json file?

      It's not a real website ;)

      @Lindon said in Calling JSON from your HISE instance - to make a simple versioning system....:

      OK check its working from in your favourite browser by using the URL:

      https://davescoolpatreonsite.com/productversions/myCoolProductVersion.json

      this should return and show you your json file.

      I asked because of this :)

      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 If Lindon's set up a website called davescoolpatreonsite I think I have to take legal action :p

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

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

          @d-healey said in Calling JSON from your HISE instance - to make a simple versioning system....:

          @orange If Lindon's set up a website called davescoolpatreonsite I think I have to take legal action :p

          :D

          develop Branch / XCode 13.1
          macOS Monterey / M1 Max

          ulrikU 1 Reply Last reply Reply Quote 0
          • ulrikU
            ulrik @orange
            last edited by

            @Lindon Thanks for your tip! 🙏

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

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

              @Lindon said in Calling JSON from your HISE instance - to make a simple versioning system....:

              {
              "Name": "MyCoolProduct",
              "MajorVersion": 1,
              "MinorVersion" : 0,
              "MaintenanceVersion" : 0
              }

              I am defining a local variable and Console.print like this:

              local version_check_identifier = trace(response);
              
              Console.print(version_check_identifier);
              

              In console I am seeing that exact text, it is ok.:

              {
                 "Name": "MyCoolProduct",
                 "MajorVersion": 1,
                 "MinorVersion" : 0,
                 "MaintenanceVersion" : 0
              }
              

              But how can we pull and check the MajorVersion, MinorVersion, MaintenanceVersion?

              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @A Former User
                last edited by d.healey

                @Steve-Mohican

                Perhaps:
                local majV = response.MajorVersion
                local minV = response.MinorVersion
                etc...

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

                ? 1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @d.healey
                  last edited by

                  @d-healey Oh, now it works! Thank you so much! :)

                  d.healeyD ustkU 2 Replies Last reply Reply Quote 0
                  • d.healeyD
                    d.healey @A Former User
                    last edited by

                    @Steve-Mohican Homework - https://www.w3schools.com/js/js_objects.asp :p

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

                    1 Reply Last reply Reply Quote 0
                    • ustkU
                      ustk @A Former User
                      last edited by

                      @Steve-Mohican
                      https://docs.hise.audio/scripting/scripting-in-hise/additions-in-hise.html#object-oriented-programming
                      Sorry, Dave began 🤣

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

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

                        I think I am trying to make advanced things but I need some basic knowledge at the same time 😄 Thanks guys, ok I got the message 😂 @d-healey @ustk

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

                        12

                        Online

                        1.7k

                        Users

                        11.8k

                        Topics

                        102.6k

                        Posts