Fractional Pitch Ratio Support
Nikolozi
A Mela user has the following use case which requires precise ratios with the fundamental frequency:
>These would be handy for synthesizing hi-hats and other ‘metallic’ sounds :)
>(Yeah, it’s the ‘metallic’ 808-type hi-hat sound).
>The above would in Mela 4 would require the following fractions...
>2/1
>3/1
>104/25
>543/100
>679/100
>821/100
This could be a separate module or it might make sense to be part of the Pitch Ratio module with an additional mode of operation.
Note that, you can still achieve any fractional ratio if you use a bit of Math and Relative Pitch module.
Use the following formula to convert the ratio to semitones & cents.
12*log10(x)/log10(2)
Where x is the desired pitch ratio to be converted.