Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 304b9b4

Browse files
version bump (#53)
Co-authored-by: Thomas Dodds <>
1 parent 8cfdc8a commit 304b9b4

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

‎dist/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LinearMemoryBuffer {
3131
}
3232

3333
class SuperpoweredGlue {
34-
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.5/dist/superpowered-npm.wasm';
34+
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.6/dist/superpowered-npm.wasm';
3535

3636
/**@type {number}*/id = Math.floor(Math.random() * Date.now());
3737
/**@type {ArrayBuffer}*/linearMemory;

‎dist/superpowered-npm.wasm‎

0 Bytes
Binary file not shown.

‎dist/superpowered.wasm‎

0 Bytes
Binary file not shown.

‎examples/example_effects/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LinearMemoryBuffer {
3131
}
3232

3333
class SuperpoweredGlue {
34-
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.5/dist/superpowered-npm.wasm';
34+
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.6/dist/superpowered-npm.wasm';
3535

3636
/**@type {number}*/id = Math.floor(Math.random() * Date.now());
3737
/**@type {ArrayBuffer}*/linearMemory;

‎examples/example_guitardistortion/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LinearMemoryBuffer {
3131
}
3232

3333
class SuperpoweredGlue {
34-
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.5/dist/superpowered-npm.wasm';
34+
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.6/dist/superpowered-npm.wasm';
3535

3636
/**@type {number}*/id = Math.floor(Math.random() * Date.now());
3737
/**@type {ArrayBuffer}*/linearMemory;

‎examples/example_pitchbend/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LinearMemoryBuffer {
3131
}
3232

3333
class SuperpoweredGlue {
34-
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.5/dist/superpowered-npm.wasm';
34+
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.6/dist/superpowered-npm.wasm';
3535

3636
/**@type {number}*/id = Math.floor(Math.random() * Date.now());
3737
/**@type {ArrayBuffer}*/linearMemory;

‎examples/example_timestretching/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LinearMemoryBuffer {
3131
}
3232

3333
class SuperpoweredGlue {
34-
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.5/dist/superpowered-npm.wasm';
34+
static wasmCDNUrl = 'https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.7.6/dist/superpowered-npm.wasm';
3535

3636
/**@type {number}*/id = Math.floor(Math.random() * Date.now());
3737
/**@type {ArrayBuffer}*/linearMemory;

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superpoweredsdk/web",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"description": "Superpowered interactive audio features in JavaScript + WebAssembly.",
55
"main": "dist/Superpowered.js",
66
"browser": "dist/Superpowered.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /