chord-progression-network 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chord_progression_network/__init__.py +1 -1
- {chord_progression_network-0.1.2.dist-info → chord_progression_network-0.1.3.dist-info}/METADATA +5 -2
- chord_progression_network-0.1.3.dist-info/RECORD +7 -0
- chord_progression_network-0.1.2.dist-info/RECORD +0 -7
- {chord_progression_network-0.1.2.dist-info → chord_progression_network-0.1.3.dist-info}/WHEEL +0 -0
- {chord_progression_network-0.1.2.dist-info → chord_progression_network-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {chord_progression_network-0.1.2.dist-info → chord_progression_network-0.1.3.dist-info}/top_level.txt +0 -0
{chord_progression_network-0.1.2.dist-info → chord_progression_network-0.1.3.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: chord_progression_network
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Summary: Network transition chord progressions
|
5
5
|
Author-email: Gene Boggs <gene.boggs@gmail.com>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -762,9 +762,12 @@ g = Generator(verbose=True)
|
|
762
762
|
phrase = g.generate()
|
763
763
|
|
764
764
|
s = stream.Score()
|
765
|
+
p = stream.Part()
|
765
766
|
|
766
767
|
for notes in phrase:
|
767
|
-
|
768
|
+
p.append(chord.Chord(notes, type='whole'))
|
769
|
+
|
770
|
+
s.append(p)
|
768
771
|
|
769
772
|
s.show()
|
770
773
|
```
|
@@ -0,0 +1,7 @@
|
|
1
|
+
chord_progression_network/__init__.py,sha256=mcLqjoM2VHhLzVl-P--dmcayfaHYQqf01plEXKqo5Ko,129
|
2
|
+
chord_progression_network/chord_progression_network.py,sha256=arIOhj1lPGU52MiiUjNSLxb-xaamtTuQ0frViY02umA,7767
|
3
|
+
chord_progression_network-0.1.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
4
|
+
chord_progression_network-0.1.3.dist-info/METADATA,sha256=UyovDY-PGYWFb9-5pGBGgEYGZC8EHeEAfLsGkjag2p4,44419
|
5
|
+
chord_progression_network-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
chord_progression_network-0.1.3.dist-info/top_level.txt,sha256=wFUVCeOSCx3HJnvfUXj-OD7ElVGjXWJSBwHCJnqcCu0,26
|
7
|
+
chord_progression_network-0.1.3.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
chord_progression_network/__init__.py,sha256=R_wwrqUeEFTtS_OC4EsGanA0C1Tp60mojNaeSMPpXdc,129
|
2
|
-
chord_progression_network/chord_progression_network.py,sha256=arIOhj1lPGU52MiiUjNSLxb-xaamtTuQ0frViY02umA,7767
|
3
|
-
chord_progression_network-0.1.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
4
|
-
chord_progression_network-0.1.2.dist-info/METADATA,sha256=gNRVb_6SN-ldidA5V8MgyPHLlo-7M3B7bRvQVMhhiok,44388
|
5
|
-
chord_progression_network-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
chord_progression_network-0.1.2.dist-info/top_level.txt,sha256=wFUVCeOSCx3HJnvfUXj-OD7ElVGjXWJSBwHCJnqcCu0,26
|
7
|
-
chord_progression_network-0.1.2.dist-info/RECORD,,
|
{chord_progression_network-0.1.2.dist-info → chord_progression_network-0.1.3.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|