📖 Revert back to Markdown syntax
Turn images in markdown syntax since GitHub doesn't support CSS overrides anyway
This commit is contained in:
parent
583d762720
commit
7fd31288bd
41
README.md
41
README.md
|
@ -1,6 +1,4 @@
|
||||||
<p style="text-align: center;">
|
# ![Piano icon](https://raw.github.com/JacoBits/piano/master/images/logos/logo32.png) Piano
|
||||||
<img src="https://raw.github.com/JacoBits/piano/master/images/logos/logo128.png" alt="Piano icon" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
Piano is a desktop app that uses built-in MIDI support in order to
|
Piano is a desktop app that uses built-in MIDI support in order to
|
||||||
offer an usable interface for playing any of the 127 instruments defined
|
offer an usable interface for playing any of the 127 instruments defined
|
||||||
|
@ -8,7 +6,7 @@ by General MIDI.
|
||||||
|
|
||||||
[Download latest release](https://github.com/JacoBits/piano/releases)
|
[Download latest release](https://github.com/JacoBits/piano/releases)
|
||||||
|
|
||||||
# Building
|
## Building
|
||||||
|
|
||||||
Using Grunt:
|
Using Grunt:
|
||||||
|
|
||||||
|
@ -19,48 +17,45 @@ $ grunt build:win # use build:linux or build:mac for other systems
|
||||||
|
|
||||||
Then run the app in `build/win` folder.
|
Then run the app in `build/win` folder.
|
||||||
|
|
||||||
# Screenshots
|
## Screenshots
|
||||||
|
|
||||||
<p style="text-align: center;">
|
![Main window](https://raw.github.com/JacoBits/piano/master/images/screenshots/main.png)
|
||||||
<img src="https://raw.github.com/JacoBits/piano/master/images/screenshots/main.png" alt="Main window" />
|
|
||||||
*Main window*
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p style="text-align: center;">
|
*Main window*
|
||||||
<img src="https://raw.github.com/JacoBits/piano/master/images/screenshots/music.png" alt="With a music loaded" />
|
|
||||||
*With a music loaded*
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p style="text-align: center;">
|
![With a music loaded](https://raw.github.com/JacoBits/piano/master/images/screenshots/music.png)
|
||||||
<img src="https://raw.github.com/JacoBits/piano/master/images/screenshots/instruments.png" alt="Instruments window" />
|
|
||||||
*Instruments window*
|
|
||||||
</p>
|
|
||||||
|
|
||||||
# Known issues
|
*With a music loaded*
|
||||||
|
|
||||||
## Pre-release
|
![Instruments window](https://raw.github.com/JacoBits/piano/master/images/screenshots/instruments.png)
|
||||||
|
|
||||||
|
*Instruments window*
|
||||||
|
|
||||||
|
## Known issues
|
||||||
|
|
||||||
|
### Pre-release
|
||||||
|
|
||||||
This app is currently in pre-release state, which means it isn't stable
|
This app is currently in pre-release state, which means it isn't stable
|
||||||
and that all work you have done might be lost at any time.
|
and that all work you have done might be lost at any time.
|
||||||
|
|
||||||
If you find any bug or have any improvement idea, please fill an issue.
|
If you find any bug or have any improvement idea, please fill an issue.
|
||||||
|
|
||||||
## Languages
|
### Languages
|
||||||
|
|
||||||
Currently, the app is only available in French. New languages will be
|
Currently, the app is only available in French. New languages will be
|
||||||
added soon.
|
added soon.
|
||||||
|
|
||||||
## MIDI support
|
### MIDI support
|
||||||
|
|
||||||
The app won't produce any sound on systems that doesn't have at least one
|
The app won't produce any sound on systems that doesn't have at least one
|
||||||
bundled MIDI output. Maybe should we ship with a default synthetiser.
|
bundled MIDI output. Maybe should we ship with a default synthetiser.
|
||||||
|
|
||||||
## Linux/Mac
|
### Linux/Mac
|
||||||
|
|
||||||
The app has not yet been tested on Linux and Mac. If you encounter any
|
The app has not yet been tested on Linux and Mac. If you encounter any
|
||||||
problem, please fill an issue.
|
problem, please fill an issue.
|
||||||
|
|
||||||
# Credits
|
## Credits
|
||||||
|
|
||||||
Icons made by:
|
Icons made by:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue