-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog.txt
116 lines (107 loc) · 4.83 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
v0.7.2
- Color-coded notes toggle
- Fix for MIDI input not working by using Linux ALSA
- Set the Video optimisation default to none
- Fix not color was on by default
- Change the default startup song on a fresh install from “Booster Music/01-ClairDeLaLune.mid” to "Beginner Course/01-StartWithMiddleC.mid”
- New icons
v0.7.0: (03 September 2019)
- Switch on Qt5
- Localization on many languages
- Music courses added
- New logo
- Use FTGL library to draw fonts in GL context
- Fix Qt strings localization
- New options: INSTALL_ALL_LANGS, USE_SYSTEM_FONT, NO_DOCS, USE_SYSTEM_RTMIDI,
WITH_MAN, WITH_TIMIDITY, WITH_FLUIDSYNTH, USE_FTGL, NO_LANGS, NO_LICENSE,
DATA_DIR, USE_TIMIDITY, NO_CHANGELOG
- Allow to switch between languages within a session
- Add Piano Keyboard widget
- Update documentation
- Fix problem loading midi files with text events
- New localized Windows installer
- Use hicolor icon theme
- Fix USE_FLUIDSYNTH flag
- Fix incorrect drawing on ARM systems
- Fix segfault on the next start of program after playing corrupted midi file
- Fix midi input/output devices detection and reading config file
- RtMidi: version 4.0.0
- Fix reading saved position of main window
- Fix music and translations installation
- Qmake is alternative for Cmake (Linux, BSD Unix, Windows)
- Fix macOS building
- Fix file open dialog hang by disabling timer
- Add JACK support for tools/fluidsynth
- Fix BSD Unix building and working
- Saving skill's and rhythm tapping's settings in config file
- Fixes for BSD Unix to use fluidsynth+JACK without ALSA
- Patch for behavior similar to computer touch-typing (gtypist): "Follow Through
Errors" mode
- Add Repeat checkbox to repeat song
- Save FluidSynth's and TiMidity's settings in config file
v0.6.8: (11 May 2018)
- French and Galician translations
- Translate notes
- Armel patch
- Install in /usr/share/games
- RtMidi: version 1.0.15
v0.6.7: (05 September 2013)
- Reset should be fixed now (keylights)
- Patch for kotechnology added
- Fixed some problems on windows
- Fix for the time signature problem
- Fixed some compile warning messages
v0.6.5: (26 January 2011)
- Added rhythm tapping for beginners
- Added key lights for Yamaha EZ-200, Casio LK 220, LK-300 TV, LK-43 etc.
v0.6.4: (28 November 2009)
- Added note names for beginners (to be used with a piano key note labels)
- Added assignable left and right midi channels.
- Improved MIDI timing accuracy.
- Greatly reduced the memory footprint.
- Reduced the CPU load.
- Reduced the screen flicker (recommend setting the screen refresh rate to 60Hz
and for Intel Graphic chips updating the drivers).
- Added keyboard short-cuts. These are - speed up/down, play from start,
play/pause, next previous song, left right both hands.
- Remembers the song settings in a configuration file called "pb.cfg".
these are the midi channels, speed, left right or both hands.
- Now works well Ubuntu 9.10 and Intel graphic chips.
(Those with Ubuntu 9.04 and Intel should upgrade to 9.10 and this version)
- Fixed various start up issues.
- Now correctly notates repeated accidentals that occur in a single bar.
- Added the option to display courtesy accidentals.
- Added a simple help page.
- Added an installer for windows.
- 'make install' now works on Linux.
- Now works with small screens eg an EEE-701 (for Trev)
v0.6.2: (01 April 2009)
- added "<None>" as instrument sound.
- when setting a latency fix of >0 the instrument is automatically set to 'None'
- turn all the sound off when exiting the program.
- Added looping to continually play between to bars.
- Added the option to change the follow mode stop point.
- Automatically switches the follow mode stop point if you are playing well enough.
- Added a logo to the source tree in "images/logo64x64.png"
v0.6.1: (11 March 2009)
- Added a play from bar (so you can start from playing any bar)
- Added a latency fix for high latency sound generators (e.g. the windows GS software synth)
(requires a piano keyboard _with_ it's own speakers/sound generator)
- Added the ability to "mute your part when playing" along.
- May have reduced the flickering especially on windows with a low spec machine
- Added a piano volume slider (so you can adjust the volume of your piano with compared
to the accompaniment)
- Added an icon for the main window.
- Fix a bug when swapping hands in the middle of a piece.
- Fix a bug left or right now correctly dim the other stave.
- Added start-up checks that Open GL is present.
- Fix the pulse of sound when stopping the music
- Added "timing markers" which show when the pianist pressed the note.
- Changed the build so that it now works on the Mac (thanks to Christian)
v0.5.1: (1 January 2009)
- fixed the windows file open bug
- changed the default wrong note sound to Harpsichord
- changed the wrong note sound to use a separate midi channel.
- on Windows removed the dos console
v0.5.0: (28 November 2008)
- first release