Merge branch 'main' of https://github.com/tidalcycles/strudel into add-program-change
This commit is contained in:
commit
a18d485283
54 changed files with 1770 additions and 405 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() {
|
||||
|
|
@ -137,7 +140,7 @@ evalScope(
|
|||
uiHelpersMocked,
|
||||
webaudio,
|
||||
tonalHelpers,
|
||||
|
||||
gamepadHelpers,
|
||||
/*
|
||||
toneHelpers,
|
||||
voicingHelpers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue