mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
||||
if minor == 5:
|
||||
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 "\\\"\\\""
|
||||
|
||||
def options(opt):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue