piotereks / soundDesign

1 stars 0 forks source link

Approx better note when not in scale #30

Open piotereks opened 1 year ago

piotereks commented 1 year ago

Currently default recalculation is done from isobar package (don't remember method name) - basically it is run down. Would be good to approx up or down depending on where misplaced note is closer to. Either use more natural scale values (not tempered) or eventually dynamic selection (using prev note and more suitable interval). Such mapping could be done as static mapping. Idea use: nearest_note(self, note): Check indexOF (and funcionality) ruin tracker.py source

piotereks commented 1 year ago

This is rather for far future