HISE Commercial Licence
-
@Robert-Puza Yeah, if you want to publish your project under the GPL license, just go for it:
- Download HISE & JUCE
- Build your project
- When you publish the project, publish the source code of your project (usually the HISE project folder) & make the samples somewhat accessible so that people can actually use it.
No team of lawyers required.
-
-
I don't understand that. After all, what we create is a Hise setting. Is that automatically subject to copyright? Mi own presset? I don't understand it. After all, if you change the setting by 1 mm, it is no longer my setting. Or not?
-
@Robert-Puza said in HISE Commercial Licence:
After all, what we create is a Hise setting.
Not sure what you mean. When you build an instrument in HISE and compile it you are creating a piece of software based the things you've implemented in your HISE project. The combination of modules, sample maps, scripts, etc. is all your unique work.
You can think of like writing a document in a text editor and exporting it as a PDF.
-
@d-healey Exactly. But if the combination of modules, etc. change it by 0.000001 mm and it's not mine anymore. Or not?
-
This post is deleted! -
@Robert-Puza said in HISE Commercial Licence:
Exactly. But if the combination of modules, etc. change it by 0.000001 mm and it's not mine anymore. Or not?
If you change a line of code then I guess (I'm no lawyer) you can claim a copyright on that change, but it doesn't affect the rest of the code.
-
@d-healey Okay. I don't understand programming at all and I don't know the code language. So forgive me for possibly stupid questions
I always respect copyright. I'm just saying that the copyright on my own preset of existing software (open source) is funny.
-
@Robert-Puza e.g. I will design and implement the reverb control in my instrument. and the user will get the copyright for setting the reverb that I enabled? I designed it so that only a small part of the reverb control is available. so that from the sound designer's point of view the user cannot mess up my settings. And he will get the copyright for setting the algorithm that I compiled because the creator of Hise gave me a tool for it? it's funny
-
@Robert-Puza said in HISE Commercial Licence:
the user will get the copyright for setting the reverb that I enabled?
The user doesn't get a copyright, only the person who made the software.
-
@d-healey ok Hise creator is a creator or not? me too? you too?
-
@Robert-Puza said in HISE Commercial Licence:
@Robert-Puza e.g. I will design and implement the reverb control in my instrument. and the user will get the copyright for setting the reverb that I enabled? I designed it so that only a small part of the reverb control is available. so that from the sound designer's point of view the user cannot mess up my settings. And he will get the copyright for setting the algorithm that I compiled because the creator of Hise gave me a tool for it? it's funny
Well this is a poor understanding of copyright... you have a copyright over the product you made, and yes the user has a copyright over the preset they make...but......
Copyright is a right - a right to sue/prosecute someone for stealing your intellectual property and passing it off as their own,...but...you(or they) will need to prove that the intellectual property in question does not already exist in the public domain, or as prior art(that someone else made one just-or sufficiently- like it before you/them..). If it does exist in the public domain or there is prior art then you dont have a case that needs to be answered.....
So the case of a preset for a reverb FX, for example, is in the end such a finite (and small) number of possible combinations of settings then there is a very very good chance that prior art exists, and that art is in the public domain, and any sane judge would throw you out of court and award costs to your opponent. So in the end we dont generally consider stuff like presets to be copyrightable in any sense.
But in any case, copyright allows you to sue someone for the losses you incurred, so even if you win a copyright case you then need to prove that you had some financial loss(direct or indirect) from your opponents actions, and/or that they gained a financial benefit, and that you are entitled to some (or all ) of this revenue. So again a single Reverb preset - isnt going to fly.....
-
@Robert-Puza said in HISE Commercial Licence:
ok Hise creator is a creator or not? me too? you too?
ROLI has copyright for JUCE, Christoph has copyright for HISE, you have copyright over anything you create with HISE.
-
@Lindon said in HISE Commercial Licence:
Copyright is a right - a right to sue/prosecute someone for stealing your intellectual property
Oh that's a dark view :)
My take is lighter, I see it as the right to make copies and share them with others.
According to the US constitution it exists to promote science and art. By granting authors (for a limited time) an exclusive copyright.
Disney and the like kind of ruined it and turned it into a method to profit from and restrict users/viewers - even after the original author is long dead!
-
@d-healey I understand. Thanks for the explanation.
-
@d-healey said in HISE Commercial Licence:
@Lindon said in HISE Commercial Licence:
Copyright is a right - a right to sue/prosecute someone for stealing your intellectual property
Oh that's a dark view :)
Dark or not its whats written into copyright law, but yes without these laws we would have no shoulders of giants to stand on...
Disney and the like kind of ruined it and turned it into a method to profit from and restrict users/viewers - even after the original author is long dead!
- Yes Disney rorted the system good and proper. Shame on them.
-
@d-healey Ok. Thanks
-
@Lindon @Christoph-Hart @d-healey what are your thoughts on "distributing the source code" under GPL3? Does this entail simply publishing your folder on something like GitHub or displaying that link on the your website? Or are you obliged to send a link to the GitHub repo with each sale? I suppose this implies that a motivated user could download your product for free but there seems to exist a grey area around what "reasonably accessible" means. Also it is my understanding that you only need to distribute this after the sale...
Also JUCE's EULA is somewhat unclear to me, but it looks like for individual "Starter" subscription, if you make less then $20k annually you can create products that are closed source (not subject to their AGPLv3).
-
@HISEnberg You need to make the source code available to each person you distribute the binary to. I just host mine on Codeberg and put a link on my site.
-
@d-healey Wonderful thank you for sharing. I imagine that samples do not need to be distributed but I usually work on FX anyways.