https://www.youtube.com/watch?v=i-qXOpJh6uoI've just watched this video on dividing up music intervals and I was wondering how to do that in easy manner so I used an AI to help me figure it out and I got this formula where a and b are the two parts of a ratio like so a:bTk(n)=an−(a−b)kdoes it work.
pro tip: fuck ai, using it is only going to make you stoopider
>>16966385I'm not positive what you're actually trying to do here.What are n and k in this equation?Describe how you would actually attempt to use it. So a:b is your ratio. What do you want as an output?
>>16966406n is the number of divisions, k is a counter starting at 0 for every subtraction up to n. So for example if you want to divide 9:4 in two n would be two.For example9(3)-(9-4)k0, 9(3)-(9-4)k1, 9(3)-(9-4)k218:13:8
>>16966410the threes are supposed to be two's i misstyped
music is a language unto itself that can transcend the material realm/s
>>16966410Is that what your goal is?
>>16966418pretty much.
>>16966428Looks like it works then.Any further questions?
>>16966430nope.