CreativePython 0.0.2__tar.gz → 0.0.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.
Files changed (29) hide show
  1. creativepython-0.0.3/PKG-INFO +154 -0
  2. creativepython-0.0.3/README.md +103 -0
  3. {creativepython-0.0.2 → creativepython-0.0.3}/pyproject.toml +16 -16
  4. creativepython-0.0.3/src/CreativePython.egg-info/PKG-INFO +154 -0
  5. {creativepython-0.0.2 → creativepython-0.0.3}/src/CreativePython.egg-info/SOURCES.txt +3 -1
  6. creativepython-0.0.3/src/CreativePython.egg-info/requires.txt +15 -0
  7. {creativepython-0.0.2 → creativepython-0.0.3}/src/CreativePython.egg-info/top_level.txt +3 -1
  8. {creativepython-0.0.2 → creativepython-0.0.3}/src/_RealtimeAudioPlayer.py +501 -284
  9. {creativepython-0.0.2 → creativepython-0.0.3}/src/creativepython_setup.py +1 -1
  10. creativepython-0.0.3/src/iannix.py +383 -0
  11. creativepython-0.0.3/src/markov.py +263 -0
  12. {creativepython-0.0.2 → creativepython-0.0.3}/src/music.py +1066 -29
  13. creativepython-0.0.3/src/zipf.py +232 -0
  14. creativepython-0.0.2/PKG-INFO +0 -65
  15. creativepython-0.0.2/README.md +0 -25
  16. creativepython-0.0.2/src/AudioSample.py +0 -969
  17. creativepython-0.0.2/src/CreativePython.egg-info/PKG-INFO +0 -65
  18. creativepython-0.0.2/src/CreativePython.egg-info/requires.txt +0 -4
  19. {creativepython-0.0.2 → creativepython-0.0.3}/LICENSE +0 -0
  20. {creativepython-0.0.2 → creativepython-0.0.3}/MANIFEST.in +0 -0
  21. {creativepython-0.0.2 → creativepython-0.0.3}/setup.cfg +0 -0
  22. {creativepython-0.0.2 → creativepython-0.0.3}/src/CreativePython.egg-info/dependency_links.txt +0 -0
  23. {creativepython-0.0.2 → creativepython-0.0.3}/src/CreativePython.egg-info/entry_points.txt +0 -0
  24. {creativepython-0.0.2 → creativepython-0.0.3}/src/__init__.py +0 -0
  25. {creativepython-0.0.2 → creativepython-0.0.3}/src/gui.py +0 -0
  26. {creativepython-0.0.2 → creativepython-0.0.3}/src/image.py +0 -0
  27. {creativepython-0.0.2 → creativepython-0.0.3}/src/midi.py +0 -0
  28. {creativepython-0.0.2 → creativepython-0.0.3}/src/osc.py +0 -0
  29. {creativepython-0.0.2 → creativepython-0.0.3}/src/timer.py +0 -0
