CreativePython 0.3.1__tar.gz → 0.3.3__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.
- {creativepython-0.3.1/src/CreativePython.egg-info → creativepython-0.3.3}/PKG-INFO +3 -1
- {creativepython-0.3.1 → creativepython-0.3.3}/pyproject.toml +6 -4
- {creativepython-0.3.1 → creativepython-0.3.3/src/CreativePython.egg-info}/PKG-INFO +3 -1
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython.egg-info/SOURCES.txt +3 -1
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython.egg-info/requires.txt +2 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython.egg-info/top_level.txt +1 -0
- creativepython-0.3.3/src/_RealtimeAudioPlayer.py +938 -0
- creativepython-0.3.3/src/_notationRenderer.py +921 -0
- creativepython-0.3.3/src/gui.py +4220 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/iannix.py +5 -4
- creativepython-0.3.3/src/image.py +129 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/markov.py +6 -3
- {creativepython-0.3.1 → creativepython-0.3.3}/src/midi.py +6 -6
- {creativepython-0.3.1 → creativepython-0.3.3}/src/music.py +1006 -756
- {creativepython-0.3.1 → creativepython-0.3.3}/src/osc.py +5 -5
- {creativepython-0.3.1 → creativepython-0.3.3}/src/timer.py +220 -114
- {creativepython-0.3.1 → creativepython-0.3.3}/src/zipf.py +10 -8
- creativepython-0.3.3/tests/test_keyEvent.py +23 -0
- creativepython-0.3.1/src/_RealtimeAudioPlayer.py +0 -936
- creativepython-0.3.1/src/gui.py +0 -4144
- creativepython-0.3.1/src/image.py +0 -92
- {creativepython-0.3.1 → creativepython-0.3.3}/LICENSE +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/LICENSE-PSF +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/MANIFEST.in +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/README.md +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/setup.cfg +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/__init__.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/.DS_Store +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/ArvoPart.CantusInMemoriam.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/ConcretPH_Xenakis.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/DeepPurple.SmokeOnTheWater.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/JS_Bach.Canon.TriasHarmonica.BWV1072.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/JS_Bach.Canon_1.GoldbergGround.BWV1087.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/Mozart.MusikalischesWurfelspiel.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/PierreCage.StructuresPourDeuxChances.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/RGB_Display.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/TerryRiley.InC.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/arpeggiator1.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/arpeggiator2.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/autumnLeaves.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/axelF.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/biosignals.txt +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/boids.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/brownianMelody.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/changesByTupac.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/clementine.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/continuousPitchInstrumentAudio.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/drumExample.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/drumMachinePattern1.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/drumsComeAlive.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/fibonacci.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/findPitchOctave.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/furElise.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/generativeMusic.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/goldenTree.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/guidoWordMusic.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/harmonicesMundi.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/harmonicesMundiRevisisted.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/harmonographLateral.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/harmonographRotary.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoBlackDown.png +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoOctave.png +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoParallel.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoSimple.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoWhiteCenterDown.png +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoWhiteLeftDown.png +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/iPianoWhiteRightDown.png +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiIn1.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiIn2.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiIn3.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiOut.a.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiOut.b.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiSynthesizer.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/midiSynthesizer2.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/moondog-bird_slament.wav +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/musicalSphere.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/note.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/octoplus.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/oscIn1.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/oscIn2.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/pentatonicMelody.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/pianoPhase.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/pianoRollGenerator.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/playNote.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/proteinMusic.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/randomCircles.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/randomCirclesThroughMidiInput.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/randomCirclesTimed.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/retrograde.a.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/retrograde.b.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/retrograde.c.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/rowYourBoat.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/scaleTutor.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/sierpinskiTriangle.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/simpleButtonInstrument.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/simpleCircleInstrument.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/sineMelody.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/sineMelodyPlus.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/sliderControl.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/sonifyBiosignals.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/sonifyImage.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/soundscapeLoutrakiSunset.jpg +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/stringQuartet.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/textMusic.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/theWayItIs.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/themeAndVariations.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/throwingDice.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/windChimes.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/examples/zipfMetrics.py +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/resources/.DS_Store +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/resources/550973__luizguilherme_a__clean-guitarr-riff.mp3 +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/resources/chopper.jpg +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython/resources/de-brazzas-monkey.jpg +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/CreativePython.egg-info/dependency_links.txt +0 -0
- {creativepython-0.3.1 → creativepython-0.3.3}/src/bin/libportaudio.2.dylib +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CreativePython
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: A Python-based software environment for developing algorithmic art projects.
|
|
5
5
|
Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -63,6 +63,8 @@ Requires-Dist: soundfile>=0.13.1
|
|
|
63
63
|
Requires-Dist: tqdm>=4.67.1
|
|
64
64
|
Requires-Dist: pooch>=1.8
|
|
65
65
|
Requires-Dist: pypianoroll>=1.0
|
|
66
|
+
Requires-Dist: verovio>=5.6.0
|
|
67
|
+
Requires-Dist: pymusicxml>=0.5.6
|
|
66
68
|
Provides-Extra: dev
|
|
67
69
|
Requires-Dist: build; extra == "dev"
|
|
68
70
|
Requires-Dist: twine; extra == "dev"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "CreativePython"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.3"
|
|
8
8
|
description = "A Python-based software environment for developing algorithmic art projects."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -31,12 +31,14 @@ dependencies = [
|
|
|
31
31
|
"soundfile>=0.13.1",
|
|
32
32
|
"tqdm>=4.67.1",
|
|
33
33
|
"pooch>=1.8",
|
|
34
|
-
"pypianoroll>=1.0"
|
|
34
|
+
"pypianoroll>=1.0",
|
|
35
|
+
"verovio>=5.6.0",
|
|
36
|
+
"pymusicxml>=0.5.6"
|
|
35
37
|
]
|
|
36
38
|
|
|
37
39
|
[tool.setuptools]
|
|
38
40
|
package-dir = {"" = "src"}
|
|
39
|
-
py-modules = ["gui", "image", "midi", "music", "osc", "timer", "iannix", "markov", "zipf", "_RealtimeAudioPlayer"]
|
|
41
|
+
py-modules = ["gui", "image", "midi", "music", "osc", "timer", "iannix", "markov", "zipf", "_RealtimeAudioPlayer", "_notationRenderer"]
|
|
40
42
|
|
|
41
43
|
[tool.setuptools.packages.find]
|
|
42
44
|
where = ["src"]
|
|
@@ -48,4 +50,4 @@ where = ["src"]
|
|
|
48
50
|
Homepage = "https://jythonmusic.me"
|
|
49
51
|
|
|
50
52
|
[project.optional-dependencies]
|
|
51
|
-
dev = ["build", "twine"]
|
|
53
|
+
dev = ["build", "twine"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CreativePython
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: A Python-based software environment for developing algorithmic art projects.
|
|
5
5
|
Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -63,6 +63,8 @@ Requires-Dist: soundfile>=0.13.1
|
|
|
63
63
|
Requires-Dist: tqdm>=4.67.1
|
|
64
64
|
Requires-Dist: pooch>=1.8
|
|
65
65
|
Requires-Dist: pypianoroll>=1.0
|
|
66
|
+
Requires-Dist: verovio>=5.6.0
|
|
67
|
+
Requires-Dist: pymusicxml>=0.5.6
|
|
66
68
|
Provides-Extra: dev
|
|
67
69
|
Requires-Dist: build; extra == "dev"
|
|
68
70
|
Requires-Dist: twine; extra == "dev"
|
|
@@ -4,6 +4,7 @@ MANIFEST.in
|
|
|
4
4
|
README.md
|
|
5
5
|
pyproject.toml
|
|
6
6
|
src/_RealtimeAudioPlayer.py
|
|
7
|
+
src/_notationRenderer.py
|
|
7
8
|
src/gui.py
|
|
8
9
|
src/iannix.py
|
|
9
10
|
src/image.py
|
|
@@ -105,4 +106,5 @@ src/CreativePython/resources/.DS_Store
|
|
|
105
106
|
src/CreativePython/resources/550973__luizguilherme_a__clean-guitarr-riff.mp3
|
|
106
107
|
src/CreativePython/resources/chopper.jpg
|
|
107
108
|
src/CreativePython/resources/de-brazzas-monkey.jpg
|
|
108
|
-
src/bin/libportaudio.2.dylib
|
|
109
|
+
src/bin/libportaudio.2.dylib
|
|
110
|
+
tests/test_keyEvent.py
|