rename to MotionJam
Browse files- README.md +3 -3
- index.html +3 -3
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: π
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
|
@@ -10,8 +10,8 @@ short_description: Two hands two styles - mix them live with your hands
|
|
| 10 |
python_version: "3.12"
|
| 11 |
startup_duration_timeout: 1h
|
| 12 |
---
|
| 13 |
-
|
| 14 |
-
|
| 15 |
|
| 16 |
- **Left hand = style A, right hand = style B.** How **open β** each hand is = that style's weight in
|
| 17 |
the mix (**pinch π€** to fade it out). Open both β full blend; pinch both β breakdown.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MotionJam
|
| 3 |
emoji: π
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
|
|
|
| 10 |
python_version: "3.12"
|
| 11 |
startup_duration_timeout: 1h
|
| 12 |
---
|
| 13 |
+
**MotionJam** β a two-hand **style mixer**: each hand *is* a style and you mix them live with
|
| 14 |
+
MusicCoCa weight interpolation, steering Magenta RT 2.
|
| 15 |
|
| 16 |
- **Left hand = style A, right hand = style B.** How **open β** each hand is = that style's weight in
|
| 17 |
the mix (**pinch π€** to fade it out). Open both β full blend; pinch both β breakdown.
|
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
-
<title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Shrikhand&family=Righteous&family=Rubik:wght@400;500;600&display=swap" rel="stylesheet">
|
|
@@ -82,7 +82,7 @@
|
|
| 82 |
<canvas id="viz"></canvas>
|
| 83 |
|
| 84 |
<div id="title">
|
| 85 |
-
<h1>
|
| 86 |
<p><b>BLEND</b> Β· each hand is a style β open β to add it, pinch π€ to drop it</p>
|
| 87 |
</div>
|
| 88 |
|
|
@@ -99,7 +99,7 @@
|
|
| 99 |
</div>
|
| 100 |
|
| 101 |
<div id="gate">
|
| 102 |
-
<h2>
|
| 103 |
<div class="sub">β
PLAY MAGENTA RT WITH YOUR HANDS β
</div>
|
| 104 |
<div class="hands">
|
| 105 |
<div class="card r">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
+
<title>MotionJam</title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Shrikhand&family=Righteous&family=Rubik:wght@400;500;600&display=swap" rel="stylesheet">
|
|
|
|
| 82 |
<canvas id="viz"></canvas>
|
| 83 |
|
| 84 |
<div id="title">
|
| 85 |
+
<h1>Motion<span>Jam</span></h1>
|
| 86 |
<p><b>BLEND</b> Β· each hand is a style β open β to add it, pinch π€ to drop it</p>
|
| 87 |
</div>
|
| 88 |
|
|
|
|
| 99 |
</div>
|
| 100 |
|
| 101 |
<div id="gate">
|
| 102 |
+
<h2>Motion<span>Jam</span></h2>
|
| 103 |
<div class="sub">β
PLAY MAGENTA RT WITH YOUR HANDS β
</div>
|
| 104 |
<div class="hands">
|
| 105 |
<div class="card r">
|