chord-progression-network 0.1.0__py3-none-any.whl → 0.1.2__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.
@@ -1,4 +1,4 @@
1
1
  # The root of the entire project
2
2
  from chord_progression_network.chord_progression_network import Generator
3
3
 
4
- __version__ = "0.1.0"
4
+ __version__ = "0.1.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chord_progression_network
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Network transition chord progressions
5
5
  Author-email: Gene Boggs <gene.boggs@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -696,7 +696,7 @@ Requires-Dist: musical_scales
696
696
  Requires-Dist: pychord
697
697
  Dynamic: license-file
698
698
 
699
- # Python Chord Progression Network
699
+ # Chord Progression Network
700
700
  Network transition chord progression generator
701
701
 
702
702
  ## DESCRIPTION
@@ -752,3 +752,19 @@ g = Generator( # defaults
752
752
  )
753
753
  phrase = g.generate()
754
754
  ```
755
+
756
+ ## MUSICAL EXAMPLE
757
+ ```python
758
+ from music21 import chord, stream
759
+ from chord_progression_network import Generator
760
+
761
+ g = Generator(verbose=True)
762
+ phrase = g.generate()
763
+
764
+ s = stream.Score()
765
+
766
+ for notes in phrase:
767
+ s.append(chord.Chord(notes, type='whole'))
768
+
769
+ s.show()
770
+ ```
@@ -0,0 +1,7 @@
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,,
@@ -1,7 +0,0 @@
1
- chord_progression_network/__init__.py,sha256=ZW-ffU5tZDwwbu0mvDWY3Y85Ksa8xNtjn9ZX1uzTCBE,129
2
- chord_progression_network/chord_progression_network.py,sha256=arIOhj1lPGU52MiiUjNSLxb-xaamtTuQ0frViY02umA,7767
3
- chord_progression_network-0.1.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
- chord_progression_network-0.1.0.dist-info/METADATA,sha256=-PF2Ln728z70IKuZPUvEs6mLGlmZPV1Jy9E-Y73HscM,44129
5
- chord_progression_network-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- chord_progression_network-0.1.0.dist-info/top_level.txt,sha256=wFUVCeOSCx3HJnvfUXj-OD7ElVGjXWJSBwHCJnqcCu0,26
7
- chord_progression_network-0.1.0.dist-info/RECORD,,