Browse Source

logo and icons

master
Nils 5 years ago
parent
commit
6cc048fa79
  1. 4
      README.md
  2. BIN
      desktop/icon256x256.png
  3. BIN
      desktop/icon32x32.png
  4. 6
      engine/config.py
  5. 4
      index.html
  6. 14423
      qtgui/resources.py
  7. BIN
      qtgui/resources/aboutlogo.png
  8. BIN
      qtgui/resources/icon.png

4
README.md

@ -8,7 +8,7 @@ soundtracks and other music normally played back by samplers.
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!
@ -44,7 +44,7 @@ If you want to update at a later date you must use
* Python 3.6 (maybe earlier)
* PyQt5 for Python 3
* DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary)
* This
* Lilypond >= 2.19 (optional)
* That
#### Build Dependencies

BIN
desktop/icon256x256.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 16 KiB

BIN
desktop/icon32x32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 1.3 KiB

6
engine/config.py

@ -38,7 +38,7 @@ METADATA={
#that need to be connected internally to instrument outputs like fluidsynth
"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,
#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.
""" + "\n" + """
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!
""" + "\n" + """
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)", )),
}

4
index.html

@ -20,7 +20,7 @@ Its main purpose is to compose and produce “traditional” music, such
soundtracks and other music normally played back by samplers.</p>
<p>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!</p>
<p>Working in Laborejo is very fast and efficient by using a combination of midi input and typing.</p>
@ -61,7 +61,7 @@ Download the latest code release on <a href="https://www.laborejo.org/downloads"
<li>Python 3.6 (maybe earlier)</li>
<li>PyQt5 for Python 3</li>
<li>DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary)</li>
<li>This</li>
<li>Lilypond >= 2.19 (optional)</li>
<li>That</li>
</ul>

14423
qtgui/resources.py

File diff suppressed because it is too large

BIN
qtgui/resources/aboutlogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 60 KiB

BIN
qtgui/resources/icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Loading…
Cancel
Save