FM: Ratios in semitones
-
- KVRian
- 950 posts since 4 Dec, 2006 from Netherlands
What semitones go with what ratios. Im testing rhino for fm synthesis and am struggling to get the sounds i can get with other fm synths. Rhino works in semitones whereas sytrus which im used to works in ratios.
so if rhino is on 0 i take it thats a ratio of 1? and whats 2,3,4,5,6,7,8, etc
so if rhino is on 0 i take it thats a ratio of 1? and whats 2,3,4,5,6,7,8, etc
- KVRAF
- 16828 posts since 8 Mar, 2005 from Utrecht, Holland
You can calculate them. Each semitome is a factor 2 ^ (1/12).
But to make it easy for you here's a little table:
For more octaves you can simply multiply or divide them by two.
But to make it easy for you here's a little table:
Code: Select all
Semitone Ratio
-------- --------
-12 0.50000
-11 0.52973
-10 0.56123
-9 0.59460
-8 0.62996
-7 0.66742
-6 0.70711
-5 0.74915
-4 0.79370
-3 0.84090
-2 0.89090
-1 0.94387
0 1.00000
1 1.05946
2 1.12246
3 1.18921
4 1.25992
5 1.33484
6 1.41421
7 1.49831
8 1.58740
9 1.68179
10 1.78180
11 1.88775
12 2.00000We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
-
- KVRian
- Topic Starter
- 950 posts since 4 Dec, 2006 from Netherlands
so 24 = 4.0, 48 = 8.0 ?BertKoor wrote:You can calculate them. Each semitome is a factor 2 ^ (1/12).
But to make it easy for you here's a little table:
For more octaves you can simply multiply or divide them by two.Code: Select all
Semitone Ratio -------- -------- -12 0.50000 -11 0.52973 -10 0.56123 -9 0.59460 -8 0.62996 -7 0.66742 -6 0.70711 -5 0.74915 -4 0.79370 -3 0.84090 -2 0.89090 -1 0.94387 0 1.00000 1 1.05946 2 1.12246 3 1.18921 4 1.25992 5 1.33484 6 1.41421 7 1.49831 8 1.58740 9 1.68179 10 1.78180 11 1.88775 12 2.00000
- u-he
- 30213 posts since 8 Aug, 2002 from Berlin
- KVRAF
- 4176 posts since 2 Feb, 2003 from lost in music
48 = 16.0
sound is vibration, vibration is life
-
- KVRAF
- 2911 posts since 3 Mar, 2006
so how do you get 3 and 5?
-
- KVRian
- Topic Starter
- 950 posts since 4 Dec, 2006 from Netherlands
I think 3 would be pretty close to 19 and 5 is around 27?MitchK1989 wrote:so how do you get 3 and 5?
- KVRAF
- 16828 posts since 8 Mar, 2005 from Utrecht, Holland
If you want it more exact:MitchK1989 wrote:so how do you get 3 and 5?
Ratio 3 = 1 octave + 7 semitones + 1.96 cents = 19.01955 semitones
Ratio 5 = 2 octaves + 4 semitones - 13.69 cents = 27.86314 semitones
You can do the conversion from ratio to semitones and vice versa in e.g. Excel with the following formula's:
Code: Select all
Cell A1 = "Ratio <-> Semitone convertor"
Cell A3 = "Ratio" Cell B3 = where you input ratio
Cell A4 = "Semitones" Cell B4 = LN(B3)/LN(2^(1/12))
Cell A6 = "Semitones" Cell B6 = where you input semitones
Cell A7 = "Ratio" Cell B7 = (2^(1/12))^B6We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
-
- KVRAF
- 2911 posts since 3 Mar, 2006
wow. This is one of the most helpful threads I have ever seen on the internet (no joke). I am going to use that code to make myself a chart... ratios 1-28 or so should be enough.
Edit... Copy/Pasted your code in and it didn't work...
Edit... Copy/Pasted your code in and it didn't work...
-
- KVRist
- 380 posts since 30 Aug, 2001 from Pyrlandia
- KVRAF
- 4176 posts since 2 Feb, 2003 from lost in music
I tried it in openoffice and it works !MitchK1989 wrote:.
Edit... Copy/Pasted your code in and it didn't work...
sound is vibration, vibration is life
-
- KVRian
- 756 posts since 18 Oct, 2002 from HelgeG
Remember to prefix the formulas with an equals sign so that excel understands that they are to be calculated. the formulas work.MitchK1989 wrote:Edit... Copy/Pasted your code in and it didn't work...
helge
HELP! MY TYPEWRITER IS BROKEN!
E E CUMMINGS
HELP! MY TYPEWRITER IS BROKEN!
E E CUMMINGS
-
- KVRAF
- 2911 posts since 3 Mar, 2006
D'OH. I'm an excel noob.HelgeG wrote:Remember to prefix the formulas with an equals sign so that excel understands that they are to be calculated. the formulas work.MitchK1989 wrote:Edit... Copy/Pasted your code in and it didn't work...
Oh well, I wound up making myself a chart of all the ratios up to 32 using a ratio to cents calculator I found.
-
- KVRian
- Topic Starter
- 950 posts since 4 Dec, 2006 from Netherlands
any chance of you sending that over to me so i dont have to go through the trouble ?MitchK1989 wrote:D'OH. I'm an excel noob.HelgeG wrote:Remember to prefix the formulas with an equals sign so that excel understands that they are to be calculated. the formulas work.MitchK1989 wrote:Edit... Copy/Pasted your code in and it didn't work...
Oh well, I wound up making myself a chart of all the ratios up to 32 using a ratio to cents calculator I found.
