Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 08d4a8b

Browse files
authored
Merge pull request #1147 from sss-create/linkboot
added a commented enable link line in BootTidal.hs
2 parents 51c3b0d + 52dd1b5 commit 08d4a8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BootTidal.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ tidalInst <- mkTidal
1616
-- It has to go after you define 'tidalInst'.
1717
instance Tidally where tidal = tidalInst
1818

19+
-- Uncomment to enable Ableton Link on startup:
20+
-- streamEnableLink tidal
21+
1922
-- You can add your own aliases in this file. Here are some examples:
2023
-- :{
2124
-- let xfade i = transition tidal True (Sound.Tidal.Transition.xfadeIn 4) i

0 commit comments

Comments
 (0)