Skip to content

Instantly share code, notes, and snippets.

@Kcrong
Created February 3, 2018 05:58
Show Gist options
  • Select an option

  • Save Kcrong/e6bc96586fce9d74b8b4db34f38f4e41 to your computer and use it in GitHub Desktop.

Select an option

Save Kcrong/e6bc96586fce9d74b8b4db34f38f4e41 to your computer and use it in GitHub Desktop.

Revisions

  1. Hyunwoo Kim created this gist Feb 3, 2018.
    5 changes: 5 additions & 0 deletions seq.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Whole data
    seq = ['g8', 'e8', 'e4', 'f8', 'd8', 'd4', 'c8', 'd8', 'e8', 'f8', 'g8', 'g8', 'g4',
    'g8', 'e8', 'e8', 'e8', 'f8', 'd8', 'd4', 'c8', 'e8', 'g8', 'g8', 'e8', 'e8', 'e4',
    'd8', 'd8', 'd8', 'd8', 'd8', 'e8', 'f4', 'e8', 'e8', 'e8', 'e8', 'e8', 'f8', 'g4',
    'g8', 'e8', 'e4', 'f8', 'd8', 'd4', 'c8', 'e8', 'g8', 'g8', 'e8', 'e8', 'e4']