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

Added ability to copy/deepcopy events #81

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 6, 2016

  1. added ability to copy/deepcopy events by replacing property() getter/…

    …setters with @Property decorator and removed __slots__ on some event classes, fixes vishnubob#60, vishnubob#40
    Matthew Shotton committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    867a55f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. fixed passing text into instantiation of anything subclassed from Met…

    …aEventWithText
    Matthew Shotton committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    5a2efe4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. made events hashable so they can be used as dictionary keys

    Matthew Shotton committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    a32feda View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. fixed bpm setter

    Matthew Shotton committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    f319ce9 View commit details
    Browse the repository at this point in the history
  2. fixed setter/property swap in a bunch of places

    Matthew Shotton committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    98e8f16 View commit details
    Browse the repository at this point in the history