HISE Logo Forum
    • Categories
    • Register
    • Login

    Registering plugin ,GUI , Demo questions.

    Scheduled Pinned Locked Moved General Questions
    32 Posts 6 Posters 2.2k 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.
    • d.healeyD
      d.healey
      last edited by d.healey

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey
        last edited by

        For the demo you could provide the same plugin but if it's unregistered it goes silent after a certain amount of time.

        lalalandsynthL 1 Reply Last reply Reply Quote 1
        • lalalandsynthL
          lalalandsynth @d.healey
          last edited by

          @d-healey for your plugins ,do you provide a demos and is there a register button or how do you approach registration ?

          https://lalalandaudio.com/

          https://lalalandsynth.com/

          https://www.facebook.com/lalalandsynth

          https://www.facebook.com/lalalandsynth

          ustkU d.healeyD 2 Replies Last reply Reply Quote 0
          • ustkU
            ustk @lalalandsynth
            last edited by ustk

            @lalalandsynth My approach would be a popup that automatically shows up when opening the plugin the first time.
            In this popup, two options: demo and register
            Once the choice is made, close and remember in an external json
            In your general setting panel (if you have one) put a "Register" button to popup the demo/registration panel again, so the user can register later.

            If the user choses the demo mode, you can also keep the panel to show up at each launch, this way you don't need a button in a setting section…

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

            lalalandsynthL 1 Reply Last reply Reply Quote 1
            • lalalandsynthL
              lalalandsynth @ustk
              last edited by

              @ustk Yep, that makes sense . I guess I am looking for a way to not have to do anything specific on the gui itself to be able to register.
              And this might be the method "If the user choses the demo mode, you can also keep the panel to show up at each launch, this way you don't need a button in a setting section…"

              https://lalalandaudio.com/

              https://lalalandsynth.com/

              https://www.facebook.com/lalalandsynth

              https://www.facebook.com/lalalandsynth

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

                @lalalandsynth

                for your plugins ,do you provide a demos and is there a register button or how do you approach registration ?

                I do not. At the moment I'm working on a system to allow users to demo my libraries over the internet through a dedicated app.

                But I offer refunds and resales anyway so there is less risk for the user to "try" one of my libraries. I've had very few refund requests.

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

                  @d-healey This sounds interesting! Is it an app you're developing or an existing system?

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

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

                    @ustk I'm developing the app but it incorporates several existing systems for transmitting audio, gui, and MIDI. I've got the MIDI part working, I just need to get the GUI and audio stuff working. It will also require some server side work but I'll tackle that after.

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

                      @d-healey Ouch... That seems to require some long nights... 🕶

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

                      d.healeyD 1 Reply Last reply Reply Quote 1
                      • LindonL
                        Lindon @lalalandsynth
                        last edited by

                        @lalalandsynth said in Registering plugin ,GUI , Demo questions.:

                        @ustk Yep, that makes sense . I guess I am looking for a way to not have to do anything specific on the gui itself to be able to register.
                        And this might be the method "If the user choses the demo mode, you can also keep the panel to show up at each launch, this way you don't need a button in a setting section…"

                        So the authorisation system I use works like this:

                        1. Checks for an authorisation file at init.
                        2. Where there is no (or error) authorisation - mutes the plug-in and pops a panel
                        3. Offers the ability to authorise the plug-in (create an auth file with your supplied code) or run in demo mode, also shows the number of demo mode instantiations are still available (a max of 10)
                        4. When demo mode runs: reduces the number of demo executions by 1, starts a timer and times out the plug-in after 15 mins
                        5. On time out - Silences the plug-in and pops the auth panel again
                        6. When there are no more demo instantiations left it just pops the auth panel with no other option but to authorize.

                        It uses a "plain" panel and a set of labels + two button graphics (Authorise and Run Demo). So very little UI work to do.

                        HISE Development for hire.
                        www.channelrobot.com

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

                          @ustk said in Registering plugin ,GUI , Demo questions.:

                          @d-healey Ouch... That seems to require some long nights... 🕶

                          I'm getting there.

                          HISE remote control in a browser with audio is now possible. Just have to put it all together!
                          08cb88d0-251a-4e79-9705-d755ac5f5c10-image.png

                          ustkU 1 Reply Last reply Reply Quote 3
                          • lalalandsynthL
                            lalalandsynth
                            last edited by

                            That is very cool stuff !

                            https://lalalandaudio.com/

                            https://lalalandsynth.com/

                            https://www.facebook.com/lalalandsynth

                            https://www.facebook.com/lalalandsynth

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

                              @d-healey I don't understand why, but it's cool 😎

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

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

                                @ustk I'll tell you why :) It means you can control HISE running on my computer through your web browser. Once I put it all together this will be a perfect way for users to demo the full version of a library.

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

                                  @d-healey You mean using Hise through a browser? It seems amazing!

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

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

                                    @ustk Yeah, except instead of HISE it will be the standalone version of my plugin. It's not running in the browser, it's running on my computer but you can see it and control it as if it's in the browser. It's very similar to VNC except it's just a single window instead of the whole desktop. The tool I'm using is called Xpra, but it doesn't support MIDI, so I'm making a custom client to handle the MIDI stuff.

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

                                      @d-healey Oh I see! you'll quickly need a dedicated server 😀

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

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

                                        @ustk I have one :)

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

                                          @d-healey Amazing Dave 💪

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

                                          1 Reply Last reply Reply Quote 0
                                          • lalalandsynthL
                                            lalalandsynth
                                            last edited by

                                            Got the super simple copy protection "SSCP" working :)
                                            Have to figure out the demo mode thingy .
                                            In the SSCP it uses the const var GlobalMute = Synth.getMidiProcessor("GlobalMute") but I am not using midi , is there an equivalent for audio stream ?
                                            Serial.jpg

                                            https://lalalandaudio.com/

                                            https://lalalandsynth.com/

                                            https://www.facebook.com/lalalandsynth

                                            https://www.facebook.com/lalalandsynth

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

                                            21

                                            Online

                                            1.8k

                                            Users

                                            12.0k

                                            Topics

                                            104.4k

                                            Posts