Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app/frontend/src/components/PerformancePanel.js
CHANGED
|
@@ -355,7 +355,7 @@ export default function PerformancePanel({
|
|
| 355 |
linkInstalling
|
| 356 |
? 'Installing LinkPython-extern…'
|
| 357 |
: !linkAvailable
|
| 358 |
-
? 'Click to install Ableton Link
|
| 359 |
: linkEnabled
|
| 360 |
? `Link on — ${linkPeers} peer${linkPeers === 1 ? '' : 's'} (click to disable)`
|
| 361 |
: 'Click to sync BPM with other Link-enabled apps on this network'
|
|
|
|
| 355 |
linkInstalling
|
| 356 |
? 'Installing LinkPython-extern…'
|
| 357 |
: !linkAvailable
|
| 358 |
+
? 'Click to install Ableton Link script'
|
| 359 |
: linkEnabled
|
| 360 |
? `Link on — ${linkPeers} peer${linkPeers === 1 ? '' : 's'} (click to disable)`
|
| 361 |
: 'Click to sync BPM with other Link-enabled apps on this network'
|