Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

notepredictor v0.2.0

Choose a tag to compare

@victor-shepardson victor-shepardson released this 30 Mar 11:41
· 466 commits to master since this release
  • velocity handling
  • note modalities (now pitch, time, velocity) are now factored in a randomized order at training time
  • consequently, various probabilistically-sound interventions are possible at sampling time:
    • condition pitch on a performed (or sequenced) rhythm and velocity
    • query the distribution of delta-time conditioned on a particular pitch
    • query the top-k most likely next pitches
    • fix delta time to 0 for machine-generated notes (harmonize)
  • Linnstrument interface examples