projects
/
alioth
/
musescore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7338058
)
lintian
author
mirabilos
<tg@debian.org>
Thu, 30 Jul 2020 16:22:47 +0000
(18:22 +0200)
committer
mirabilos
<mirabilos@evolvis.org>
Thu, 30 Jul 2020 16:22:47 +0000
(18:22 +0200)
debian/patches/backports/49-pitch-ottava.diff
patch
|
blob
|
history
diff --git
a/debian/patches/backports/49-pitch-ottava.diff
b/debian/patches/backports/49-pitch-ottava.diff
index
c45bcc8
..
dbbb1e7
100644
(file)
--- a/
debian/patches/backports/49-pitch-ottava.diff
+++ b/
debian/patches/backports/49-pitch-ottava.diff
@@
-9,7
+9,7
@@
Description: fix #293593 - Issues with ottavas
effective pitch of the a note rather than the actual pitch. The solution now
takes to ottava signs into account by using the actual pitch.
.
- For easily find out whe
a
ther an ottava is applied, a new method ottavaCapoFret()
+ For easily find out whether an ottava is applied, a new method ottavaCapoFret()
is added which returns the pitch offset by an ottava (or capo fret). To prevent
code dublication, ppitch() also use this new ottavaCapoFret() method.