Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions mingus/containers/note.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down