nephitejnf / muse2pokecrystal

GNU Affero General Public License v3.0
6 stars 2 forks source link

Proper handling of chords #16

Open hyperdriveguy opened 4 years ago

hyperdriveguy commented 4 years ago

Currently, Muse2pokecrystal will simply throw an error if any chords exist in the same channel. There are a couple alternative ways to handle this:

Algorithm 1: Ignore all notes that have the <chord/> element

Pros:

I will try and see if I can implement an algorithm similar to algorithm 5. Ideally, the functionality of 4 should still be the target but it's a lot of work for very little gain.

nephitejnf commented 4 years ago

Yeah, 5 seems the simpler version of 4, while still trying to retain some of the 4 functionality.