A trial to make Tartini (The real time music analysis tool ) to evolve. Original code is located in http://miracle.otago.ac.nz/tartini/download.html
Stars
8
Forks
4
Watchers
8
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
Simplify logic in PitchCompassDrawWidget::updateCompass()
b611ab8View on GitHubUpdate `PitchCompassDrawWidget::updateCompass()` to use `MusicNote::pitchOffsetInKey()`
ec2571aView on GitHubModify `MusicNote::pitchOffsetInKey()` to take the tuning reference into account
288ca6cView on GitHubRemove duplicate default value of `PitchCompassView` mode
2a7598aView on GitHubAdd `padLabel()` helper function to pad labels to equal width
9cee41eView on GitHubMove compass label logic from `updateCompass()` to `setCompassScale()`
014596eView on GitHubUpdate compass modes 0 and 1 to use `closestNote()` and `temperedPitch()`
66f809bView on GitHubMove one-time config from `PitchCompassDrawWidget::setCompassScale()` to constructor
2e42ba3View on GitHub