mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
More codenames
This commit is contained in:
parent
e1950ec49e
commit
87ad86d464
1 changed files with 8 additions and 0 deletions
|
|
@ -427,6 +427,14 @@ def enoify (major, minor):
|
||||||
return "\\n\\\"The Shutov Assembly\\\"" # 1992
|
return "\\n\\\"The Shutov Assembly\\\"" # 1992
|
||||||
if minor == 5:
|
if minor == 5:
|
||||||
return "\\n\\\"Neroli\\\"" # 1993
|
return "\\n\\\"Neroli\\\"" # 1993
|
||||||
|
if minor == 6:
|
||||||
|
return "\\n\\\"Spinner\\\"" # 1995
|
||||||
|
if minor == 7:
|
||||||
|
return "\\n\\\"The Drop\\\"" # 1997
|
||||||
|
if minor == 8:
|
||||||
|
return "\\n\\\"Tracks and Traces\\\"" # 1997
|
||||||
|
if minor == 9:
|
||||||
|
return "\\n\\\"Music for White Cube\\\"" # 1997
|
||||||
return "\\\"\\\""
|
return "\\\"\\\""
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue