Qirky / FoxDot

Python driven environment for Live Coding
http://foxdot.org
Other
1.03k stars 135 forks source link

Fix for tuning index lookup in microtonal scales #149

Closed ajtribick closed 5 years ago

ajtribick commented 5 years ago

I was having some issues with using 22-EDO, where the scale would repeat at degree 12. From what I can see, the issue is with the get_tuned_note method - I think the modulo should be with respect to the length of the tuning array, not the steps variable which represents the interval between octaves.

ajtribick commented 5 years ago

I suspect this might be related to the issues described in #143

Qirky commented 5 years ago

Cheers - hopefully this does help with the other issue too!