From d33c564957131f9a30bffcb16ed4b0cebf62e21c Mon Sep 17 00:00:00 2001 From: ZimingYuan Date: Tue, 28 Jan 2020 17:00:22 +0800 Subject: [PATCH] Delete 'channel' and 'velocity' attributes of 'Note' class. --- mingus/containers/note.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingus/containers/note.py b/mingus/containers/note.py index 2b983f35..363212b6 100644 --- a/mingus/containers/note.py +++ b/mingus/containers/note.py @@ -44,8 +44,6 @@ class Note(object): name = "C" octave = 4 dynamics = {} - channel = 1 - velocity = 64 def __init__(self, name="C", octave=4, dynamics=None): if dynamics is None: