License question concerning temperaments #1442
-
Hello everybody, I am interested in opinions about license and usage rules, concerning a certain GO source file. The reason is that I am implementing temperaments functionality for my organ apps and am looking for a set of factory temperaments to be included in an app. GrandOrgue, specifically the file src/core/temperaments/GOTemperamentList.cpp, is a nice reference for temperaments data. This file is under GPL which does not allow to use it in non-open source software. Now I do not intend to use the source file but only the temperaments data (name, cent values), which by itself I think is not copyrighted. Still that would mean to make use of the work of somebody else. Some GO developer(s) spent a considerable amount of time with searching and compiling the data of 103 temperaments. Is it allowed to extract this data and use it in other software (stating GO as the source)? Or do I have to google for each of these temperaments and take the data from elsewhere (and keep notes of the process to be able to prove that I did not copy data of the GPLed file)? Or could the developer(s) who collected this data give permission to use their work in other (partly free, partly commercial) software? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
If I remember correctly I did most of the research work on the temperaments, and that information in itself is of course available also from other sources - so the cent deviations in themselves cannot be thought of as copyrighted. If you look at the old mailing lists on Sourceforge you have this post: https://sourceforge.net/p/ourorgan/mailman/message/29415405/ Which has an attachment: That file contain the work material before inclusion in GO. That text file doesn't have any copyright header at all. I don't remember exactly how much could have been adjusted since that post, that's for you to research and compare. However, I'll give you this hint to help you when you do your reserach: When we implemented temperaments a distinct choice was made to reference from the pitch of the tone for "a" so that the reference pitch of a1 (for instance 440 Hz) would not change when different temperaments was chosen (selected). Most of the academic literature on temperaments always reference from the tone "c" instead. The major part of my work contribution (except to collect the data to begin with) was to "transpose" the cent offsets from the litterature into our choice of having the reference pitch always staying the same. Thus, you should always find the third number from the end to be a "0" value. If you read and compare to other sources you'll see that that very note will, more or less always, have another value - but the relationships between all the tones will be the same. |
Beta Was this translation helpful? Give feedback.
-
I too am working on temperaments and learning a lot as I go. Is it correct that the smallest pitch difference that can be detected by the human ear is 5 cents? This appears to be widely accepted. Having looked pitch lists of the multitude of GO temperaments I see that nearly all of them are listed to two decimal places of a cent and in a great many of them most of the pitch differences are less than 5 cents. Is it really necessary to have so many different scales when around 90% of them cannot be distinguished one from the other by listening to them? I have no fixed opinion on this matter and would welcome any comments from musicians. Especially those who use and understand these various temperaments. csw900 |
Beta Was this translation helpful? Give feedback.
-
So not one of the hundreds of available scales is musically perfect in all respects - thus the normally used even tempered scale is perfect enough and is the most practical for everyday use. It amazes me that a piano tuner can tune this scale by listening for beats as most of its intervals must be purposly tuned slightly imperfectly. I suspect that modern computers could do dynamic tuning but doubt that this would be "perfect" either. If you tune one chord to perfection and play it on an organ then its reverberation will still be audible when the next slightly differently tuned but perfect chord is played - the two will then clash and become audibly imperfect again. I also doubt if an algorithm would be able to predict the future. I liked the referenceed pdf but it is a very hard read and note that the potentially interesting internally referenced web page is no longer on line. csw900 |
Beta Was this translation helpful? Give feedback.
If I remember correctly I did most of the research work on the temperaments, and that information in itself is of course available also from other sources - so the cent deviations in themselves cannot be thought of as copyrighted.
If you look at the old mailing lists on Sourceforge you have this post:
https://sourceforge.net/p/ourorgan/mailman/message/29415405/
Which has an attachment:
https://sourceforge.net/p/ourorgan/mailman/attachment/1339854605.22029.YahooMailNeo%40web132106.mail.ird.yahoo.com/1/
That file contain the work material before inclusion in GO. That text file doesn't have any copyright header at all. I don't remember exactly how much could have been adjusted since that pos…