music-melodicdevice 0.1.1__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.
@@ -1,4 +1,4 @@
1
1
  # The root of the entire project
2
2
  from music_melodicdevice.music_melodicdevice import Device
3
3
 
4
- __version__ = "0.1.1"
4
+ __version__ = "0.1.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: music_melodicdevice
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Apply chromatic and diatonic transformations to music notes
5
5
  Author-email: Gene Boggs <gene.boggs@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -848,8 +848,6 @@ device.notes = device.transpose(-5)
848
848
  s = stream.Stream()
849
849
  p = stream.Part()
850
850
 
851
- length = len(notes) + len(device.notes)
852
-
853
851
  for i,j in enumerate(notes + device.notes):
854
852
  if (i + 1) % 4 == 0:
855
853
  turn = device.turn(1, j)
@@ -0,0 +1,8 @@
1
+ music_melodicdevice/__init__.py,sha256=pxSuWRXflCsR-9HWrzXU1uxrObdbqOri3ClcRRJJ5rE,115
2
+ music_melodicdevice/music_melodicdevice.py,sha256=me8WI4xvwfOq-P4HCOAxCooAbPDsVmW_UCzN2rrLGC4,4819
3
+ music_melodicdevice/musical_scales.py,sha256=mY0ArbuQA2FhKTkw14OyNJb7yLcF7_DeXD_XanNPp0g,6996
4
+ music_melodicdevice-0.1.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
5
+ music_melodicdevice-0.1.3.dist-info/METADATA,sha256=Imfn0L6DsabW9vEGaJJDEamEkWrSwsvLL4r0zNvpMHg,46765
6
+ music_melodicdevice-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ music_melodicdevice-0.1.3.dist-info/top_level.txt,sha256=Ui6mflCpkpa1x0vYbMRlXaE8W0qQeFzYljEgOSen0rY,20
8
+ music_melodicdevice-0.1.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- music_melodicdevice/__init__.py,sha256=K0k5np-xmW-qNNrVlxmWlKP4_vAv1mwOZrHaNXLA9o4,115
2
- music_melodicdevice/music_melodicdevice.py,sha256=me8WI4xvwfOq-P4HCOAxCooAbPDsVmW_UCzN2rrLGC4,4819
3
- music_melodicdevice/musical_scales.py,sha256=mY0ArbuQA2FhKTkw14OyNJb7yLcF7_DeXD_XanNPp0g,6996
4
- music_melodicdevice-0.1.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
5
- music_melodicdevice-0.1.1.dist-info/METADATA,sha256=2jPNRzy-aK2pbBgRKERODbX1I2oBWBbgvAvx_yfE4-Y,46806
6
- music_melodicdevice-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- music_melodicdevice-0.1.1.dist-info/top_level.txt,sha256=Ui6mflCpkpa1x0vYbMRlXaE8W0qQeFzYljEgOSen0rY,20
8
- music_melodicdevice-0.1.1.dist-info/RECORD,,