pianobooster/README.md

189 lines
6.7 KiB
Markdown
Raw Normal View History

![logo](logo/Logotype_horizontal.png)
2018-05-20 22:25:42 +02:00
INTRODUCTION
============
Piano Booster is a MIDI file player that displays the musical notes AND teaches you how to
play the piano. You can play along to any track in the midi file and PianoBooster will
2019-06-13 07:55:18 +02:00
follow YOUR playing. PianoBooster makes sight reading fun!
2019-06-21 05:42:38 +02:00
Piano Booster is a free (Open Source) program available from: <https://github.com/captnfab/PianoBooster/>
Original work by Louis J. Barman can be found here: <http://pianobooster.sourceforge.net/>
A huge thanks to him and to all the contributers.
2019-06-13 07:55:18 +02:00
WINDOWS
=======
To run Piano Booster you need a MIDI Piano Keyboard and a MIDI interface for the PC. (If you
don't have a MIDI keyboard you can still try out PianoBooster using the PC keyboard, 'x' is
2019-06-13 07:55:18 +02:00
middle C - but a MIDI piano is recommend).
To hear the music you will need a General Midi compatible sound synthesizer. Unfortunately
the "Microsoft GS Wavetable software synthesizer" that comes with Windows XP introduces an
unacceptable delay (latency) between pressing a note and hearing the sound. For this reason
the use of "Microsoft GS Wavetable software synthesizer" is not recommend. Please see the
2019-06-13 07:55:18 +02:00
forum for possible solutions.
Double Click on the EXE file of Windows installer for installation.
[PianoBoosterInstall-0-6-4.exe](https://sourceforge.net/projects/pianobooster/files/pianobooster/0.6.4/PianoBoosterInstall-0-6-4.exe/download) (obsoleted)
macOS
=====
To run Piano Booster you need a MIDI Piano Keyboard and a MIDI-USB interface if the keyboard
does not have a USB interface. (If you don't have a MIDI keyboard you can still try out
2019-06-13 07:55:18 +02:00
PianoBooster using the computer's keyboard, 'x' is middle C).
To hear music from the computer you will need a General Midi compatible sound synthesizer.
While there are many possible choices for the Mac (Timidity, FluidSynth or an external MIDI
Synth), the easiest way is to use SimpleSynth, which can be obtained for free (MIT license)
from: <http://notahat.com/simplesynth>
This must be started before Pianobooster, and also allows to load custom Soundfonts.
Double Click on the DMG file containing PianoBooster, then just drag the pianobooster.app
file wherever you wish (/Application folder is suggested).
[pianobooster-mac-0.6.2.dmg](https://sourceforge.net/projects/pianobooster/files/pianobooster/0.6.2/pianobooster-mac-0.6.2.dmg/download) (obsoleted)
[pianobooster-mac-0.6.5-alpha1.dmg](https://github.com/chrisballinger/PianoBooster/releases/tag/v0.6.5-alpha1) (not official)
2019-07-10 05:56:00 +02:00
LINUX and BSD UNIX
==================
2019-06-13 07:55:18 +02:00
To run Piano Booster you need a MIDI Piano Keyboard and a MIDI interface for the PC. (If you
don't have a MIDI keyboard you can still try out PianoBooster using the PC keyboard, 'x' is
middle C - but a MIDI piano is recommend).
To hear music from the computer you will need a General Midi compatible sound synthesizer.
On Linux to start fluidsynth type the following on a terminal window.
2019-06-21 05:42:38 +02:00
```
fluidsynth -g 1.0 -a alsa -o midi.alsa_seq.id=fs2 /usr/share/sounds/sf2/FluidR3_GM.sf2
```
MIDI FILES
==========
To run PianoBooster you will need some Midi files preferably with right and left piano
parts on channels 4 and 3. Some high quality demo MIDI files that are compatible with
PianoBooster are available in doc/courses/*/ directories.
INSTRUCTIONS
============
The MIDI input device is used to connect your piano keyboard to the PC. First ensure that your
piano keyboard is connected up to the PC using a MIDI USB adaptor (or through a PC sound card).
Once the Piano Booster application starts up you must first setup the midi input and midi
output interface from the Setup menu. Next open a midi file ".mid" or a karaoke ".kar" file
using File/Open from the Piano Booster menu. Now choose the skill level, if you want to
2019-06-13 07:55:18 +02:00
just listen to the midi music - select 'listen', to play along with a midi keyboard with
the music following your playing - select 'follow you'. Finally click on the Play icon to
start.
2019-06-13 07:55:18 +02:00
It is recommended that you shut down all other programs while running Piano Booster so that
the scrolling notes move smoothly across the screen.
TRANSLATIONS
============
2018-05-24 20:07:04 +02:00
PianoBooster isn't translated in your language? Help us, and we will gladly ship
new translations with it. Use our
2019-06-02 23:08:01 +02:00
[Collaborative Translation Platform](https://www.transifex.com/Magic/pianobooster)
(Transifex) to add your favorite languages.
2018-05-24 20:07:04 +02:00
Using Transifex is not mandatory.
2019-06-25 01:05:07 +02:00
You can translate by [Pull Request](https://github.com/captnfab/PianoBooster/pulls).
You need to translate:
2019-06-13 07:55:18 +02:00
[Main program](translations/pianobooster_blank.ts)
2019-06-13 07:55:18 +02:00
[Courses](translations/music_blank.ts)
2019-06-13 07:55:18 +02:00
[Desktop file #1](pianobooster.desktop)
2019-07-08 14:47:27 +02:00
LICENSE
=======
Piano Booster is fully copyrighted by the author and all rights are reserved.
PianoBooster is free software (Open Source software): you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
PianoBooster is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License in the file "gplv3.txt" or from the web site
2019-06-06 08:57:18 +02:00
<http://www.gnu.org/licenses/> or [gplv3.txt](gplv3.txt).
2019-06-21 05:42:38 +02:00
The Piano Booster Documentation and Music are released under the Creative Commons License (CC-BY).
2019-06-06 08:57:18 +02:00
[PianoBooster License](license.txt)
SOURCE CODE
===========
2019-06-13 07:55:18 +02:00
Download and uncompress the archive file below and then follow the instructions in
the *BUILD.md* file.
[PianoBooster releases](https://github.com/captnfab/PianoBooster/releases)
As part of GNU General Public License the source code for PianoBooster is available from
2019-06-05 00:37:57 +02:00
the GitHub site <https://github.com/captnfab/PianoBooster>. See the [BUILD.md](BUILD.md) for
instructions on how to build the source code.
2019-06-03 04:14:51 +02:00
DEBUGGING
=========
To get a backtrace, build Piano Booster with DEBUG option
2019-06-21 05:42:38 +02:00
2019-06-27 05:20:26 +02:00
type:
2019-06-21 05:42:38 +02:00
2019-07-01 23:59:01 +02:00
`cmake -DCMAKE_BUILD_TYPE=Debug .`
2019-06-21 05:42:38 +02:00
2019-06-27 05:20:26 +02:00
type:
2019-06-21 05:42:38 +02:00
2019-07-01 23:59:01 +02:00
`gdb ./pianobooster`
2019-06-21 05:42:38 +02:00
2019-06-27 05:20:26 +02:00
then:
2019-06-21 05:42:38 +02:00
2019-07-01 23:59:01 +02:00
`run`
2019-06-21 05:42:38 +02:00
2019-06-27 05:20:26 +02:00
then:
2019-06-21 05:42:38 +02:00
2019-07-01 23:59:01 +02:00
`bt`
2019-06-03 04:14:51 +02:00
DOCUMENTATION
=============
[Documentation](doc/README.md)
2019-09-03 13:20:26 +02:00
[Changelog](Changelog.txt)
2019-06-03 04:14:51 +02:00
BUGTRACKER
==========
[Issues](https://github.com/captnfab/PianoBooster/issues)
CONTRIBUTING
============
PianoBooster is community developing project since 2018. You're welcome with patches:
2019-06-03 04:52:55 +02:00
[Pull Requests](https://github.com/captnfab/PianoBooster/pulls)
2019-06-06 09:22:50 +02:00
2019-06-13 07:55:18 +02:00
We have many [issues](https://github.com/captnfab/PianoBooster/issues) always.
2019-06-06 09:22:50 +02:00
2019-07-02 06:38:30 +02:00
We are looking for musicians to make music for pianobooster. It can be educational courses or other melodies: [music sources](music/src). For more information look at [README.md](doc/courses/README.md) and [faq.md](doc/faq.md).
2019-06-06 09:22:50 +02:00
PLATFORMS
=========
2019-07-10 05:56:00 +02:00
We support Linux, BSD Unix and Windows platforms. We do not have macOS developers at the moment.