Skip to content

Commit

Permalink
Add all container lists to PrettyMIDI docstring
Browse files Browse the repository at this point in the history
Resolves #122
  • Loading branch information
craffel committed Mar 3, 2017
1 parent db1c3c3 commit be4866e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pretty_midi/pretty_midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ class PrettyMIDI(object):
----------
instruments : list
List of :class:`pretty_midi.Instrument` objects.
key_signature_changes : list
List of :class:`pretty_midi.KeySignature` objects.
time_signature_changes : list
List of :class:`pretty_midi.TimeSignature` objects.
lyrics : list
List of :class:`pretty_midi.Lyric` objects.
"""

def __init__(self, midi_file=None, resolution=220, initial_tempo=120.):
Expand Down

0 comments on commit be4866e

Please sign in to comment.