Add GamePad Module
This commit is contained in:
parent
726abf76ce
commit
d741b4d17a
9 changed files with 726 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ import '@strudel/xen/xen.mjs';
|
|||
// import '@strudel/webaudio/webaudio.mjs';
|
||||
// import '@strudel/serial/serial.mjs';
|
||||
import '../website/src/repl/piano';
|
||||
//import * as motionHelpers from '../packages/motion/index.mjs';
|
||||
//import * as geolocationHelpers from '../packages/geolocation/index.mjs';
|
||||
import * as gamepadHelpers from '../packages/gamepad/index.mjs';
|
||||
|
||||
class MockedNode {
|
||||
chain() {
|
||||
|
|
@ -169,6 +172,7 @@ evalScope(
|
|||
uiHelpersMocked,
|
||||
webaudio,
|
||||
tonalHelpers,
|
||||
gamepadHelpers,
|
||||
/*
|
||||
toneHelpers,
|
||||
voicingHelpers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue