Skip to content

Commit

Permalink
Use mapped bus id
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkaney committed Apr 18, 2024
1 parent c3d9dd3 commit 9eca1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Stream/Process.hs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ toOSC maybeBusses pe osc@(OSC _ _)
(\(('^':k), (VI b)) -> do v <- Map.lookup k playmap
return $ (tsPart,
True, -- bus message ?
O.Message "/c_set" [O.int32 b, toDatum v]
O.Message "/c_set" [O.int32 (toBus b), toDatum v]
)
)
(Map.toList busmap)
Expand Down

0 comments on commit 9eca1d6

Please sign in to comment.