CreativePython 0.1.5__tar.gz → 0.1.6__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.1.5/src/CreativePython.egg-info → creativepython-0.1.6}/PKG-INFO +8 -10
- {creativepython-0.1.5 → creativepython-0.1.6}/README.md +6 -8
- {creativepython-0.1.5 → creativepython-0.1.6}/pyproject.toml +2 -2
- {creativepython-0.1.5 → creativepython-0.1.6/src/CreativePython.egg-info}/PKG-INFO +8 -10
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython.egg-info/requires.txt +1 -1
- {creativepython-0.1.5 → creativepython-0.1.6}/LICENSE +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/MANIFEST.in +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/setup.cfg +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/__init__.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/_creativepythonSetup.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/_soundfont.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/.DS_Store +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/ArvoPart.CantusInMemoriam.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/ConcretPH_Xenakis.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/DeepPurple.SmokeOnTheWater.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/JS_Bach.Canon.TriasHarmonica.BWV1072.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/JS_Bach.Canon_1.GoldbergGround.BWV1087.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/Mozart.MusikalischesWurfelspiel.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/PierreCage.StructuresPourDeuxChances.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/RGB_Display.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/TerryRiley.InC.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/arpeggiator1.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/arpeggiator2.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/autumnLeaves.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/axelF.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/biosignals.txt +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/boids.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/brownianMelody.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/changesByTupac.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/clementine.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/continuousPitchInstrumentAudio.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/drumExample.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/drumMachinePattern1.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/drumsComeAlive.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/fibonacci.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/findPitchOctave.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/furElise.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/generativeMusic.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/goldenTree.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/guidoWordMusic.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonicesMundi.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonicesMundiRevisisted.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonographLateral.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonographRotary.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoBlackDown.png +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoOctave.png +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoParallel.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoSimple.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoWhiteCenterDown.png +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoWhiteLeftDown.png +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoWhiteRightDown.png +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiIn1.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiIn2.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiIn3.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiOut.a.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiOut.b.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiSynthesizer.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiSynthesizer2.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/moondog-bird_slament.wav +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/musicalSphere.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/note.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/octoplus.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/oscIn1.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/oscIn2.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/pentatonicMelody.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/pianoPhase.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/pianoRollGenerator.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/playNote.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/proteinMusic.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/randomCircles.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/randomCirclesThroughMidiInput.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/randomCirclesTimed.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/retrograde.a.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/retrograde.b.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/retrograde.c.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/rowYourBoat.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/scaleTutor.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sierpinskiTriangle.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/simpleButtonInstrument.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/simpleCircleInstrument.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sineMelody.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sineMelodyPlus.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sliderControl.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sonifyBiosignals.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sonifyImage.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/soundscapeLoutrakiSunset.jpg +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/stringQuartet.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/textMusic.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/theWayItIs.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/themeAndVariations.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/throwingDice.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/windChimes.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/zipfMetrics.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/resources/.DS_Store +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/resources/550973__luizguilherme_a__clean-guitarr-riff.mp3 +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/resources/chopper.jpg +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/resources/de-brazzas-monkey.jpg +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython.egg-info/SOURCES.txt +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython.egg-info/dependency_links.txt +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython.egg-info/top_level.txt +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/_RealtimeAudioPlayer.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/gui.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/iannix.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/image.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/markov.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/midi.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/music.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/osc.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/timer.py +0 -0
- {creativepython-0.1.5 → creativepython-0.1.6}/src/zipf.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CreativePython
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
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
|
|
@@ -37,7 +37,7 @@ Requires-Dist: tinysoundfont>=0.3.6
|
|
|
37
37
|
Requires-Dist: osc4py3>=1.0.8
|
|
38
38
|
Requires-Dist: mido>=1.3.3
|
|
39
39
|
Requires-Dist: PySide6>=6.9.1
|
|
40
|
-
Requires-Dist: rtmidi>=
|
|
40
|
+
Requires-Dist: python-rtmidi>=1.5.8
|
|
41
41
|
Requires-Dist: sounddevice>=0.5.2
|
|
42
42
|
Requires-Dist: soundfile>=0.13.1
|
|
43
43
|
Requires-Dist: tqdm>=4.67.1
|
|
@@ -64,7 +64,7 @@ This package is still under development.
|
|
|
64
64
|
Before installing CreativePython, you will need:
|
|
65
65
|
|
|
66
66
|
- **Python3**, version 3.9 or greater [[Download](https://www.python.org/downloads/)]
|
|
67
|
-
- **A C++ compiler** (see **Troubleshooting
|
|
67
|
+
- **A C++ compiler** (see **Troubleshooting** below)
|
|
68
68
|
|
|
69
69
|
# Beginner Installation (Windows/MacOS)
|
|
70
70
|
|
|
@@ -78,9 +78,7 @@ Before installing CreativePython, you will need:
|
|
|
78
78
|
|
|
79
79
|
5. If you see `[CreativePython Setup]: CreativePython installed successfully.`, you're all done! You're ready to start using CreativePython in your Python code.
|
|
80
80
|
|
|
81
|
-
- To test the installation,
|
|
82
|
-
|
|
83
|
-
**NOTE**: You can use the setup script in any Python3 environment - not just IDLE!
|
|
81
|
+
- To test the installation, try out the **playNote** example below!
|
|
84
82
|
|
|
85
83
|
# Custom Installation
|
|
86
84
|
|
|
@@ -126,7 +124,7 @@ from music import Note, Play, C4, HN
|
|
|
126
124
|
|
|
127
125
|
Or a similar statement. CreativePython includes a number of useful constants, so we recommend using wildcard imports like `from music import *`.
|
|
128
126
|
|
|
129
|
-
**NOTE
|
|
127
|
+
**NOTE:** The first time you import `music`, CreativePython will download a high-quality soundfont (FluidR3 G2-2.sf2) for you. You should only have to do this once.
|
|
130
128
|
|
|
131
129
|
## Running CreativePython programs
|
|
132
130
|
|
|
@@ -150,14 +148,14 @@ note = Note(C4, HN) # create a middle C half note
|
|
|
150
148
|
Play.midi(note) # and play it!
|
|
151
149
|
```
|
|
152
150
|
|
|
153
|
-
In
|
|
151
|
+
In IDLE, you can open playNote.py, and select **Run**, then **Run Module** from the toolbar.
|
|
152
|
+
|
|
153
|
+
In a terminal, run playNote.py in interactive mode:
|
|
154
154
|
|
|
155
155
|
```
|
|
156
156
|
python -i playNote.py
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
If this is the first time you've used CreativePython, it will ask to download a soundfont.
|
|
160
|
-
|
|
161
159
|
After you do, you should hear a single C4 half-note.
|
|
162
160
|
|
|
163
161
|
## Troubleshooting
|
|
@@ -14,7 +14,7 @@ This package is still under development.
|
|
|
14
14
|
Before installing CreativePython, you will need:
|
|
15
15
|
|
|
16
16
|
- **Python3**, version 3.9 or greater [[Download](https://www.python.org/downloads/)]
|
|
17
|
-
- **A C++ compiler** (see **Troubleshooting
|
|
17
|
+
- **A C++ compiler** (see **Troubleshooting** below)
|
|
18
18
|
|
|
19
19
|
# Beginner Installation (Windows/MacOS)
|
|
20
20
|
|
|
@@ -28,9 +28,7 @@ Before installing CreativePython, you will need:
|
|
|
28
28
|
|
|
29
29
|
5. If you see `[CreativePython Setup]: CreativePython installed successfully.`, you're all done! You're ready to start using CreativePython in your Python code.
|
|
30
30
|
|
|
31
|
-
- To test the installation,
|
|
32
|
-
|
|
33
|
-
**NOTE**: You can use the setup script in any Python3 environment - not just IDLE!
|
|
31
|
+
- To test the installation, try out the **playNote** example below!
|
|
34
32
|
|
|
35
33
|
# Custom Installation
|
|
36
34
|
|
|
@@ -76,7 +74,7 @@ from music import Note, Play, C4, HN
|
|
|
76
74
|
|
|
77
75
|
Or a similar statement. CreativePython includes a number of useful constants, so we recommend using wildcard imports like `from music import *`.
|
|
78
76
|
|
|
79
|
-
**NOTE
|
|
77
|
+
**NOTE:** The first time you import `music`, CreativePython will download a high-quality soundfont (FluidR3 G2-2.sf2) for you. You should only have to do this once.
|
|
80
78
|
|
|
81
79
|
## Running CreativePython programs
|
|
82
80
|
|
|
@@ -100,14 +98,14 @@ note = Note(C4, HN) # create a middle C half note
|
|
|
100
98
|
Play.midi(note) # and play it!
|
|
101
99
|
```
|
|
102
100
|
|
|
103
|
-
In
|
|
101
|
+
In IDLE, you can open playNote.py, and select **Run**, then **Run Module** from the toolbar.
|
|
102
|
+
|
|
103
|
+
In a terminal, run playNote.py in interactive mode:
|
|
104
104
|
|
|
105
105
|
```
|
|
106
106
|
python -i playNote.py
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
If this is the first time you've used CreativePython, it will ask to download a soundfont.
|
|
110
|
-
|
|
111
109
|
After you do, you should hear a single C4 half-note.
|
|
112
110
|
|
|
113
111
|
## Troubleshooting
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "CreativePython"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.6"
|
|
8
8
|
description = "A Python-based software environment for developing algorithmic art projects."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -25,7 +25,7 @@ dependencies = [
|
|
|
25
25
|
"osc4py3>=1.0.8",
|
|
26
26
|
"mido>=1.3.3",
|
|
27
27
|
"PySide6>=6.9.1",
|
|
28
|
-
"rtmidi>=
|
|
28
|
+
"python-rtmidi>=1.5.8",
|
|
29
29
|
"sounddevice>=0.5.2",
|
|
30
30
|
"soundfile>=0.13.1",
|
|
31
31
|
"tqdm>=4.67.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CreativePython
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
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
|
|
@@ -37,7 +37,7 @@ Requires-Dist: tinysoundfont>=0.3.6
|
|
|
37
37
|
Requires-Dist: osc4py3>=1.0.8
|
|
38
38
|
Requires-Dist: mido>=1.3.3
|
|
39
39
|
Requires-Dist: PySide6>=6.9.1
|
|
40
|
-
Requires-Dist: rtmidi>=
|
|
40
|
+
Requires-Dist: python-rtmidi>=1.5.8
|
|
41
41
|
Requires-Dist: sounddevice>=0.5.2
|
|
42
42
|
Requires-Dist: soundfile>=0.13.1
|
|
43
43
|
Requires-Dist: tqdm>=4.67.1
|
|
@@ -64,7 +64,7 @@ This package is still under development.
|
|
|
64
64
|
Before installing CreativePython, you will need:
|
|
65
65
|
|
|
66
66
|
- **Python3**, version 3.9 or greater [[Download](https://www.python.org/downloads/)]
|
|
67
|
-
- **A C++ compiler** (see **Troubleshooting
|
|
67
|
+
- **A C++ compiler** (see **Troubleshooting** below)
|
|
68
68
|
|
|
69
69
|
# Beginner Installation (Windows/MacOS)
|
|
70
70
|
|
|
@@ -78,9 +78,7 @@ Before installing CreativePython, you will need:
|
|
|
78
78
|
|
|
79
79
|
5. If you see `[CreativePython Setup]: CreativePython installed successfully.`, you're all done! You're ready to start using CreativePython in your Python code.
|
|
80
80
|
|
|
81
|
-
- To test the installation,
|
|
82
|
-
|
|
83
|
-
**NOTE**: You can use the setup script in any Python3 environment - not just IDLE!
|
|
81
|
+
- To test the installation, try out the **playNote** example below!
|
|
84
82
|
|
|
85
83
|
# Custom Installation
|
|
86
84
|
|
|
@@ -126,7 +124,7 @@ from music import Note, Play, C4, HN
|
|
|
126
124
|
|
|
127
125
|
Or a similar statement. CreativePython includes a number of useful constants, so we recommend using wildcard imports like `from music import *`.
|
|
128
126
|
|
|
129
|
-
**NOTE
|
|
127
|
+
**NOTE:** The first time you import `music`, CreativePython will download a high-quality soundfont (FluidR3 G2-2.sf2) for you. You should only have to do this once.
|
|
130
128
|
|
|
131
129
|
## Running CreativePython programs
|
|
132
130
|
|
|
@@ -150,14 +148,14 @@ note = Note(C4, HN) # create a middle C half note
|
|
|
150
148
|
Play.midi(note) # and play it!
|
|
151
149
|
```
|
|
152
150
|
|
|
153
|
-
In
|
|
151
|
+
In IDLE, you can open playNote.py, and select **Run**, then **Run Module** from the toolbar.
|
|
152
|
+
|
|
153
|
+
In a terminal, run playNote.py in interactive mode:
|
|
154
154
|
|
|
155
155
|
```
|
|
156
156
|
python -i playNote.py
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
If this is the first time you've used CreativePython, it will ask to download a soundfont.
|
|
160
|
-
|
|
161
159
|
After you do, you should hear a single C4 half-note.
|
|
162
160
|
|
|
163
161
|
## Troubleshooting
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/ConcretPH_Xenakis.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/drumMachinePattern1.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/findPitchOctave.py
RENAMED
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/generativeMusic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonicesMundi.py
RENAMED
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonographLateral.py
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/harmonographRotary.py
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoBlackDown.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoWhiteCenterDown.png
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoWhiteLeftDown.png
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/iPianoWhiteRightDown.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiSynthesizer.py
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/midiSynthesizer2.py
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/moondog-bird_slament.wav
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/pentatonicMelody.py
RENAMED
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/pianoRollGenerator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/randomCirclesTimed.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sierpinskiTriangle.py
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/simpleButtonInstrument.py
RENAMED
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/simpleCircleInstrument.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/sonifyBiosignals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/examples/themeAndVariations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython/resources/de-brazzas-monkey.jpg
RENAMED
|
File without changes
|
|
File without changes
|
{creativepython-0.1.5 → creativepython-0.1.6}/src/CreativePython.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|