From 20d02af4473097d0e6cb781e5240bff99637dbc4 Mon Sep 17 00:00:00 2001 From: Sishir Sivakumar <77582657+PettaBoy@users.noreply.github.com> Date: Sun, 5 Sep 2021 18:02:33 +0530 Subject: [PATCH] Update note.py --- mingus/containers/note.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingus/containers/note.py b/mingus/containers/note.py index f7213ac2..c63a6389 100644 --- a/mingus/containers/note.py +++ b/mingus/containers/note.py @@ -48,8 +48,6 @@ class Note(object): name = _DEFAULT_NAME octave = _DEFAULT_OCTAVE - channel = _DEFAULT_CHANNEL - velocity = _DEFAULT_VELOCITY def __init__(self, name="C", octave=4, dynamics=None, velocity=None, channel=None): """