User:Holger Stoltenberg/sandbox: Difference between revisions
paragraph intonation added |
No edit summary |
||
Line 82: | Line 82: | ||
To calculate the intonation | To calculate the intonation | ||
* compute the ''remainder'' of the interval’s value in cents by a modulo division (386 ¢ mod100) – the interim result is 86 ¢ | * compute the ''remainder'' of the interval’s value in cents by a modulo division (386 ¢ mod100) – <br>the interim result is 86 ¢ | ||
* Test the interim result | * Test: If the interim result is greater than 50 ¢ then subtract 100 ¢ | ||
* The test is true and the final result is -14 ¢ . | * The test is true and the final result is -14 ¢ . | ||
To determine the 12edo interval the intonation is applied to, get the original interval ''r<sub>cents </sub>'' and calculate | To determine the 12edo interval the intonation is applied to, get the original interval ''r<sub>cents </sub>'' and calculate |