Browse Source

Clarify that there is no release

master
Nils 4 years ago
parent
commit
811bdbd604
  1. 34
      engine/config.py

34
engine/config.py

@ -5,40 +5,40 @@
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
#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.
"name" : "Laborejo",
"name" : "Laborejo",
#Set this to the name the user types into a terminal.
#MUST be the same as the binary name as well as the name in configure.
#Program reports that as proc title so you can killall it by name.
#Should not contain spaces or special characters. We use this as save file extension as well
#to distinguish between compatible program versions. In basic programs this will just be e.g.
#patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc.
"shortName" : "laborejo",
#patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc.
"shortName" : "laborejo",
#A very short description used in various places: Desktop file, overview on the website,
#release announcements, entries in software directories etc.
"tagline" : 'MIDI sequencer based on classical music notation',
"version" : "2.0",
"year" : "2020",
"author" : "Laborejo Software Suite",
"tagline" : 'MIDI sequencer based on classical music notation',
"version" : "Unreleased, Stuck in Development Limbo ",
"year" : "2020",
"author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/laborejo",
"supportedLanguages" : {"German":"de.qm"},
#Show the About Dialog the first time the program starts up. This is the initial state for a
#new instance in NSM, not the saved state! Decide on how annoying it would be for every new
#instance to show about. Fluajho does not show it because you add it many times into a session.
#Patroneo does because its only added once.
"showAboutDialogFirstStart" : True,
"showAboutDialogFirstStart" : True,
#If your program handles very small duration with n-tuplets you should increase D4.
#This will not be visible to the outside jack world
"quarterNoteInTicks" : 53760,
#How many audio outputs do you want? must be pairs. These are just unconnected jack outputs
"quarterNoteInTicks" : 53760,
#How many audio outputs do you want? must be pairs. These are just unconnected jack outputs
#that need to be connected internally to instrument outputs like fluidsynth
"cboxOutputs" : 1 * 2, #metronome
@ -48,7 +48,7 @@ METADATA={
#Various strings for the README
#Extra whitespace will be stripped so we don't need to worry about docstring indentation
"description" : """
Laborejo (Esperanto: Workshop) is a MIDI sequencer based on classical music notation.
Laborejo (Esperanto: Workshop) is a MIDI sequencer based on classical music notation.
Its main purpose is to compose and produce "traditional" music, such as instrumental pieces,
soundtracks and other music normally played back by samplers.
""" + "\n" + """

Loading…
Cancel
Save