drumscript 0.2.0__tar.gz → 0.2.1__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.
- {drumscript-0.2.0/drumscript.egg-info → drumscript-0.2.1}/PKG-INFO +11 -7
- {drumscript-0.2.0 → drumscript-0.2.1}/README.md +9 -5
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/__init__.py +1 -1
- {drumscript-0.2.0 → drumscript-0.2.1/drumscript.egg-info}/PKG-INFO +11 -7
- {drumscript-0.2.0 → drumscript-0.2.1}/pyproject.toml +2 -2
- {drumscript-0.2.0 → drumscript-0.2.1}/LICENSE +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/MANIFEST.in +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/__init__.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/audio_loader.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/feature_extractor.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/onset_detector.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/stem_splitter.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/tempo_detector.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/audio_processor/tempogram.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/datasets/__init__.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/datasets/base.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/datasets/idmt.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/drum_classifier/__init__.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/drum_classifier/classify.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/main.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/__init__.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/constants.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/helpers.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/midi_exporter.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/pdf_exporter.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/score_builder.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/notation_generator/xml_exporter.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/utils/__init__.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript/utils/ffmpeg_installer.py +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript.egg-info/SOURCES.txt +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript.egg-info/dependency_links.txt +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript.egg-info/entry_points.txt +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript.egg-info/requires.txt +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/drumscript.egg-info/top_level.txt +0 -0
- {drumscript-0.2.0 → drumscript-0.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: drumscript
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A Python package to convert drum audio to sheet music.
|
|
5
5
|
Author-email: drumscript-admin <hello.drumscript@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -30,7 +30,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
|
|
|
30
30
|
Classifier: Topic :: Scientific/Engineering
|
|
31
31
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
32
32
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
33
|
-
Requires-Python: <3.
|
|
33
|
+
Requires-Python: <3.13,>=3.9
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
License-File: LICENSE
|
|
36
36
|
Requires-Dist: demucs
|
|
@@ -64,7 +64,7 @@ Dynamic: license-file
|
|
|
64
64
|
# **`DrumScript`**
|
|
65
65
|
|
|
66
66
|
<!--date_created: sun-15-june-2025-->
|
|
67
|
-
<!--date_edited:
|
|
67
|
+
<!--date_edited: thurd-20-august-2026--->
|
|
68
68
|
|
|
69
69
|
**DrumScript** is an open-source Python library and CLI tool for drum audio analysis and transcription. Give it a recording — a full mix or an isolated drum stem — and it will generate PDF sheet music, MIDI files, and MusicXML output. The `DrumScript` model is a **deterministic classifier**, and doesn't use AI/machine learning. Built for drummers and by drummers, it is - and always will be - an open-source community tool.
|
|
70
70
|
|
|
@@ -116,13 +116,17 @@ Dynamic: license-file
|
|
|
116
116
|
|
|
117
117
|
**Example 1: Simple groove**
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
<!----->
|
|
120
|
+

|
|
120
121
|
|
|
121
122
|
**Example 2: A well-known Sabbath song**
|
|
122
123
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
<!------>
|
|
125
|
+
<!------>
|
|
126
|
+
<!------>
|
|
127
|
+

|
|
128
|
+

|
|
129
|
+

|
|
126
130
|
|
|
127
131
|
---
|
|
128
132
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# **`DrumScript`**
|
|
2
2
|
|
|
3
3
|
<!--date_created: sun-15-june-2025-->
|
|
4
|
-
<!--date_edited:
|
|
4
|
+
<!--date_edited: thurd-20-august-2026--->
|
|
5
5
|
|
|
6
6
|
**DrumScript** is an open-source Python library and CLI tool for drum audio analysis and transcription. Give it a recording — a full mix or an isolated drum stem — and it will generate PDF sheet music, MIDI files, and MusicXML output. The `DrumScript` model is a **deterministic classifier**, and doesn't use AI/machine learning. Built for drummers and by drummers, it is - and always will be - an open-source community tool.
|
|
7
7
|
|
|
@@ -53,13 +53,17 @@
|
|
|
53
53
|
|
|
54
54
|
**Example 1: Simple groove**
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
<!----->
|
|
57
|
+

|
|
57
58
|
|
|
58
59
|
**Example 2: A well-known Sabbath song**
|
|
59
60
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
<!------>
|
|
62
|
+
<!------>
|
|
63
|
+
<!------>
|
|
64
|
+

|
|
65
|
+

|
|
66
|
+

|
|
63
67
|
|
|
64
68
|
---
|
|
65
69
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: drumscript
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A Python package to convert drum audio to sheet music.
|
|
5
5
|
Author-email: drumscript-admin <hello.drumscript@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -30,7 +30,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
|
|
|
30
30
|
Classifier: Topic :: Scientific/Engineering
|
|
31
31
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
32
32
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
33
|
-
Requires-Python: <3.
|
|
33
|
+
Requires-Python: <3.13,>=3.9
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
License-File: LICENSE
|
|
36
36
|
Requires-Dist: demucs
|
|
@@ -64,7 +64,7 @@ Dynamic: license-file
|
|
|
64
64
|
# **`DrumScript`**
|
|
65
65
|
|
|
66
66
|
<!--date_created: sun-15-june-2025-->
|
|
67
|
-
<!--date_edited:
|
|
67
|
+
<!--date_edited: thurd-20-august-2026--->
|
|
68
68
|
|
|
69
69
|
**DrumScript** is an open-source Python library and CLI tool for drum audio analysis and transcription. Give it a recording — a full mix or an isolated drum stem — and it will generate PDF sheet music, MIDI files, and MusicXML output. The `DrumScript` model is a **deterministic classifier**, and doesn't use AI/machine learning. Built for drummers and by drummers, it is - and always will be - an open-source community tool.
|
|
70
70
|
|
|
@@ -116,13 +116,17 @@ Dynamic: license-file
|
|
|
116
116
|
|
|
117
117
|
**Example 1: Simple groove**
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
<!----->
|
|
120
|
+

|
|
120
121
|
|
|
121
122
|
**Example 2: A well-known Sabbath song**
|
|
122
123
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
<!------>
|
|
125
|
+
<!------>
|
|
126
|
+
<!------>
|
|
127
|
+

|
|
128
|
+

|
|
129
|
+

|
|
126
130
|
|
|
127
131
|
---
|
|
128
132
|
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "drumscript"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "A Python package to convert drum audio to sheet music."
|
|
9
9
|
license = "Apache-2.0"
|
|
10
10
|
readme = "README.md"
|
|
11
|
-
requires-python = ">=3.9,<3.
|
|
11
|
+
requires-python = ">=3.9,<3.13"
|
|
12
12
|
authors = [
|
|
13
13
|
{ name="drumscript-admin", email="hello.drumscript@gmail.com" },
|
|
14
14
|
]
|
|
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
|
|
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
|