|
@ -38,7 +38,7 @@ METADATA={ |
|
|
#that need to be connected internally to instrument outputs like fluidsynth |
|
|
#that need to be connected internally to instrument outputs like fluidsynth |
|
|
"cboxOutputs" : 2 * 1, #metronome |
|
|
"cboxOutputs" : 2 * 1, #metronome |
|
|
|
|
|
|
|
|
#Does the program uses a metronome? In this case you need at least two cboxOutputs above |
|
|
#Does the program use a metronome? In this case you need at least two cboxOutputs above |
|
|
"metronome" : True, |
|
|
"metronome" : True, |
|
|
|
|
|
|
|
|
#Various strings for the README |
|
|
#Various strings for the README |
|
@ -49,11 +49,11 @@ Its main purpose is to compose and produce "traditional" music, such as instrume |
|
|
soundtracks and other music normally played back by samplers. |
|
|
soundtracks and other music normally played back by samplers. |
|
|
""" + "\n" + """ |
|
|
""" + "\n" + """ |
|
|
Unlike other notation editors Laborejo is not meant primarily to print out sheets of notation but |
|
|
Unlike other notation editors Laborejo is not meant primarily to print out sheets of notation but |
|
|
to create music within your computer: You get all the tools you know from other midi sequencers for |
|
|
to create music for your computer: You get all the tools you know from other midi sequencers for |
|
|
maximum fine control to get exactly the music you want! |
|
|
maximum fine control to get exactly the music you want! |
|
|
""" + "\n" + """ |
|
|
""" + "\n" + """ |
|
|
Working in Laborejo is very fast and efficient by using a combination of midi input and typing.""", |
|
|
Working in Laborejo is very fast and efficient by using a combination of midi input and typing.""", |
|
|
|
|
|
|
|
|
"dependencies" : "\n".join("* "+dep for dep in ("This", "That" )), |
|
|
"dependencies" : "\n".join("* "+dep for dep in ("Lilypond >= 2.19 (optional)", )), |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|