|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
#Do not change these during runtime! |
|
|
|
|
|
|
|
METADATA={ |
|
|
|
METADATA = { |
|
|
|
#The pretty name of this program. Used for NSM display and Jack client name |
|
|
|
#Can contain everything a linux file/path supports. Never change this or it will break the |
|
|
|
#session, making your file unable to load and destroying saved Jack connections. |
|
|
@ -61,5 +61,5 @@ musical notes. Switch the patterns on and off in a sequence to create a song str |
|
|
|
Connect external synthesizers and samplers to create sounds. |
|
|
|
""", |
|
|
|
|
|
|
|
"dependencies" : "\n".join("* "+dep for dep in ()), |
|
|
|
"dependencies" : "\n".join("* "+dep for dep in ("",)), #the tuple in the end should be strings. This is for the manual, not for automatic packaging. |
|
|
|
} |
|
|
|