Skip to content

Commit 1e2bad7

Browse files
committed
version 2.6.4 release, which adds the CDNed wasm and moves the examples into their own folder
1 parent c147fa2 commit 1e2bad7

File tree

17 files changed

+3481
-21
lines changed

17 files changed

+3481
-21
lines changed

dist/Superpowered.js

Lines changed: 868 additions & 0 deletions
Large diffs are not rendered by default.

dist/superpowered-npm.wasm

9 Bytes
Binary file not shown.

dist/superpowered.min.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

dist/superpowered.wasm

9 Bytes
Binary file not shown.

examples/example_effects/Superpowered.js

Lines changed: 868 additions & 0 deletions
Large diffs are not rendered by default.

examples/example_effects/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './superpowered.min.js';
1+
import './Superpowered.js';
22

33
const states = { NOTRUNNING: 'START', INITIALIZING: 'INITIALIZING', RUNNING: 'STOP' }
44

examples/example_effects/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './superpowered.min.js';
1+
import './Superpowered.js';
22

33
function calculateFrequency(value, minFreq, maxFreq) {
44
if (value > 0.97) return maxFreq;

examples/example_effects/superpowered.min.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/example_guitardistortion/Superpowered.js

Lines changed: 868 additions & 0 deletions
Large diffs are not rendered by default.

examples/example_guitardistortion/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './superpowered.min.js';
1+
import './Superpowered.js';
22

33
var webaudioManager = null; // The SuperpoweredWebAudio helper class managing Web Audio for us.
44
var Superpowered = null; // Reference to the Superpowered module.

0 commit comments

Comments
 (0)