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

Commit 9eca1d6

Browse files
committed
Use mapped bus id
1 parent c3d9dd3 commit 9eca1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sound/Tidal/Stream/Process.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ toOSC maybeBusses pe osc@(OSC _ _)
194194
(\(('^':k), (VI b)) -> do v <- Map.lookup k playmap
195195
return $ (tsPart,
196196
True, -- bus message ?
197-
O.Message "/c_set" [O.int32 b, toDatum v]
197+
O.Message "/c_set" [O.int32 (toBus b), toDatum v]
198198
)
199199
)
200200
(Map.toList busmap)

0 commit comments

Comments
 (0)