Merge pull request #1223 from nkymut/gamepad-pr

Add Gamepad module
This commit is contained in:
Felix Roos 2025-03-08 21:56:50 +01:00 committed by GitHub
commit 9c9ce50b03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 552 additions and 1 deletions

View file

@ -81,6 +81,7 @@ export function loadModules() {
import('@strudel/soundfonts'),
import('@strudel/csound'),
import('@strudel/tidal'),
import('@strudel/gamepad'),
import('@strudel/motion'),
import('@strudel/mqtt'),
];