Skip to content

Commit

Permalink
twiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 28, 2012
1 parent 15ec723 commit ec71ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stream.hs
Expand Up @@ -81,7 +81,7 @@ toMessage s change ticks (o, m) =
oscdata = catMaybes $ mapMaybe (\x -> Map.lookup x m') (params s) oscdata = catMaybes $ mapMaybe (\x -> Map.lookup x m') (params s)
oscdata' = ((Int sec):(Int usec):oscdata) oscdata' = ((Int sec):(Int usec):oscdata)
osc | timestamp s = Bundle (immediately) [Message (path s) oscdata'] osc | timestamp s = Bundle (immediately) [Message (path s) oscdata']
| otherwise = Bundle (UTCr logicalOnset) [Message (path s) oscdata] | otherwise = Bundle (ut_to_ntpr logicalOnset) [Message (path s) oscdata]
return osc return osc




Expand Down

0 comments on commit ec71ef6

Please sign in to comment.