endolith / just_intonation

Just intonation classes for music theory experiments in Python
https://endolith.github.io/just_intonation/
1 stars 0 forks source link

Clean up MIDI stuff and document it #3

Open endolith opened 1 year ago

endolith commented 1 year ago

Current scheme of rotating through channels still has audible pitch shifts in it.

Alternatively, I could assign a certain amount of pitch shift to each channel and adjust it by a smaller amount, but then if you play multiple tones near that pitch shift it could still be audible.

Other possibilities:

Could MTS be combined with channel rotation to get an improved system?

endolith commented 1 year ago

Actually, maybe MPE is most commonly-supported?