A way to enter registration data w/o the UI ?
-
- KVRAF
- 3729 posts since 3 Nov, 2015
Is there a way to enter registration data w/o using the UI ? The use case is the following. Blind people who can work with Csound to build an interface to a u-he synth but are prevented to use the synth because the registration is done via a UI.
- KVRAF
- 24447 posts since 7 Jan, 2009 from Croatia
Can manually write it down in the .txt file where it has to go...
com.u-he.<plugin name>.user.txt
Inside the text file, it's just this:
<registered name>
<serial number (with dashes)>
com.u-he.<plugin name>.user.txt
Inside the text file, it's just this:
<registered name>
<serial number (with dashes)>
-
- KVRAF
- Topic Starter
- 3729 posts since 3 Nov, 2015
Forgot to mention, for Linux systems. The com.u-he... you mention is a Windows registery structure, is it ?
- KVRAF
- 24447 posts since 7 Jan, 2009 from Croatia
Actually that's Mac plist files, but u-he plugins don't use any sort of registry structure. Just text files that are in the Support folder of the <plugin name>.data folder. All u-he plugins are perfectly portable, so you can do this. The file is named exactly the same on all OS.
-
- KVRAF
- Topic Starter
- 3729 posts since 3 Nov, 2015
