magenta / midi-ddsp

Synthesis of MIDI with DDSP (https://midi-ddsp.github.io/)
Apache License 2.0
300 stars 17 forks source link

Microtonal tunings #34

Closed gexahedron closed 2 years ago

gexahedron commented 2 years ago

Hi! Great work! Do you plan to support microtonal tunings?

lukewys commented 2 years ago

Hi @gexahedron ! Currently, the note sequence input to the model does not enable microtonal tunings as data presentation. That is, the model is not "aware" of microtonal tunings. However, you could easily tune the microtonal tunings post hoc according to your needs by adjusting the fundamental frequency in the synthesis parameters (see https://github.com/magenta/midi-ddsp#advance-usage).

lukewys commented 2 years ago

Hi @gexahedron ! If you do not have further questions, I am closing the issue. Feel free to open a new issue for more questions later!