upcoming codenames
authorRobin Gareus <robin@gareus.org>
Sun, 26 Feb 2017 14:35:40 +0000 (15:35 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 26 Feb 2017 14:35:40 +0000 (15:35 +0100)
gtk2_ardour/wscript

index 1df5a6f85a057c8f8b03b55b420893ccb89cc10f..2e3ff2e6be19c47634b83188d2aec0dd1337c65a 100644 (file)
@@ -320,9 +320,23 @@ def enoify (major, minor):
         elif minor == 5:
             return "\\n\\\"The Plateaux of Mirror\\\""
         elif minor == 6:
-            return "\\n\\\"Possible Musics\\\""
+            return "\\n\\\"Possible Musics\\\"" # 1980 Collaborative
         elif minor == 7:
-            return "\\n\\\"My Life in the Bush of Ghosts\\\""
+            return "\\n\\\"My Life in the Bush of Ghosts\\\"" # 1981
+        elif minor == 8:
+            return "\\n\\\"Music for Airplay\\\"" # 1981 Compilation
+        elif minor == 9:
+            return "\\n\\\"On Land\\\"" # 1982
+        elif minor == 10:  # 6.0 ??
+            return "\\n\\\"Atmospheres and Soundtracks\\\"" # 1983
+        elif minor == 11:
+            return "\\n\\\"More Music for Films\\\"" # 1983
+        elif minor == 12:
+            return "\\n\\\"Working Backwards\\\"" # 1984 Compilation
+        elif minor == 13:
+            return "\\n\\\"The Pearl\\\"" # 1984 Collaborative
+        elif minor == 14:
+            return "\\n\\\"Begegnungen\\\"" # 1984 Compilation
     return "\\\"\\\""
 
 def options(opt):