music-melodicdevice 0.1.1__tar.gz → 0.1.2__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: music_melodicdevice
3
- Version: 0.1.1
3
+ Version: 0.1.2
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)
@@ -153,8 +153,6 @@ device.notes = device.transpose(-5)
153
153
  s = stream.Stream()
154
154
  p = stream.Part()
155
155
 
156
- length = len(notes) + len(device.notes)
157
-
158
156
  for i,j in enumerate(notes + device.notes):
159
157
  if (i + 1) % 4 == 0:
160
158
  turn = device.turn(1, j)
@@ -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.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: music_melodicdevice
3
- Version: 0.1.1
3
+ Version: 0.1.2
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)