@m4l-jweb/wrapper 0.3.0 → 0.5.0

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/max.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l-jweb/wrapper",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "m4l-jweb: the Max for Live glue layer connecting a device to LiveAPI.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/max.d.ts CHANGED
@@ -48,7 +48,7 @@ declare class Task {
48
48
  * something has to build that dict, and [js] is the only thing in the patcher
49
49
  * that can.
50
50
  *
51
- * VERIFIED in Live (doc/SPIKES.md spike 1.3): [js] built a maxurl request dict
51
+ * VERIFIED in Live (doc/TODO.md - what the spikes found, 1.3): [js] built a maxurl request dict
52
52
  * and read the response dict back. `constructor`, `set`, `clear` and `stringify`
53
53
  * all behave as declared. `get`, `parse` and `freepeer` were not exercised.
54
54
  */
@@ -91,7 +91,7 @@ declare class File {
91
91
  * ASYNCHRONOUS: framecount() right after it still reads the old size. Come back
92
92
  * on a Task.
93
93
  *
94
- * VERIFIED in Live (doc/SPIKES.md spike 1.2): an empty buffer~ went to 124439
94
+ * VERIFIED in Live (doc/TODO.md - what the spikes found, 1.2): an empty buffer~ went to 124439
95
95
  * frames, 1 channel, midsample -0.0319 after `send("replace", "jongly.aif")`.
96
96
  * `send`, `framecount`, `channelcount` and `peek` are all real and behave as
97
97
  * declared. `poke` is the one member here still taken on faith from the docs.