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

Commit 0837995

Browse files
committed
tweaks BootTidal.hs
1 parent 6ace434 commit 0837995

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

BootTidal.hs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
:set -fno-warn-orphans
2-
:set -XMultiParamTypeClasses
3-
:set -XOverloadedStrings
1+
:set -fno-warn-orphans -Wno-type-defaults -XMultiParamTypeClasses -XOverloadedStrings
42
:set prompt ""
53

64
-- Import all the boot functions and aliases.
@@ -9,7 +7,7 @@ import Sound.Tidal.Boot
97
default (Rational, Integer, Double, Pattern String)
108

119
-- Create a Tidal Stream with the default settings.
12-
-- Use 'mkTidalWith' to customize these settings.
10+
-- To customize these settings, use 'mkTidalWith' instead
1311
tidalInst <- mkTidal
1412

1513
-- tidalInst <- mkTidalWith [(superdirtTarget { oLatency = 0.01 }, [superdirtShape])] (defaultConfig {cFrameTimespan = 1/50, cProcessAhead = 1/20})
@@ -25,6 +23,5 @@ instance Tidally where tidal = tidalInst
2523
-- You can also add your own aliases in this file. For example:
2624
-- fastsquizzed pat = fast 2 $ pat # squiz 1.5
2725

28-
:set -fwarn-orphans -Wno-type-defaults
2926
:set prompt "tidal> "
3027
:set prompt-cont ""

0 commit comments

Comments
 (0)