2

It is my understanding that algorithms (not their concrete implementations) are not copyrighted. Musical scores or productions usually have a copyright.

Some music is constructed from a small set of rules, for example Spiegel im Spiegel, by Arvo Pärt

Is it a violation of copyright to publish a computer program that exactly produces such a piece, without containing the piece itself in the program?

Edit: I found actual examples of what I am described here and here

4
  • Is this a restatement of this. Music instead of art.
    – doneal24
    Commented Jan 28, 2022 at 20:43
  • @doneal24 my question is specific to music that is algorithmic in nature (see the example I gave), and such music can be reproduced by simple programs that do not use machine learning. Also: This question is older than the one you mentioned, which explicitly mentions that it is inspired by this question. So, No.
    – Helena
    Commented Jan 28, 2022 at 22:06
  • The definition of "computer program" and "containing the piece itself" are not clear. For example, it is arguable that a JPEG file (due to compression) does not directly contain the image it is depicting, and is simply a set of instructions (i.e., an algorithm) that happens to reproduce said image. Commented Jan 29, 2022 at 5:49
  • @HymnsForDisco yes exactly. Maybe another way to put the question where we draw the line between a derived represenatation of an existing piece and an implementation of an existing algorithm.
    – Helena
    Commented Jan 29, 2022 at 12:59

2 Answers 2

5

Is it a violation of copyright to publish a computer program that exactly produces such a piece, without containing the piece itself in the program?

Yes. A program that reproduces a particular work is functionally a derivative work and is a copyright infringement.

A program that composes music not tied to a particular work would be patentable, but the algorithm would not be protected by copyright, although derive works based on the code implementing the algorithm might be protected by copyright.

Of course, this assumes that the person devising this algorithm knows about the original work that it will produce. If the person devising and the person using the algorithm are ignorant of the existence of the prior work that it produces, it is not a copy or a derivative work and is not infringing.

The source of the creation of an allegedly infringing work in relevant in copyright law even thought it is not relevant in patent and trademark law. Copyright protects independent inventors of the same work from infringement liability, although this may be hard to prove.

In theory the burden of proof to show copying is on the personal bringing the lawsuit alleging infringement. But, a copyright infringement plaintiff can meet their burden of proof in a copyright case by inferring that copy was made from the circumstantial evidence of the allegedly infringing work's similarity to the allegedly infringed work without direct evidence of copying or deriving the work from the original work.

2
  • But wouldn't it be a derivative work of the algorithm and not of the music piece? What if the program reproduces not only that particular work, but a number of works that are produced by the same algorithm, including the original piece but also other pieces derived from different settings?
    – Helena
    Commented Jan 28, 2022 at 19:59
  • 1
    @Helena It can be both. If the algorithm were designed in such a manner as to predictably reproduce the original piece, it is a derivative work of the original piece even if it is also a derivative work of the algorithm. Also, the algorithm itself as realized in a specific coded form would itself be an infringing derivative work. A copy of a copy of a copy of a copy is an infringement of all prior works in the chain. The same principle can apply to a sequence of derivative works (until they become a genre in which case the scene a fair doctrine protects everything in the chain).
    – ohwilleke
    Commented Jan 28, 2022 at 20:03
2

There has been a few questions by people assuming that a computer program, doing things on its own, may be treated as if it were a sentient being.

It is not. Certainly, there are no laws which would treat it as such. A computer program is a device. It enjoys no more rights than a fountain pen.

Whoever operates the device produces a certain outcome, as they would when using any other tool. The fact that the device is sophisticated, or that the outcome is sophisticated, does not change it.

A computer program, the running of which would produce a certain specific melody, is a tool just like a mechanical piano, modified to play a certain melody when prompted to do so.

But a program, the running of which would produce a melody not known to the person running the program ahead of time, is just like a regular old piano. The fact that the person operating it may not know its internal workings does not change the fact that it's just a tool and that it is the person using the tool who is responsible for the produced outcome.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .