@grame/faustwasm 0.0.40 → 0.0.41
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/assets/standalone/faust-ui/index.js +0 -2
- package/assets/standalone/faust-ui/index.js.map +1 -1
- package/package.json +2 -2
- package/test/compost_library.lib +630 -0
- package/test/compost_networks.dsp +104 -0
- package/test/faustlive-wasm/faust-ui/index.js +0 -2
- package/test/faustlive-wasm/faust-ui/index.js.map +1 -1
- package/test/prime_numbers.dsp +198 -0
|
@@ -2719,7 +2719,6 @@ class HGroup extends _AbstractGroup__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
2719
2719
|
}
|
|
2720
2720
|
item.expand(dX$, dY$);
|
|
2721
2721
|
});
|
|
2722
|
-
this.layout.width += dX;
|
|
2723
2722
|
return this;
|
|
2724
2723
|
}
|
|
2725
2724
|
offset() {
|
|
@@ -3166,7 +3165,6 @@ class VGroup extends _AbstractGroup__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
3166
3165
|
}
|
|
3167
3166
|
item.expand(dX$, dY$);
|
|
3168
3167
|
});
|
|
3169
|
-
this.layout.height += dY;
|
|
3170
3168
|
return this;
|
|
3171
3169
|
}
|
|
3172
3170
|
offset() {
|