@miadi/ava8-measure 0.1.0 → 0.1.1
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.
- package/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,6 +15,11 @@ bytes in, numbers out — so it runs in a browser, in a test, and on a capture d
|
|
|
15
15
|
npm install @miadi/ava8-measure
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
In the Miadi stack, the ava8 packages are the music layer of the studio: they write ABC
|
|
19
|
+
notation, render and play scores, and check a rendered piece against what it claimed. They are
|
|
20
|
+
groundwork for the musical composition side of Miadi's relational productions (film and
|
|
21
|
+
performance), which is not built yet.
|
|
22
|
+
|
|
18
23
|
## The rule that defines it
|
|
19
24
|
|
|
20
25
|
**Read the rendered artefact, never the source.** A generator's header states an intention.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miadi/ava8-measure",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Read a rendered artefact and hold it to a claim. Standard MIDI decoding with register, mode, drum-position and note-for-note measures; spectral share and f0 over PCM; and OSC movement analysis whose first act is always to drop held values. The family's other packages write; this one reads back and refuses. ESM only, zero dependencies, a hand-written FFT so nothing is trusted that cannot be audited in one sitting.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@miadi/ava8-atelier": "0.1.
|
|
36
|
+
"@miadi/ava8-atelier": "0.1.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "^5.4.0"
|