This repository was archived by the owner on Nov 23, 2023. It is now read-only.
notepredictor v0.2.0
·
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