This question might sound rather strange, but i'll try to explain as good as i can.
For my latest synth i'm trying to implement a system to transpose a chord to different positions within an octave. What i've done so far is create a system to equally divide the octave. For this i use the following formula. Given a base frequency f and a position within the octave p, i calculate the new frequency nf as follows :
nf = f * (1 + (1 / 12 * p))
This sounds nice but rather enharmonic.
So, what i'm looking for is a formula to obtain a chromatic division of the octave. Once i have that i can start modulating between those two formulas.
Any help would be appreciated.
Domien