mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-14 23:28:34 +00:00
16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
---
|
|
title: Input Devices
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { MiniRepl } from '../../docs/MiniRepl';
|
|
import { JsDoc } from '../../docs/JsDoc';
|
|
|
|
import Gamepad from '../../../../packages/gamepad/docs/gamepad.mdx';
|
|
|
|
# Input Devices
|
|
|
|
Strudel supports various input devices like Gamepads and MIDI controllers to manipulate patterns in real-time.
|
|
|
|
<Gamepad />
|