@@ -0,0 +1,154 @@
1
+ Metadata-Version: 2.4
2
+ Name: CreativePython
3
+ Version: 0.0.3
4
+ Summary: A Python-based software environment for developing algorithmic art projects.
5
+ Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2025 Dr. Bill Manaris
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: Homepage, https://jythonmusic.me
29
+ Keywords: music,audio,midi,learning,algorithmic art,algoart
30
+ Classifier: Programming Language :: Python :: 3
31
+ Classifier: Operating System :: OS Independent
32
+ Classifier: License :: OSI Approved :: MIT License
33
+ Requires-Python: >=3.9
34
+ Description-Content-Type: text/markdown
35
+ License-File: LICENSE
36
+ Requires-Dist: tinysoundfont>=0.3.6
37
+ Requires-Dist: osc4py3>=1.0.8
38
+ Requires-Dist: mido>=1.3.3
39
+ Requires-Dist: numpy>=2.3.2
40
+ Requires-Dist: pyaudio>=0.2.14
41
+ Requires-Dist: PySide6>=6.9.1
42
+ Requires-Dist: sounddevice>=0.5.2
43
+ Requires-Dist: soundfile>=0.13.1
44
+ Requires-Dist: pooch>=1.8
45
+ Requires-Dist: platformdirs>=4.2
46
+ Requires-Dist: pypianoroll>=1.0
47
+ Provides-Extra: dev
48
+ Requires-Dist: build; extra == "dev"
49
+ Requires-Dist: twine; extra == "dev"
50
+ Dynamic: license-file
51
+
52
+ # CreativePython
53
+
54
+ CreativePython is a Python-based software environment for developing algorithmic art projects. It mirrors the [JythonMusic API](https://jythonmusic.me/api-reference/).
55
+
56
+ This package is still under development.
57
+
58
+ ---
59
+
60
+ ## Quick Install
61
+
62
+ The CreativePython Install Scripts [(Download)](https://www.dropbox.com/scl/fo/7cwxayca38ajcc533bpgs/AGP4pnP-xhb-5LH_7YPsgyk?rlkey=2led17m6h0ku9y3hzbsnvsio1&dl=1) install CreativePython and all its required software, including Python3, FluidSynth, PortAudio, ffmpeg, Homebrew (on Mac), and Windows Build Kit (on Windows).
63
+
64
+ ### Windows
65
+ 1. Open `win-scripts.tgz`. Right-click `windows_setup.bat`, and **Run as Administrator** (it will open PowerShell and run).
66
+ 2. Follow any prompts and let it finish.
67
+ - If you do not have Windows Build Kit installed, it will be installed as part of this process. This may take some time to complete.
68
+
69
+ ### macOS
70
+ 1. Open `mac-scripts.tgz`. Control-click `mac_setup.command`, and **Open** (it will open Terminal and run).
71
+ 2. Follow any prompts and let it finish.
72
+ - If you do not have Command Line Tools for XCode installed, it will be installed as part of this process. This may take some time to complete.
73
+
74
+ ---
75
+
76
+ ## Custom Install
77
+
78
+ ---
79
+
80
+ ### 1. Install Python 3 + pip
81
+
82
+ #### Windows
83
+ 1. Download the [Python 3 installer](https://www.python.org/downloads/).
84
+ 2. Run the installer. **Check the box that says “Add Python to PATH”** before clicking *Install Now*.
85
+ 3. Open Command Prompt (search for "cmd" in the Start menu).
86
+ 4. Verify your installation.
87
+
88
+ ```$ python --version```
89
+
90
+ You should see something like "Python 3.12.4"
91
+
92
+ #### MacOS
93
+ 1. Open Terminal (press Command + Space, type "Terminal", and hit Enter).
94
+ 2. Install **Homebrew** if you don't have it.
95
+
96
+ ```$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"```
97
+
98
+ 3. Install Python 3.
99
+
100
+ ```$ brew install python```
101
+
102
+ 4. Verify your installation.
103
+
104
+ ```$ python3 --version```
105
+
106
+ You should see something like "Python 3.12.4"
107
+
108
+ ---
109
+
110
+ ### 2. Install System Libraries
111
+
112
+ #### Windows
113
+ - **PortAudio**:
114
+ On Windows, PortAudio is installed automatically with CreativePython, however you need Microsoft Build Tools installed first.
115
+ 1. Download [the latest Windows build](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
116
+ 2. Run the installer. When prompted, select **C++ build tools**.
117
+ 3. Click **Install**. This may take several minutes.
118
+
119
+ - **FluidSynth**:
120
+ 1. Download [the latest Windows build](https://github.com/FluidSynth/fluidsynth/releases).
121
+ 2. Unzip it, and add the folder's location to your PATH.
122
+
123
+ - **ffmpeg**:
124
+ 1. Download [the latest Windows build](ffmpeg.org/download.html).
125
+ 2. Unzip it, and move the folder to `C:\ffmpeg`.
126
+ 3. Add `C:\ffmpeg\bin` to your PATH.
127
+
128
+ #### Mac
129
+ - **All Libraries**:
130
+ 1. Open Terminal.
131
+ 2. Install PortAudio, FluidSynth, and ffmpeg.
132
+
133
+ ```$ brew install portaudio fluidsynth ffmpeg```
134
+
135
+ ---
136
+
137
+ ### 3. Install CreativePython
138
+
139
+ #### Any OS
140
+ 1. Open Command Prompt/Terminal.
141
+
142
+ ```$ pip install CreativePython```
143
+
144
+ ```$ cp-setup```
145
+
146
+ 2. When prompted, download the default soundfont. (It's FluidR3 GM2-2, by the way)
147
+
148
+ - If you choose not to download the soundfont, you will need to provide your own.
149
+
150
+ 3. Verify your installation.
151
+
152
+ ```$ cp-test```
153
+
154
+ You should hear a single MIDI note played at C4. If so, you're all set!
@@ -0,0 +1,103 @@
1
+ # CreativePython
2
+
3
+ CreativePython is a Python-based software environment for developing algorithmic art projects. It mirrors the [JythonMusic API](https://jythonmusic.me/api-reference/).
4
+
5
+ This package is still under development.
6
+
7
+ ---
8
+
9
+ ## Quick Install
10
+
11
+ The CreativePython Install Scripts [(Download)](https://www.dropbox.com/scl/fo/7cwxayca38ajcc533bpgs/AGP4pnP-xhb-5LH_7YPsgyk?rlkey=2led17m6h0ku9y3hzbsnvsio1&dl=1) install CreativePython and all its required software, including Python3, FluidSynth, PortAudio, ffmpeg, Homebrew (on Mac), and Windows Build Kit (on Windows).
12
+
13
+ ### Windows
14
+ 1. Open `win-scripts.tgz`. Right-click `windows_setup.bat`, and **Run as Administrator** (it will open PowerShell and run).
15
+ 2. Follow any prompts and let it finish.
16
+ - If you do not have Windows Build Kit installed, it will be installed as part of this process. This may take some time to complete.
17
+
18
+ ### macOS
19
+ 1. Open `mac-scripts.tgz`. Control-click `mac_setup.command`, and **Open** (it will open Terminal and run).
20
+ 2. Follow any prompts and let it finish.
21
+ - If you do not have Command Line Tools for XCode installed, it will be installed as part of this process. This may take some time to complete.
22
+
23
+ ---
24
+
25
+ ## Custom Install
26
+
27
+ ---
28
+
29
+ ### 1. Install Python 3 + pip
30
+
31
+ #### Windows
32
+ 1. Download the [Python 3 installer](https://www.python.org/downloads/).
33
+ 2. Run the installer. **Check the box that says “Add Python to PATH”** before clicking *Install Now*.
34
+ 3. Open Command Prompt (search for "cmd" in the Start menu).
35
+ 4. Verify your installation.
36
+
37
+ ```$ python --version```
38
+
39
+ You should see something like "Python 3.12.4"
40
+
41
+ #### MacOS
42
+ 1. Open Terminal (press Command + Space, type "Terminal", and hit Enter).
43
+ 2. Install **Homebrew** if you don't have it.
44
+
45
+ ```$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"```
46
+
47
+ 3. Install Python 3.
48
+
49
+ ```$ brew install python```
50
+
51
+ 4. Verify your installation.
52
+
53
+ ```$ python3 --version```
54
+
55
+ You should see something like "Python 3.12.4"
56
+
57
+ ---
58
+
59
+ ### 2. Install System Libraries
60
+
61
+ #### Windows
62
+ - **PortAudio**:
63
+ On Windows, PortAudio is installed automatically with CreativePython, however you need Microsoft Build Tools installed first.
64
+ 1. Download [the latest Windows build](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
65
+ 2. Run the installer. When prompted, select **C++ build tools**.
66
+ 3. Click **Install**. This may take several minutes.
67
+
68
+ - **FluidSynth**:
69
+ 1. Download [the latest Windows build](https://github.com/FluidSynth/fluidsynth/releases).
70
+ 2. Unzip it, and add the folder's location to your PATH.
71
+
72
+ - **ffmpeg**:
73
+ 1. Download [the latest Windows build](ffmpeg.org/download.html).
74
+ 2. Unzip it, and move the folder to `C:\ffmpeg`.
75
+ 3. Add `C:\ffmpeg\bin` to your PATH.
76
+
77
+ #### Mac
78
+ - **All Libraries**:
79
+ 1. Open Terminal.
80
+ 2. Install PortAudio, FluidSynth, and ffmpeg.
81
+
82
+ ```$ brew install portaudio fluidsynth ffmpeg```
83
+
84
+ ---
85
+
86
+ ### 3. Install CreativePython
87
+
88
+ #### Any OS
89
+ 1. Open Command Prompt/Terminal.
90
+
91
+ ```$ pip install CreativePython```
92
+
93
+ ```$ cp-setup```
94
+
95
+ 2. When prompted, download the default soundfont. (It's FluidR3 GM2-2, by the way)
96
+
97
+ - If you choose not to download the soundfont, you will need to provide your own.
98
+
99
+ 3. Verify your installation.
100
+
101
+ ```$ cp-test```
102
+
103
+ You should hear a single MIDI note played at C4. If so, you're all set!
@@ -1,23 +1,10 @@
1
1
  [build-system]
2
- requires = [
3
- "setuptools>=69.0",
4
- "tinysoundfont>=0.3.6",
5
- "osc4py3>=1.0.8",
6
- "mido>=1.3.3",
7
- "numpy>=2.3.2",
8
- "pyaudio>=0.2.14",
9
- "PySide6>=6.9.1",
10
- "sounddevice>=0.5.2",
11
- "soundfile>=0.13.1",
12
- "pooch>=1.8",
13
- "platformdirs>=4.2",
14
- "pypianoroll>=1.0"
15
- ]
2
+ requires = ["setuptools>=69.0"]
16
3
  build-backend = "setuptools.build_meta"
17
4
 
18
5
  [project]
19
6
  name = "CreativePython"
20
- version = "0.0.2"
7
+ version = "0.0.3"
21
8
  description = "A Python-based software environment for developing algorithmic art projects."
22
9
  readme = "README.md"
23
10
  license = { file = "LICENSE" }
@@ -26,13 +13,26 @@ authors = [
26
13
  { name = "Taj Ballinger", email = "ballingertj@g.cofc.edu" },
27
14
  { name = "Trevor Ritchie", email = "ritchiets@g.cofc.edu" },
28
15
  ]
29
- keywords = ["audio", "midi", "learning", "algorithmic art", "algoart"]
16
+ keywords = ["music", "audio", "midi", "learning", "algorithmic art", "algoart"]
30
17
  requires-python = ">=3.9"
31
18
  classifiers = [
32
19
  "Programming Language :: Python :: 3",
33
20
  "Operating System :: OS Independent",
34
21
  "License :: OSI Approved :: MIT License",
35
22
  ]
23
+ dependencies = [
24
+ "tinysoundfont>=0.3.6",
25
+ "osc4py3>=1.0.8",
26
+ "mido>=1.3.3",
27
+ "numpy>=2.3.2",
28
+ "pyaudio>=0.2.14",
29
+ "PySide6>=6.9.1",
30
+ "sounddevice>=0.5.2",
31
+ "soundfile>=0.13.1",
32
+ "pooch>=1.8",
33
+ "platformdirs>=4.2",
34
+ "pypianoroll>=1.0"
35
+ ]
36
36
 
37
37
  [project.urls]
38
38
  Homepage = "https://jythonmusic.me"
@@ -0,0 +1,154 @@
1
+ Metadata-Version: 2.4
2
+ Name: CreativePython
3
+ Version: 0.0.3
4
+ Summary: A Python-based software environment for developing algorithmic art projects.
5
+ Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2025 Dr. Bill Manaris
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: Homepage, https://jythonmusic.me
29
+ Keywords: music,audio,midi,learning,algorithmic art,algoart
30
+ Classifier: Programming Language :: Python :: 3
31
+ Classifier: Operating System :: OS Independent
32
+ Classifier: License :: OSI Approved :: MIT License
33
+ Requires-Python: >=3.9
34
+ Description-Content-Type: text/markdown
35
+ License-File: LICENSE
36
+ Requires-Dist: tinysoundfont>=0.3.6
37
+ Requires-Dist: osc4py3>=1.0.8
38
+ Requires-Dist: mido>=1.3.3
39
+ Requires-Dist: numpy>=2.3.2
40
+ Requires-Dist: pyaudio>=0.2.14
41
+ Requires-Dist: PySide6>=6.9.1
42
+ Requires-Dist: sounddevice>=0.5.2
43
+ Requires-Dist: soundfile>=0.13.1
44
+ Requires-Dist: pooch>=1.8
45
+ Requires-Dist: platformdirs>=4.2
46
+ Requires-Dist: pypianoroll>=1.0
47
+ Provides-Extra: dev
48
+ Requires-Dist: build; extra == "dev"
49
+ Requires-Dist: twine; extra == "dev"
50
+ Dynamic: license-file
51
+
52
+ # CreativePython
53
+
54
+ CreativePython is a Python-based software environment for developing algorithmic art projects. It mirrors the [JythonMusic API](https://jythonmusic.me/api-reference/).
55
+
56
+ This package is still under development.
57
+
58
+ ---
59
+
60
+ ## Quick Install
61
+
62
+ The CreativePython Install Scripts [(Download)](https://www.dropbox.com/scl/fo/7cwxayca38ajcc533bpgs/AGP4pnP-xhb-5LH_7YPsgyk?rlkey=2led17m6h0ku9y3hzbsnvsio1&dl=1) install CreativePython and all its required software, including Python3, FluidSynth, PortAudio, ffmpeg, Homebrew (on Mac), and Windows Build Kit (on Windows).
63
+
64
+ ### Windows
65
+ 1. Open `win-scripts.tgz`. Right-click `windows_setup.bat`, and **Run as Administrator** (it will open PowerShell and run).
66
+ 2. Follow any prompts and let it finish.
67
+ - If you do not have Windows Build Kit installed, it will be installed as part of this process. This may take some time to complete.
68
+
69
+ ### macOS
70
+ 1. Open `mac-scripts.tgz`. Control-click `mac_setup.command`, and **Open** (it will open Terminal and run).
71
+ 2. Follow any prompts and let it finish.
72
+ - If you do not have Command Line Tools for XCode installed, it will be installed as part of this process. This may take some time to complete.
73
+
74
+ ---
75
+
76
+ ## Custom Install
77
+
78
+ ---
79
+
80
+ ### 1. Install Python 3 + pip
81
+
82
+ #### Windows
83
+ 1. Download the [Python 3 installer](https://www.python.org/downloads/).
84
+ 2. Run the installer. **Check the box that says “Add Python to PATH”** before clicking *Install Now*.
85
+ 3. Open Command Prompt (search for "cmd" in the Start menu).
86
+ 4. Verify your installation.
87
+
88
+ ```$ python --version```
89
+
90
+ You should see something like "Python 3.12.4"
91
+
92
+ #### MacOS
93
+ 1. Open Terminal (press Command + Space, type "Terminal", and hit Enter).
94
+ 2. Install **Homebrew** if you don't have it.
95
+
96
+ ```$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"```
97
+
98
+ 3. Install Python 3.
99
+
100
+ ```$ brew install python```
101
+
102
+ 4. Verify your installation.
103
+
104
+ ```$ python3 --version```
105
+
106
+ You should see something like "Python 3.12.4"
107
+
108
+ ---
109
+
110
+ ### 2. Install System Libraries
111
+
112
+ #### Windows
113
+ - **PortAudio**:
114
+ On Windows, PortAudio is installed automatically with CreativePython, however you need Microsoft Build Tools installed first.
115
+ 1. Download [the latest Windows build](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
116
+ 2. Run the installer. When prompted, select **C++ build tools**.
117
+ 3. Click **Install**. This may take several minutes.
118
+
119
+ - **FluidSynth**:
120
+ 1. Download [the latest Windows build](https://github.com/FluidSynth/fluidsynth/releases).
121
+ 2. Unzip it, and add the folder's location to your PATH.
122
+
123
+ - **ffmpeg**:
124
+ 1. Download [the latest Windows build](ffmpeg.org/download.html).
125
+ 2. Unzip it, and move the folder to `C:\ffmpeg`.
126
+ 3. Add `C:\ffmpeg\bin` to your PATH.
127
+
128
+ #### Mac
129
+ - **All Libraries**:
130
+ 1. Open Terminal.
131
+ 2. Install PortAudio, FluidSynth, and ffmpeg.
132
+
133
+ ```$ brew install portaudio fluidsynth ffmpeg```
134
+
135
+ ---
136
+
137
+ ### 3. Install CreativePython
138
+
139
+ #### Any OS
140
+ 1. Open Command Prompt/Terminal.
141
+
142
+ ```$ pip install CreativePython```
143
+
144
+ ```$ cp-setup```
145
+
146
+ 2. When prompted, download the default soundfont. (It's FluidR3 GM2-2, by the way)
147
+
148
+ - If you choose not to download the soundfont, you will need to provide your own.
149
+
150
+ 3. Verify your installation.
151
+
152
+ ```$ cp-test```
153
+
154
+ You should hear a single MIDI note played at C4. If so, you're all set!
@@ -2,16 +2,18 @@ LICENSE
2
2
  MANIFEST.in
3
3
  README.md
4
4
  pyproject.toml
5
- src/AudioSample.py
6
5
  src/_RealtimeAudioPlayer.py
7
6
  src/__init__.py
8
7
  src/creativepython_setup.py
9
8
  src/gui.py
9
+ src/iannix.py
10
10
  src/image.py
11
+ src/markov.py
11
12
  src/midi.py
12
13
  src/music.py
13
14
  src/osc.py
14
15
  src/timer.py
16
+ src/zipf.py
15
17
  src/CreativePython.egg-info/PKG-INFO
16
18
  src/CreativePython.egg-info/SOURCES.txt
17
19
  src/CreativePython.egg-info/dependency_links.txt
@@ -0,0 +1,15 @@
1
+ tinysoundfont>=0.3.6
2
+ osc4py3>=1.0.8
3
+ mido>=1.3.3
4
+ numpy>=2.3.2
5
+ pyaudio>=0.2.14
6
+ PySide6>=6.9.1
7
+ sounddevice>=0.5.2
8
+ soundfile>=0.13.1
9
+ pooch>=1.8
10
+ platformdirs>=4.2
11
+ pypianoroll>=1.0
12
+
13
+ [dev]
14
+ build
15
+ twine
@@ -1,11 +1,13 @@
1
- AudioSample
2
1
  _RealtimeAudioPlayer
3
2
  __init__
4
3
  creativepython_setup
5
4
  gui
5
+ iannix
6
6
  image
7
7
  images
8
+ markov
8
9
  midi
9
10
  music
10
11
  osc
11
12
  timer
13
+ zipf