Premise: a Bach chorale sequencer wtih CV output or alternatively a Gregorian chant sequencer…

Resources

  • Digitized JSB Chorales dataset in JSON [https://github.com/czhuang/JSB-Chorales-dataset] problem: does not distinguish between held and repeated notes (so no gate information)
  • Bach Soprano-line dataset only with note start and end times [https://archive.ics.uci.edu/ml/datasets/Bach+Chorales]
  • Gregobase corpus preprocssed
  • Gregobase uses a GABC format that encodes the melody and text…

BachScratcher Design ideas

  • Spit out each of the four voices on a separate output CV and gate
  • Spit out an arpegiated version?
  • Tuning knob (global tuning?)
  • tempo knob

ModularMonk Design ideas