MazCodes commited on
Commit
df3e063
·
verified ·
1 Parent(s): c33d9f6

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 support (pip install LinkPython-extern)'
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'