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

Commit 6ace434

Browse files
committed
simplify config
1 parent fd0bba8 commit 6ace434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BootTidal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default (Rational, Integer, Double, Pattern String)
1212
-- Use 'mkTidalWith' to customize these settings.
1313
tidalInst <- mkTidal
1414

15-
-- tidalInst <- mkTidalWith [(superdirtTarget { oLatency = 0.01 }, [superdirtShape])] (setFrameTimespan (1/50) $ setProcessAhead (1/20) defaultConfig)
15+
-- tidalInst <- mkTidalWith [(superdirtTarget { oLatency = 0.01 }, [superdirtShape])] (defaultConfig {cFrameTimespan = 1/50, cProcessAhead = 1/20})
1616

1717
-- This orphan instance makes the boot aliases work!
1818
-- It has to go after you define 'tidalInst'.

0 commit comments

Comments
 (0)