Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor beats_hmm module to be python only and allow transitions at beat boundaries #52

Merged
merged 18 commits into from
Feb 5, 2016

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    27cfc77 View commit details
    Browse the repository at this point in the history
  2. Renamed the state spaces, transition and observation models.

    Also renamed some attributes of the classes to better reflect what they
    actually are, e.g. tempi to intervals.
    superbock committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    46e4a74 View commit details
    Browse the repository at this point in the history
  3. Reordering of the classes.

    superbock committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    c9a75e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db4db3 View commit details
    Browse the repository at this point in the history
  5. reordered tests

    superbock committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    b64f60d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38a98ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa3ed89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e37f57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1427ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a26c29b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5ed5dbe View commit details
    Browse the repository at this point in the history
  12. refactored MultiPattern stuff;

    PatternTrackingProcessor uses a BarStateSpace and BarTransitionModel to build
    a MultiPatternStateSpace and MultiPatternTransitionModel. BarTransitionModel
    support transitions at beat and/or bar boundaries now.
    superbock committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    d4e6960 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18009b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    179e1d8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d1eb19 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d6422c9 View commit details
    Browse the repository at this point in the history
  17. refactored pattern loading

    superbock committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    50da8b5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    91e80a8 View commit details
    Browse the repository at this point in the history