Can I make License file for Flowstone VST like Sylenth

DSP related issues, mathematics, processing and techniques
User avatar
DaveyBoy
Posts: 131
Joined: Wed May 11, 2016 9:18 pm
Location: Leeds UK

Re: Can I make License file for Flowstone VST like Sylenth

Post by DaveyBoy »

User avatar
djcrazyvdj
Posts: 25
Joined: Wed Mar 22, 2017 9:16 pm
Location: Europe

Re: Can I make License file for Flowstone VST like Sylenth

Post by djcrazyvdj »

Thank you RDGAudio for the code. :)
DJ Crazy
User avatar
djcrazyvdj
Posts: 25
Joined: Wed Mar 22, 2017 9:16 pm
Location: Europe

Re: Can I make License file for Flowstone VST like Sylenth

Post by djcrazyvdj »

Making a keyfile is possible by this way but my problem is every time I have to register with the keyfile. When I exit from the app/vst everything becomes demo.Asks for keyfile every time. So, in Flowstone is there any process to register key into windows memory/registry? Or make it permanent? Otherwise keyfile will be a nightmare for end user . :roll:
by,
DJ Crazy
DJ Crazy
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Can I make License file for Flowstone VST like Sylenth

Post by nix »

If you have a keyfile as a file,
ask your user to put it in the same place for different user's systems.
Like on C:
When the program runs, use 'on load' to look up the keyfile and see if it's right.

How does that sound people?
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Can I make License file for Flowstone VST like Sylenth

Post by RJHollins »

I put them in the same folder as the app or plug. There is a PRIM that can look there specifically. Load the text file when app/plug is launched.

As for the Registry ... I seem to remember an experimental PRIM or routine in one of the 'toolbox' collections back in the SM days.
User avatar
djcrazyvdj
Posts: 25
Joined: Wed Mar 22, 2017 9:16 pm
Location: Europe

Re: Can I make License file for Flowstone VST like Sylenth

Post by djcrazyvdj »

Nope guys, the keyfile location same as program location not working. How to use On Load?
DJ Crazy
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Can I make License file for Flowstone VST like Sylenth

Post by nix »

I imagine you need to trigger, then automate your registry procedure-
using the trigger that comes out of 'on load' or 'after load' whatever it's called.
So to start with, use the on load trigger for the registration dialogue.
It should pop the dialog automatically, then you will need to automate rest of the steps to enter the code

The 'plugin folder' is just perfect, will need to remember this prim
Post Reply