Talk:Functional Just System: Difference between revisions
m →How to name a pythagorean interval: about playing with custom tolerance radius |
→How to name a pythagorean interval: wish for future service |
||
Line 10: | Line 10: | ||
::: I recently read that page too! I think FloraC even suggested another tolerance radius to rename some intervals. Aura maybe that one will work better for your vision of 2.3.11 intervals too? ''[UPD: one can freely set another radius at the [https://misotanni.github.io/fjs/en/calc.html FJS calculator] for it to use that value. In my code it’s available too, but the code itself isn’t ready yet.]'' | ::: I recently read that page too! I think FloraC even suggested another tolerance radius to rename some intervals. Aura maybe that one will work better for your vision of 2.3.11 intervals too? ''[UPD: one can freely set another radius at the [https://misotanni.github.io/fjs/en/calc.html FJS calculator] for it to use that value. In my code it’s available too, but the code itself isn’t ready yet.]'' | ||
:::: I it is ready, are there changes to make it a bit more accessible by providing an input line for the interval and presetting all other parameters so that only a button click is needed for FJS calculation? Or, even better, an URL schema that the service can be fed directly with the input interval? --[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 15:16, 29 November 2020 (UTC) | |||
::: As of SHEFKHED, that one looks interesting and maybe I would take myself up to trying to implement it, but as at first glance it’s indeed very sophisticated, and as it also names only edostep intervals, that may prove being hard to do. If I’ll end up with some algorithm sounding simpler than at [[SHEFKHED interval names]], I’ll let you know! --[[User:Arseniiv|Arseniiv]] ([[User talk:Arseniiv|talk]]) 15:04, 29 November 2020 (UTC) | ::: As of SHEFKHED, that one looks interesting and maybe I would take myself up to trying to implement it, but as at first glance it’s indeed very sophisticated, and as it also names only edostep intervals, that may prove being hard to do. If I’ll end up with some algorithm sounding simpler than at [[SHEFKHED interval names]], I’ll let you know! --[[User:Arseniiv|Arseniiv]] ([[User talk:Arseniiv|talk]]) 15:04, 29 November 2020 (UTC) | ||
:: I fixed my algorithm, now it correctly names [[2048/2187]] as d1, [[2187/1024]] as A8, 1073741824/1162261467 as dd2, [[531441/262144]] as A7, 2/3 as P−5 etc.. My troubles were with correctly calculating octave shift: at first I just took <math>\lfloor \log_2 \mathrm{interval} \rfloor</math>, but that’s wrong because Cb is still the same octave as C, but one octave lower with this definition, and B# would be determined as one octave higher. Now it all works, though I need to make one part look nicer. --[[User:Arseniiv|Arseniiv]] ([[User talk:Arseniiv|talk]]) 15:04, 29 November 2020 (UTC) | :: I fixed my algorithm, now it correctly names [[2048/2187]] as d1, [[2187/1024]] as A8, 1073741824/1162261467 as dd2, [[531441/262144]] as A7, 2/3 as P−5 etc.. My troubles were with correctly calculating octave shift: at first I just took <math>\lfloor \log_2 \mathrm{interval} \rfloor</math>, but that’s wrong because Cb is still the same octave as C, but one octave lower with this definition, and B# would be determined as one octave higher. Now it all works, though I need to make one part look nicer. --[[User:Arseniiv|Arseniiv]] ([[User talk:Arseniiv|talk]]) 15:04, 29 November 2020 (UTC) |