X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/7fa3a2ce5331c49d0df4ae103abc193e682d48cf..e7c14178305057bc395623f85c014a2d583a130b:/src/app/events.py diff --git a/src/app/events.py b/src/app/events.py index b271c1f..149c2ff 100755 --- a/src/app/events.py +++ b/src/app/events.py @@ -1,2 +1,4 @@ from pygame.locals import USEREVENT TIMEOUT = USEREVENT + 1 +NOTEON = USEREVENT + 2 +NOTEOFF = USEREVENT + 3