fixed and improved painting of volume-lines and note-detuning-dots, fixed KEY_PRESSURE-events when changing volume of a note, pass keyboard-events to piano-class if appropriate

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@765 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-04 00:58:25 +00:00
parent 6f8b8c3a75
commit 974c312a7a
2 changed files with 52 additions and 19 deletions

View File

@@ -1,5 +1,19 @@
2008-03-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/piano_roll.cpp:
- fixed and improved painting of volume-lines
- fixed painting of note-detuning-dots
- fixed KEY_PRESSURE-events when changing volume of a note
- pass keyboard-events to piano-class if appropriate
* include/piano.h:
* src/core/piano.cpp:
moved MIDI-event-code to piano-class
* src/core/piano_roll.cpp:
* src/core/automation_editor.cpp:
set focus-policy in order to receive key-events
* plugins/sf2_player/sf2_player.cpp:
- fixed open-file-dialog
- fixed order of member-variable-initialization