From 70ccfae04b6858adc9a27a3ff37343b35c3ed90f Mon Sep 17 00:00:00 2001 From: sss-create <72546851@posteo.jp> Date: Thu, 6 Feb 2025 21:44:32 +0100 Subject: [PATCH] hint link enable --- BootTidal.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BootTidal.hs b/BootTidal.hs index b72acbce..9cbbdf4a 100644 --- a/BootTidal.hs +++ b/BootTidal.hs @@ -16,6 +16,9 @@ tidalInst <- mkTidal -- It has to go after you define 'tidalInst'. instance Tidally where tidal = tidalInst +-- Uncomment to enable Ableton Link on startup: +-- streamEnableLink tidal + -- You can add your own aliases in this file. Here are some examples: -- :{ -- let xfade i = transition tidal True (Sound.Tidal.Transition.xfadeIn 4) i