Add Device Motion package
Introduces smart-phone device's acceleration, gravity, rotation, and orientation signals for dynamic pattern creation in Strudel.
This commit is contained in:
parent
726abf76ce
commit
f33ec0e2af
7 changed files with 495 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ export function loadModules() {
|
|||
import('@strudel/soundfonts'),
|
||||
import('@strudel/csound'),
|
||||
import('@strudel/tidal'),
|
||||
import('@strudel/motion'),
|
||||
];
|
||||
if (isTauri()) {
|
||||
modules = modules.concat([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue